#479A84

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

Shades of Lochinvar #479A84

Tints of Lochinvar #479A84

Color information

#479A84 (or 0x479A84) is unknown color: approx Lochinvar. HEX triplet: 47, 9A and 84. RGB value is (71,154,132). Sum of RGB (Red+Green+Blue) = 71+154+132=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #479A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A84 is #B8657B. Grayscale: #7E7E7E. Windows color (decimal): -12084604 or 8690247. OLE color: 8690247.

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

Color convert

RGB71154132-
CMYK0.5400.140.40
HSL164.1º36.89%44.12%-
HSV(B)164.1º53.9%60.39%-
XYZ18.3226.1225.91-
YUV126.6813188.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=19.89%
G=43.14%
B=36.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711541320.5400.140.40164.136.8944.12
Hex479A84360E28a4252c
Octal10723220466016502444554
Binary100011110011010100001001101100111010100010100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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