#499682

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

Shades of Lochinvar #499682

Tints of Lochinvar #499682

Color information

#499682 (or 0x499682) is unknown color: approx Lochinvar. HEX triplet: 49, 96 and 82. RGB value is (73,150,130). Sum of RGB (Red+Green+Blue) = 73+150+130=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #499682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499682 is #B6697D. Grayscale: #7C7C7C. Windows color (decimal): -11954558 or 8558153. OLE color: 8558153.

HSL color Cylindrical-coordinate representation of color #499682: hue angle of 164.42º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499682 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB73150130-
CMYK0.5100.130.41
HSL164.42º34.53%43.73%-
HSV(B)164.42º51.33%58.82%-
XYZ17.6824.8424.98-
YUV124.7130.9991.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=20.68%
G=42.49%
B=36.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501300.5100.130.41164.4234.5343.73
Hex499682330D29a4232c
Octal11122620263015512444354
Binary100100110010110100000101100110110110100110100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499682; }

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

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

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

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

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

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

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

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