#498C86

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

Shades of Lochinvar #498C86

Tints of Lochinvar #498C86

Color information

#498C86 (or 0x498C86) is unknown color: approx Lochinvar. HEX triplet: 49, 8C and 86. RGB value is (73,140,134). Sum of RGB (Red+Green+Blue) = 73+140+134=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #498C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498C86 is #B67379. Grayscale: #777777. Windows color (decimal): -11957114 or 8817737. OLE color: 8817737.

HSL color Cylindrical-coordinate representation of color #498C86: hue angle of 174.63º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498C86 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB73140134-
CMYK0.4800.040.45
HSL174.63º31.46%41.76%-
HSV(B)174.63º47.86%54.9%-
XYZ16.4321.8925.91-
YUV119.28136.394.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=21.04%
G=40.35%
B=38.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731401340.4800.040.45174.6331.4641.76
Hex498C8630042Daf1f2a
Octal1112142066004552573752
Binary1001001100011001000011011000001001011011010111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,140,134); }

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

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

 a { background-color: rgb(73,140,134); }

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

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

 span { border-color: rgb(73,140,134); }

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