#499188

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

Shades of Lochinvar #499188

Tints of Lochinvar #499188

Color information

#499188 (or 0x499188) is unknown color: approx Lochinvar. HEX triplet: 49, 91 and 88. RGB value is (73,145,136). Sum of RGB (Red+Green+Blue) = 73+145+136=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #499188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499188 is #B66E77. Grayscale: #7A7A7A. Windows color (decimal): -11955832 or 8950089. OLE color: 8950089.

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

Color convert

RGB73145136-
CMYK0.5000.060.43
HSL172.5º33.03%42.75%-
HSV(B)172.5º49.66%56.86%-
XYZ17.3223.4426.91-
YUV122.45135.6592.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=20.62%
G=40.96%
B=38.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451360.5000.060.43172.533.0342.75
Hex49918832062Bac212b
Octal1112212106206532544153
Binary10010011001000110001000110010011010101110101100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499188; }

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

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

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

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

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

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

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

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