#499080

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

Shades of Lochinvar #499080

Tints of Lochinvar #499080

Color information

#499080 (or 0x499080) is unknown color: approx Lochinvar. HEX triplet: 49, 90 and 80. RGB value is (73,144,128). Sum of RGB (Red+Green+Blue) = 73+144+128=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #499080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499080 is #B66F7F. Grayscale: #787878. Windows color (decimal): -11956096 or 8425545. OLE color: 8425545.

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

Color convert

RGB73144128-
CMYK0.4900.110.44
HSL166.48º32.72%42.55%-
HSV(B)166.48º49.31%56.47%-
XYZ16.6222.9223.97-
YUV120.95131.9893.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=21.16%
G=41.74%
B=37.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441280.4900.110.44166.4832.7242.55
Hex499080310B2Ca6212b
Octal11122020061013542464153
Binary100100110010000100000001100010101110110010100110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499080; }

 p { color: rgb(73,144,128); }

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

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

 a { background-color: rgb(73,144,128); }

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

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

 span { border-color: rgb(73,144,128); }

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