#499E90

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

Shades of Lochinvar #499E90

Tints of Lochinvar #499E90

Color information

#499E90 (or 0x499E90) is unknown color: approx Lochinvar. HEX triplet: 49, 9E and 90. RGB value is (73,158,144). Sum of RGB (Red+Green+Blue) = 73+158+144=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #499E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E90 is #B6616F. Grayscale: #828282. Windows color (decimal): -11952496 or 9477705. OLE color: 9477705.

HSL color Cylindrical-coordinate representation of color #499E90: hue angle of 170.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E90 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB73158144-
CMYK0.5400.090.38
HSL170.12º36.8%45.29%-
HSV(B)170.12º53.8%61.96%-
XYZ20.0127.8830.71-
YUV130.99135.3486.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=19.47%
G=42.13%
B=38.4%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731581440.5400.090.38170.1236.845.29
Hex499E90360926aa252d
Octal11123622066011462524555
Binary100100110011110100100001101100100110011010101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,144); }

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

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

 a { background-color: rgb(73,158,144); }

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

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

 span { border-color: rgb(73,158,144); }

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