#479288

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

Shades of Lochinvar #479288

Tints of Lochinvar #479288

Color information

#479288 (or 0x479288) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 88. RGB value is (71,146,136). Sum of RGB (Red+Green+Blue) = 71+146+136=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #479288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479288 is #B86D77. Grayscale: #7A7A7A. Windows color (decimal): -12086648 or 8950343. OLE color: 8950343.

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

Color convert

RGB71146136-
CMYK0.5100.070.43
HSL172º34.56%42.55%-
HSV(B)172º51.37%57.25%-
XYZ17.3223.6726.95-
YUV122.44135.6591.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=20.11%
G=41.36%
B=38.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461360.5100.070.4317234.5642.55
Hex47928833072Bac232b
Octal1072222106307532544353
Binary10001111001001010001000110011011110101110101100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479288; }

 p { color: rgb(71,146,136); }

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

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

 a { background-color: rgb(71,146,136); }

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

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

 span { border-color: rgb(71,146,136); }

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