#479184

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

Shades of Lochinvar #479184

Tints of Lochinvar #479184

Color information

#479184 (or 0x479184) is unknown color: approx Lochinvar. HEX triplet: 47, 91 and 84. RGB value is (71,145,132). Sum of RGB (Red+Green+Blue) = 71+145+132=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #479184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479184 is #B86E7B. Grayscale: #797979. Windows color (decimal): -12086908 or 8687943. OLE color: 8687943.

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

Color convert

RGB71145132-
CMYK0.5100.090.43
HSL169.46º34.26%42.35%-
HSV(B)169.46º51.03%56.86%-
XYZ16.8923.2625.43-
YUV121.39133.9892.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=20.40%
G=41.67%
B=37.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451320.5100.090.43169.4634.2642.35
Hex47918433092Ba9222a
Octal10722120463011532514252
Binary100011110010001100001001100110100110101110101001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479184; }

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

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

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

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

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

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

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

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