#479081

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

Shades of Lochinvar #479081

Tints of Lochinvar #479081

Color information

#479081 (or 0x479081) is unknown color: approx Lochinvar. HEX triplet: 47, 90 and 81. RGB value is (71,144,129). Sum of RGB (Red+Green+Blue) = 71+144+129=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #479081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479081 is #B86F7E. Grayscale: #787878. Windows color (decimal): -12087167 or 8491079. OLE color: 8491079.

HSL color Cylindrical-coordinate representation of color #479081: hue angle of 167.67º 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 #479081 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB71144129-
CMYK0.5100.100.44
HSL167.67º33.95%42.16%-
HSV(B)167.67º50.69%56.47%-
XYZ16.5322.8724.31-
YUV120.46132.8292.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=20.64%
G=41.86%
B=37.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711441290.5100.100.44167.6733.9542.16
Hex479081330A2Ca8222a
Octal10722020163012542504252
Binary100011110010000100000011100110101010110010101000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479081; }

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

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

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

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

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

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

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

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