#479189

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

Shades of Lochinvar #479189

Tints of Lochinvar #479189

Color information

#479189 (or 0x479189) is unknown color: approx Lochinvar. HEX triplet: 47, 91 and 89. RGB value is (71,145,137). Sum of RGB (Red+Green+Blue) = 71+145+137=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #479189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479189 is #B86E76. Grayscale: #797979. Windows color (decimal): -12086903 or 9015623. OLE color: 9015623.

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

Color convert

RGB71145137-
CMYK0.5100.060.43
HSL173.51º34.26%42.35%-
HSV(B)173.51º51.03%56.86%-
XYZ17.2423.427.27-
YUV121.96136.4891.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=20.11%
G=41.08%
B=38.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451370.5100.060.43173.5134.2642.35
Hex47918933062Bae222a
Octal1072212116306532564252
Binary10001111001000110001001110011011010101110101110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479189; }

 p { color: rgb(71,145,137); }

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

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

 a { background-color: rgb(71,145,137); }

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

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

 span { border-color: rgb(71,145,137); }

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