#499486

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

Shades of Lochinvar #499486

Tints of Lochinvar #499486

Color information

#499486 (or 0x499486) is unknown color: approx Lochinvar. HEX triplet: 49, 94 and 86. RGB value is (73,148,134). Sum of RGB (Red+Green+Blue) = 73+148+134=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #499486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499486 is #B66B79. Grayscale: #7B7B7B. Windows color (decimal): -11955066 or 8819785. OLE color: 8819785.

HSL color Cylindrical-coordinate representation of color #499486: hue angle of 168.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499486 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB73148134-
CMYK0.5100.090.42
HSL168.8º33.94%43.33%-
HSV(B)168.8º50.68%58.04%-
XYZ17.6424.3226.32-
YUV123.98133.6591.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=20.56%
G=41.69%
B=37.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731481340.5100.090.42168.833.9443.33
Hex49948633092Aa9222b
Octal11122420663011522514253
Binary100100110010100100001101100110100110101010101001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499486; }

 p { color: rgb(73,148,134); }

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

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

 a { background-color: rgb(73,148,134); }

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

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

 span { border-color: rgb(73,148,134); }

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