#499282

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

Shades of Lochinvar #499282

Tints of Lochinvar #499282

Color information

#499282 (or 0x499282) is unknown color: approx Lochinvar. HEX triplet: 49, 92 and 82. RGB value is (73,146,130). Sum of RGB (Red+Green+Blue) = 73+146+130=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #499282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499282 is #B66D7D. Grayscale: #7A7A7A. Windows color (decimal): -11955582 or 8557129. OLE color: 8557129.

HSL color Cylindrical-coordinate representation of color #499282: hue angle of 166.85º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499282 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB73146130-
CMYK0.500.110.43
HSL166.85º33.33%42.94%-
HSV(B)166.85º50%57.25%-
XYZ17.0623.5924.77-
YUV122.35132.3292.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=20.92%
G=41.83%
B=37.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461300.500.110.43166.8533.3342.94
Hex499282320B2Ba7212b
Octal11122220262013532474153
Binary100100110010010100000101100100101110101110100111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499282; }

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

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

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

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

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

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

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

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