#499889

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

Shades of Lochinvar #499889

Tints of Lochinvar #499889

Color information

#499889 (or 0x499889) is unknown color: approx Lochinvar. HEX triplet: 49, 98 and 89. RGB value is (73,152,137). Sum of RGB (Red+Green+Blue) = 73+152+137=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #499889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499889 is #B66776. Grayscale: #7E7E7E. Windows color (decimal): -11954039 or 9017417. OLE color: 9017417.

HSL color Cylindrical-coordinate representation of color #499889: hue angle of 168.61º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499889 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB73152137-
CMYK0.5200.100.40
HSL168.61º35.11%44.12%-
HSV(B)168.61º51.97%59.61%-
XYZ18.4925.6827.65-
YUV126.67133.8389.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=20.17%
G=41.99%
B=37.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521370.5200.100.40168.6135.1144.12
Hex499889340A28a9232c
Octal11123021164012502514354
Binary100100110011000100010011101000101010100010101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499889; }

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

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

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

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

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

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

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

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