#498F85

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

Shades of Lochinvar #498F85

Tints of Lochinvar #498F85

Color information

#498F85 (or 0x498F85) is unknown color: approx Lochinvar. HEX triplet: 49, 8F and 85. RGB value is (73,143,133). Sum of RGB (Red+Green+Blue) = 73+143+133=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #498F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F85 is #B6707A. Grayscale: #787878. Windows color (decimal): -11956347 or 8752969. OLE color: 8752969.

HSL color Cylindrical-coordinate representation of color #498F85: hue angle of 171.43º 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 #498F85 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB73143133-
CMYK0.4900.070.44
HSL171.43º32.41%42.35%-
HSV(B)171.43º48.95%56.08%-
XYZ16.822.7525.7-
YUV120.93134.8193.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=20.92%
G=40.97%
B=38.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731431330.4900.070.44171.4332.4142.35
Hex498F8531072Cab202a
Octal1112172056107542534052
Binary10010011000111110000101110001011110110010101011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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