#498e8b

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

Shades of Blue Chill #498E8B

Tints of Blue Chill #498E8B

Color information

#498E8B (or 0x498E8B) is unknown color: approx Blue Chill. HEX triplet: 49, 8E and 8B. RGB value is (73,142,139). Sum of RGB (Red+Green+Blue) = 73+142+139=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #498E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E8B is #B67174. Grayscale: #787878. Windows color (decimal): -11956597 or 9145929. OLE color: 9145929.

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

Color convert

RGB73142139-
CMYK0.4900.020.44
HSL177.39º32.09%42.16%-
HSV(B)177.39º48.59%55.69%-
XYZ17.0822.6327.89-
YUV121.03138.1493.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=20.62%
G=40.11%
B=39.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731421390.4900.020.44177.3932.0942.16
Hex498E8B31022Cb1202a
Octal1112162136102542614052
Binary1001001100011101000101111000101010110010110001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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