#498986

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

Shades of Lochinvar #498986

Tints of Lochinvar #498986

Color information

#498986 (or 0x498986) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 86. RGB value is (73,137,134). Sum of RGB (Red+Green+Blue) = 73+137+134=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #498986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498986 is #B67679. Grayscale: #757575. Windows color (decimal): -11957882 or 8816969. OLE color: 8816969.

HSL color Cylindrical-coordinate representation of color #498986: hue angle of 177.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498986 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB73137134-
CMYK0.4700.020.46
HSL177.19º30.48%41.18%-
HSV(B)177.19º46.72%53.73%-
XYZ1621.0325.77-
YUV117.52137.396.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=21.22%
G=39.83%
B=38.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371340.4700.020.46177.1930.4841.18
Hex4989862F022Eb11e29
Octal1112112065702562613651
Binary100100110001001100001101011110101011101011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498986; }

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

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

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

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

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

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

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

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