#498A8D

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

Shades of Blue Chill #498A8D

Tints of Blue Chill #498A8D

Color information

#498A8D (or 0x498A8D) is unknown color: approx Blue Chill. HEX triplet: 49, 8A and 8D. RGB value is (73,138,141). Sum of RGB (Red+Green+Blue) = 73+138+141=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #498A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498A8D is #B67572. Grayscale: #767676. Windows color (decimal): -11957619 or 9275977. OLE color: 9275977.

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

Color convert

RGB73138141-
CMYK0.480.0200.45
HSL182.65º31.78%41.96%-
HSV(B)182.65º48.23%55.29%-
XYZ16.6421.5228.48-
YUV118.91140.4795.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=20.74%
G=39.20%
B=40.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731381410.480.0200.45182.6531.7841.96
Hex498A8D30202Db7202a
Octal1112122156020552674052
Binary1001001100010101000110111000010010110110110111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,138,141); }

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

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

 a { background-color: rgb(73,138,141); }

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

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

 span { border-color: rgb(73,138,141); }

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