#479C8F

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

Shades of Lochinvar #479C8F

Tints of Lochinvar #479C8F

Color information

#479C8F (or 0x479C8F) is unknown color: approx Lochinvar. HEX triplet: 47, 9C and 8F. RGB value is (71,156,143). Sum of RGB (Red+Green+Blue) = 71+156+143=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #479C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479C8F is #B86370. Grayscale: #818181. Windows color (decimal): -12084081 or 9411655. OLE color: 9411655.

HSL color Cylindrical-coordinate representation of color #479C8F: hue angle of 170.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C8F is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB71156143-
CMYK0.5400.080.39
HSL170.82º37.44%44.51%-
HSV(B)170.82º54.49%61.18%-
XYZ19.4427.130.19-
YUV129.1135.8486.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=19.19%
G=42.16%
B=38.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561430.5400.080.39170.8237.4444.51
Hex479C8F360827ab252d
Octal10723421766010472534555
Binary100011110011100100011111101100100010011110101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479C8F; }

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

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

<style>
 a { background-color: #479C8F; }

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

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

<style>
 span { border-color: #479C8F; }

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

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