#498B87

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

Shades of Lochinvar #498B87

Tints of Lochinvar #498B87

Color information

#498B87 (or 0x498B87) is unknown color: approx Lochinvar. HEX triplet: 49, 8B and 87. RGB value is (73,139,135). Sum of RGB (Red+Green+Blue) = 73+139+135=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #498B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B87 is #B67478. Grayscale: #767676. Windows color (decimal): -11957369 or 8883017. OLE color: 8883017.

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

Color convert

RGB73139135-
CMYK0.4700.030.45
HSL176.36º31.13%41.57%-
HSV(B)176.36º47.48%54.51%-
XYZ16.3521.6326.23-
YUV118.81137.1395.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=21.04%
G=40.06%
B=38.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731391350.4700.030.45176.3631.1341.57
Hex498B872F032Db01f2a
Octal1112132075703552603752
Binary100100110001011100001111011110111011011011000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,139,135); }

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

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

 a { background-color: rgb(73,139,135); }

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

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

 span { border-color: rgb(73,139,135); }

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