#498F78

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

Shades of Lochinvar #498F78

Tints of Lochinvar #498F78

Color information

#498F78 (or 0x498F78) is unknown color: approx Lochinvar. HEX triplet: 49, 8F and 78. RGB value is (73,143,120). Sum of RGB (Red+Green+Blue) = 73+143+120=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #498F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498F78 is #B67087. Grayscale: #777777. Windows color (decimal): -11956360 or 7901001. OLE color: 7901001.

HSL color Cylindrical-coordinate representation of color #498F78: hue angle of 160.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498F78 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB73143120-
CMYK0.4900.160.44
HSL160.29º32.41%42.35%-
HSV(B)160.29º48.95%56.08%-
XYZ15.9622.4221.26-
YUV119.45128.3194.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=21.73%
G=42.56%
B=35.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731431200.4900.160.44160.2932.4142.35
Hex498F78310102Ca0202a
Octal11121717061020542404052
Binary100100110001111111100011000101000010110010100000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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