#499087

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

Shades of Lochinvar #499087

Tints of Lochinvar #499087

Color information

#499087 (or 0x499087) is unknown color: approx Lochinvar. HEX triplet: 49, 90 and 87. RGB value is (73,144,135). Sum of RGB (Red+Green+Blue) = 73+144+135=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #499087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499087 is #B66F78. Grayscale: #797979. Windows color (decimal): -11956089 or 8884297. OLE color: 8884297.

HSL color Cylindrical-coordinate representation of color #499087: hue angle of 172.39º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499087 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB73144135-
CMYK0.4900.060.44
HSL172.39º32.72%42.55%-
HSV(B)172.39º49.31%56.47%-
XYZ17.0923.1126.48-
YUV121.74135.4893.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=20.74%
G=40.91%
B=38.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441350.4900.060.44172.3932.7242.55
Hex49908731062Cac212b
Octal1112202076106542544153
Binary10010011001000010000111110001011010110010101100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499087; }

 p { color: rgb(73,144,135); }

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

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

 a { background-color: rgb(73,144,135); }

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

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

 span { border-color: rgb(73,144,135); }

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