#499A89

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

Shades of Lochinvar #499A89

Tints of Lochinvar #499A89

Color information

#499A89 (or 0x499A89) is unknown color: approx Lochinvar. HEX triplet: 49, 9A and 89. RGB value is (73,154,137). Sum of RGB (Red+Green+Blue) = 73+154+137=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #499A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A89 is #B66576. Grayscale: #7F7F7F. Windows color (decimal): -11953527 or 9017929. OLE color: 9017929.

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

Color convert

RGB73154137-
CMYK0.5300.110.40
HSL167.41º35.68%44.51%-
HSV(B)167.41º52.6%60.39%-
XYZ18.8226.3327.76-
YUV127.84133.1688.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=20.05%
G=42.31%
B=37.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731541370.5300.110.40167.4135.6844.51
Hex499A89350B28a7242d
Octal11123221165013502474455
Binary100100110011010100010011101010101110100010100111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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