#499F92

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

Shades of Lochinvar #499F92

Tints of Lochinvar #499F92

Color information

#499F92 (or 0x499F92) is unknown color: approx Lochinvar. HEX triplet: 49, 9F and 92. RGB value is (73,159,146). Sum of RGB (Red+Green+Blue) = 73+159+146=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #499F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F92 is #B6606D. Grayscale: #838383. Windows color (decimal): -11952238 or 9609033. OLE color: 9609033.

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

Color convert

RGB73159146-
CMYK0.5400.080.38
HSL170.93º37.07%45.49%-
HSV(B)170.93º54.09%62.35%-
XYZ20.3328.2931.58-
YUV131.8136.0186.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=19.31%
G=42.06%
B=38.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591460.5400.080.38170.9337.0745.49
Hex499F92360826ab252d
Octal11123722266010462534555
Binary100100110011111100100101101100100010011010101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,159,146); }

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

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

 a { background-color: rgb(73,159,146); }

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

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

 span { border-color: rgb(73,159,146); }

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