#499C89

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

Shades of Lochinvar #499C89

Tints of Lochinvar #499C89

Color information

#499C89 (or 0x499C89) is unknown color: approx Lochinvar. HEX triplet: 49, 9C and 89. RGB value is (73,156,137). Sum of RGB (Red+Green+Blue) = 73+156+137=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #499C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C89 is #B66376. Grayscale: #818181. Windows color (decimal): -11953015 or 9018441. OLE color: 9018441.

HSL color Cylindrical-coordinate representation of color #499C89: hue angle of 166.27º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C89 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB73156137-
CMYK0.5300.120.39
HSL166.27º36.24%44.9%-
HSV(B)166.27º53.21%61.18%-
XYZ19.152727.87-
YUV129.02132.588.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=19.95%
G=42.62%
B=37.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731561370.5300.120.39166.2736.2444.9
Hex499C89350C27a6242d
Octal11123421165014472464455
Binary100100110011100100010011101010110010011110100110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499C89; }

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

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

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

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

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

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

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

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