#498979

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

Shades of Lochinvar #498979

Tints of Lochinvar #498979

Color information

#498979 (or 0x498979) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 79. RGB value is (73,137,121). Sum of RGB (Red+Green+Blue) = 73+137+121=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #498979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498979 is #B67686. Grayscale: #747474. Windows color (decimal): -11957895 or 7965001. OLE color: 7965001.

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

Color convert

RGB73137121-
CMYK0.4700.120.46
HSL165º30.48%41.18%-
HSV(B)165º46.72%53.73%-
XYZ15.1420.6921.28-
YUV116.04130.897.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=22.05%
G=41.39%
B=36.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371210.4700.120.4616530.4841.18
Hex4989792F0C2Ea51e29
Octal11121117157014562453651
Binary1001001100010011111001101111011001011101010010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498979; }

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

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

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

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

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

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

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

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