#498F8B

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

Shades of Lochinvar #498F8B

Tints of Lochinvar #498F8B

Color information

#498F8B (or 0x498F8B) is unknown color: approx Lochinvar. HEX triplet: 49, 8F and 8B. RGB value is (73,143,139). Sum of RGB (Red+Green+Blue) = 73+143+139=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #498F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F8B is #B67074. Grayscale: #797979. Windows color (decimal): -11956341 or 9146185. OLE color: 9146185.

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

Color convert

RGB73143139-
CMYK0.4900.030.44
HSL176.57º32.41%42.35%-
HSV(B)176.57º48.95%56.08%-
XYZ17.2322.9327.94-
YUV121.61137.8193.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=20.56%
G=40.28%
B=39.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731431390.4900.030.44176.5732.4142.35
Hex498F8B31032Cb1202a
Octal1112172136103542614052
Binary1001001100011111000101111000101110110010110001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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