#479C8E

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

Shades of Lochinvar #479C8E

Tints of Lochinvar #479C8E

Color information

#479C8E (or 0x479C8E) is unknown color: approx Lochinvar. HEX triplet: 47, 9C and 8E. RGB value is (71,156,142). Sum of RGB (Red+Green+Blue) = 71+156+142=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #479C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479C8E is #B86371. Grayscale: #808080. Windows color (decimal): -12084082 or 9346119. OLE color: 9346119.

HSL color Cylindrical-coordinate representation of color #479C8E: hue angle of 170.12º 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 #479C8E is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB71156142-
CMYK0.5400.090.39
HSL170.12º37.44%44.51%-
HSV(B)170.12º54.49%61.18%-
XYZ19.3727.0729.8-
YUV128.99135.3486.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=19.24%
G=42.28%
B=38.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561420.5400.090.39170.1237.4444.51
Hex479C8E360927aa252d
Octal10723421666011472524555
Binary100011110011100100011101101100100110011110101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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