#479582

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

Shades of Lochinvar #479582

Tints of Lochinvar #479582

Color information

#479582 (or 0x479582) is unknown color: approx Lochinvar. HEX triplet: 47, 95 and 82. RGB value is (71,149,130). Sum of RGB (Red+Green+Blue) = 71+149+130=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #479582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479582 is #B86A7D. Grayscale: #7B7B7B. Windows color (decimal): -12085886 or 8557895. OLE color: 8557895.

HSL color Cylindrical-coordinate representation of color #479582: hue angle of 165.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479582 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB71149130-
CMYK0.5200.130.42
HSL165.38º35.45%43.14%-
HSV(B)165.38º52.35%58.43%-
XYZ17.3824.4524.92-
YUV123.51131.6690.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=20.29%
G=42.57%
B=37.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711491300.5200.130.42165.3835.4543.14
Hex479582340D2Aa5232b
Octal10722520264015522454353
Binary100011110010101100000101101000110110101010100101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479582; }

 p { color: rgb(71,149,130); }

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

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

 a { background-color: rgb(71,149,130); }

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

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

 span { border-color: rgb(71,149,130); }

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