#47978E

Color #47978E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #47978E

Tints of Lochinvar #47978E

Color information

#47978E (or 0x47978E) is unknown color: approx Lochinvar. HEX triplet: 47, 97 and 8E. RGB value is (71,151,142). Sum of RGB (Red+Green+Blue) = 71+151+142=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #47978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47978E is #B86871. Grayscale: #7E7E7E. Windows color (decimal): -12085362 or 9344839. OLE color: 9344839.

HSL color Cylindrical-coordinate representation of color #47978E: hue angle of 173.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47978E is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB71151142-
CMYK0.5300.060.41
HSL173.25º36.04%43.53%-
HSV(B)173.25º52.98%59.22%-
XYZ18.5525.4329.52-
YUV126.0513788.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=19.51%
G=41.48%
B=39.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511420.5300.060.41173.2536.0443.53
Hex47978E350629ad242c
Octal1072272166506512554454
Binary10001111001011110001110110101011010100110101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47978E; }

 p { color: rgb(71,151,142); }

 H1.HeaderClassName
 {
   color: #47978E;
 }
 .AnyTagClassName
 {
   color: #47978E;
 }
</style>
background-color css

<style>
 a { background-color: #47978E; }

 a { background-color: rgb(71,151,142); }

 div.DivClassName
 {
   background-color: #47978E;
 }
 .BgClassName
 {
   background-color: #47978E;
 }
</style>
border-color css

<style>
 span { border-color: #47978E; }

 span { border-color: rgb(71,151,142); }

 td.TdClassName
 {
   border-color: #47978E;
 }
 .TagClassName
 {
   border-color: #47978E;
 }
</style>