#499189

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

Shades of Lochinvar #499189

Tints of Lochinvar #499189

Color information

#499189 (or 0x499189) is unknown color: approx Lochinvar. HEX triplet: 49, 91 and 89. RGB value is (73,145,137). Sum of RGB (Red+Green+Blue) = 73+145+137=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #499189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499189 is #B66E76. Grayscale: #7A7A7A. Windows color (decimal): -11955831 or 9015625. OLE color: 9015625.

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

Color convert

RGB73145137-
CMYK0.5000.060.43
HSL173.33º33.03%42.75%-
HSV(B)173.33º49.66%56.86%-
XYZ17.3923.4727.28-
YUV122.56136.1592.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=20.56%
G=40.85%
B=38.59%

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
Decimal731451370.5000.060.43173.3333.0342.75
Hex49918932062Bad212b
Octal1112212116206532554153
Binary10010011001000110001001110010011010101110101101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499189; }

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

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

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

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

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

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

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

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