#479A85

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

Shades of Lochinvar #479A85

Tints of Lochinvar #479A85

Color information

#479A85 (or 0x479A85) is unknown color: approx Lochinvar. HEX triplet: 47, 9A and 85. RGB value is (71,154,133). Sum of RGB (Red+Green+Blue) = 71+154+133=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #479A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A85 is #B8657A. Grayscale: #7E7E7E. Windows color (decimal): -12084603 or 8755783. OLE color: 8755783.

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

Color convert

RGB71154133-
CMYK0.5400.140.40
HSL164.82º36.89%44.12%-
HSV(B)164.82º53.9%60.39%-
XYZ18.3926.1426.27-
YUV126.79131.588.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.83%
GREEN value IS 154 (60.55% from 255) = 43.02%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=19.83%
G=43.02%
B=37.15%

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
Decimal711541330.5400.140.40164.8236.8944.12
Hex479A85360E28a5252c
Octal10723220566016502454554
Binary100011110011010100001011101100111010100010100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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