#498982

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

Shades of Lochinvar #498982

Tints of Lochinvar #498982

Color information

#498982 (or 0x498982) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 82. RGB value is (73,137,130). Sum of RGB (Red+Green+Blue) = 73+137+130=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #498982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498982 is #B6767D. Grayscale: #757575. Windows color (decimal): -11957886 or 8554825. OLE color: 8554825.

HSL color Cylindrical-coordinate representation of color #498982: hue angle of 173.44º 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 #498982 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB73137130-
CMYK0.4700.050.46
HSL173.44º30.48%41.18%-
HSV(B)173.44º46.72%53.73%-
XYZ15.7220.9224.33-
YUV117.07135.396.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=21.47%
G=40.29%
B=38.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371300.4700.050.46173.4430.4841.18
Hex4989822F052Ead1e29
Octal1112112025705562553651
Binary1001001100010011000001010111101011011101010110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498982; }

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

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

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

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

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

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

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

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