#499982

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

Shades of Lochinvar #499982

Tints of Lochinvar #499982

Color information

#499982 (or 0x499982) is unknown color: approx Lochinvar. HEX triplet: 49, 99 and 82. RGB value is (73,153,130). Sum of RGB (Red+Green+Blue) = 73+153+130=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #499982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499982 is #B6667D. Grayscale: #7E7E7E. Windows color (decimal): -11953790 or 8558921. OLE color: 8558921.

HSL color Cylindrical-coordinate representation of color #499982: hue angle of 162.75º 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 #499982 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB73153130-
CMYK0.5200.150.4
HSL162.75º35.4%44.31%-
HSV(B)162.75º52.29%60%-
XYZ18.1725.8125.14-
YUV126.4613089.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=20.51%
G=42.98%
B=36.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731531300.5200.150.4162.7535.444.31
Hex499982340F28a3232c
Octal11123120264017502434354
Binary100100110011001100000101101000111110100010100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499982; }

 p { color: rgb(73,153,130); }

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

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

 a { background-color: rgb(73,153,130); }

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

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

 span { border-color: rgb(73,153,130); }

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