#499E8C

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

Shades of Lochinvar #499E8C

Tints of Lochinvar #499E8C

Color information

#499E8C (or 0x499E8C) is unknown color: approx Lochinvar. HEX triplet: 49, 9E and 8C. RGB value is (73,158,140). Sum of RGB (Red+Green+Blue) = 73+158+140=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #499E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E8C is #B66173. Grayscale: #828282. Windows color (decimal): -11952500 or 9215561. OLE color: 9215561.

HSL color Cylindrical-coordinate representation of color #499E8C: hue angle of 167.29º 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 #499E8C is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB73158140-
CMYK0.5400.110.38
HSL167.29º36.8%45.29%-
HSV(B)167.29º53.8%61.96%-
XYZ19.7127.7629.13-
YUV130.53133.3486.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=19.68%
G=42.59%
B=37.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731581400.5400.110.38167.2936.845.29
Hex499E8C360B26a7252d
Octal11123621466013462474555
Binary100100110011110100011001101100101110011010100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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