#479078

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

Shades of Lochinvar #479078

Tints of Lochinvar #479078

Color information

#479078 (or 0x479078) is unknown color: approx Lochinvar. HEX triplet: 47, 90 and 78. RGB value is (71,144,120). Sum of RGB (Red+Green+Blue) = 71+144+120=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #479078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479078 is #B86F87. Grayscale: #777777. Windows color (decimal): -12087176 or 7901255. OLE color: 7901255.

HSL color Cylindrical-coordinate representation of color #479078: hue angle of 160.27º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479078 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB71144120-
CMYK0.5100.170.44
HSL160.27º33.95%42.16%-
HSV(B)160.27º50.69%56.47%-
XYZ15.9622.6421.3-
YUV119.44128.3293.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=21.19%
G=42.99%
B=35.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711441200.5100.170.44160.2733.9542.16
Hex479078330112Ca0222a
Octal10722017063021542404252
Binary100011110010000111100011001101000110110010100000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479078; }

 p { color: rgb(71,144,120); }

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

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

 a { background-color: rgb(71,144,120); }

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

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

 span { border-color: rgb(71,144,120); }

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