#47978F

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

Shades of Lochinvar #47978F

Tints of Lochinvar #47978F

Color information

#47978F (or 0x47978F) is unknown color: approx Lochinvar. HEX triplet: 47, 97 and 8F. RGB value is (71,151,143). Sum of RGB (Red+Green+Blue) = 71+151+143=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #47978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47978F is #B86870. Grayscale: #7E7E7E. Windows color (decimal): -12085361 or 9410375. OLE color: 9410375.

HSL color Cylindrical-coordinate representation of color #47978F: hue angle of 174º 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 #47978F is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB71151143-
CMYK0.5300.050.41
HSL174º36.04%43.53%-
HSV(B)174º52.98%59.22%-
XYZ18.6225.4629.92-
YUV126.17137.588.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=19.45%
G=41.37%
B=39.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511430.5300.050.4117436.0443.53
Hex47978F350529ae242c
Octal1072272176505512564454
Binary10001111001011110001111110101010110100110101110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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