#499088

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

Shades of Lochinvar #499088

Tints of Lochinvar #499088

Color information

#499088 (or 0x499088) is unknown color: approx Lochinvar. HEX triplet: 49, 90 and 88. RGB value is (73,144,136). Sum of RGB (Red+Green+Blue) = 73+144+136=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #499088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499088 is #B66F77. Grayscale: #797979. Windows color (decimal): -11956088 or 8949833. OLE color: 8949833.

HSL color Cylindrical-coordinate representation of color #499088: hue angle of 173.24º 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 #499088 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB73144136-
CMYK0.4900.060.44
HSL173.24º32.72%42.55%-
HSV(B)173.24º49.31%56.47%-
XYZ17.1623.1426.85-
YUV121.86135.9893.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=20.68%
G=40.79%
B=38.53%

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
Decimal731441360.4900.060.44173.2432.7242.55
Hex49908831062Cad212b
Octal1112202106106542554153
Binary10010011001000010001000110001011010110010101101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499088; }

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

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

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

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

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

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

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

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