#498B92

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

Shades of Blue Chill #498B92

Tints of Blue Chill #498B92

Color information

#498B92 (or 0x498B92) is unknown color: approx Blue Chill. HEX triplet: 49, 8B and 92. RGB value is (73,139,146). Sum of RGB (Red+Green+Blue) = 73+139+146=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #498B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B92 is #B6746D. Grayscale: #777777. Windows color (decimal): -11957358 or 9603913. OLE color: 9603913.

HSL color Cylindrical-coordinate representation of color #498B92: hue angle of 185.75º 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 #498B92 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73139146-
CMYK0.50.0500.43
HSL185.75º33.33%42.94%-
HSV(B)185.75º50%57.25%-
XYZ17.1721.9630.53-
YUV120.06142.6394.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=20.39%
G=38.83%
B=40.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731391460.50.0500.43185.7533.3342.94
Hex498B9232502Bba212b
Octal1112132226250532724153
Binary10010011000101110010010110010101010101110111010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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