#499684

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

Shades of Lochinvar #499684

Tints of Lochinvar #499684

Color information

#499684 (or 0x499684) is unknown color: approx Lochinvar. HEX triplet: 49, 96 and 84. RGB value is (73,150,132). Sum of RGB (Red+Green+Blue) = 73+150+132=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #499684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499684 is #B6697B. Grayscale: #7C7C7C. Windows color (decimal): -11954556 or 8689225. OLE color: 8689225.

HSL color Cylindrical-coordinate representation of color #499684: hue angle of 165.97º 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 #499684 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB73150132-
CMYK0.5100.120.41
HSL165.97º34.53%43.73%-
HSV(B)165.97º51.33%58.82%-
XYZ17.8224.925.7-
YUV124.92131.9990.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=20.56%
G=42.25%
B=37.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501320.5100.120.41165.9734.5343.73
Hex499684330C29a6232c
Octal11122620463014512464354
Binary100100110010110100001001100110110010100110100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499684; }

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

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

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

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

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

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

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

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