#499A84

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

Shades of Lochinvar #499A84

Tints of Lochinvar #499A84

Color information

#499A84 (or 0x499A84) is unknown color: approx Lochinvar. HEX triplet: 49, 9A and 84. RGB value is (73,154,132). Sum of RGB (Red+Green+Blue) = 73+154+132=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #499A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A84 is #B6657B. Grayscale: #7F7F7F. Windows color (decimal): -11953532 or 8690249. OLE color: 8690249.

HSL color Cylindrical-coordinate representation of color #499A84: hue angle of 163.7º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A84 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB73154132-
CMYK0.5300.140.40
HSL163.7º35.68%44.51%-
HSV(B)163.7º52.6%60.39%-
XYZ18.4726.1925.91-
YUV127.27130.6689.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=20.33%
G=42.90%
B=36.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731541320.5300.140.40163.735.6844.51
Hex499A84350E28a4242d
Octal11123220465016502444455
Binary100100110011010100001001101010111010100010100100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499A84; }

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

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

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

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

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

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

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

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