#498E92

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

Shades of Blue Chill #498E92

Tints of Blue Chill #498E92

Color information

#498E92 (or 0x498E92) is unknown color: approx Blue Chill. HEX triplet: 49, 8E and 92. RGB value is (73,142,146). Sum of RGB (Red+Green+Blue) = 73+142+146=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #498E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E92 is #B6716D. Grayscale: #797979. Windows color (decimal): -11956590 or 9604681. OLE color: 9604681.

HSL color Cylindrical-coordinate representation of color #498E92: hue angle of 183.29º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498E92 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73142146-
CMYK0.50.0300.43
HSL183.29º33.33%42.94%-
HSV(B)183.29º50%57.25%-
XYZ17.6122.8430.67-
YUV121.82141.6493.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=20.22%
G=39.34%
B=40.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731421460.50.0300.43183.2933.3342.94
Hex498E9232302Bb7212b
Octal1112162226230532674153
Binary1001001100011101001001011001011010101110110111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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