#498A79

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

Shades of Lochinvar #498A79

Tints of Lochinvar #498A79

Color information

#498A79 (or 0x498A79) is unknown color: approx Lochinvar. HEX triplet: 49, 8A and 79. RGB value is (73,138,121). Sum of RGB (Red+Green+Blue) = 73+138+121=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #498A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A79 is #B67586. Grayscale: #747474. Windows color (decimal): -11957639 or 7965257. OLE color: 7965257.

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

Color convert

RGB73138121-
CMYK0.4700.120.46
HSL164.31º30.81%41.37%-
HSV(B)164.31º47.1%54.12%-
XYZ15.2920.9721.33-
YUV116.63130.4796.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=21.99%
G=41.57%
B=36.45%

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
Decimal731381210.4700.120.46164.3130.8141.37
Hex498A792F0C2Ea41f29
Octal11121217157014562443751
Binary1001001100010101111001101111011001011101010010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498A79; }

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

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

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

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

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

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

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

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