#479984

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

Shades of Lochinvar #479984

Tints of Lochinvar #479984

Color information

#479984 (or 0x479984) is unknown color: approx Lochinvar. HEX triplet: 47, 99 and 84. RGB value is (71,153,132). Sum of RGB (Red+Green+Blue) = 71+153+132=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #479984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479984 is #B8667B. Grayscale: #7E7E7E. Windows color (decimal): -12084860 or 8689991. OLE color: 8689991.

HSL color Cylindrical-coordinate representation of color #479984: hue angle of 164.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479984 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB71153132-
CMYK0.5400.140.4
HSL164.63º36.61%43.92%-
HSV(B)164.63º53.59%60%-
XYZ18.1525.7925.85-
YUV126.09131.3388.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=19.94%
G=42.98%
B=37.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531320.5400.140.4164.6336.6143.92
Hex479984360E28a5252c
Octal10723120466016502454554
Binary100011110011001100001001101100111010100010100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479984; }

 p { color: rgb(71,153,132); }

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

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

 a { background-color: rgb(71,153,132); }

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

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

 span { border-color: rgb(71,153,132); }

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