#498978

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

Shades of Lochinvar #498978

Tints of Lochinvar #498978

Color information

#498978 (or 0x498978) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 78. RGB value is (73,137,120). Sum of RGB (Red+Green+Blue) = 73+137+120=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #498978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498978 is #B67687. Grayscale: #737373. Windows color (decimal): -11957896 or 7899465. OLE color: 7899465.

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

Color convert

RGB73137120-
CMYK0.4700.120.46
HSL164.06º30.48%41.18%-
HSV(B)164.06º46.72%53.73%-
XYZ15.0820.6620.96-
YUV115.93130.397.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=22.12%
G=41.52%
B=36.36%

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
Decimal731371200.4700.120.46164.0630.4841.18
Hex4989782F0C2Ea41e29
Octal11121117057014562443651
Binary1001001100010011111000101111011001011101010010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498978; }

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

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

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

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

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

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

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

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