#498990

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

Shades of Blue Chill #498990

Tints of Blue Chill #498990

Color information

#498990 (or 0x498990) is unknown color: approx Blue Chill. HEX triplet: 49, 89 and 90. RGB value is (73,137,144). Sum of RGB (Red+Green+Blue) = 73+137+144=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #498990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498990 is #B6766F. Grayscale: #767676. Windows color (decimal): -11957872 or 9472329. OLE color: 9472329.

HSL color Cylindrical-coordinate representation of color #498990: hue angle of 185.92º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498990 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73137144-
CMYK0.490.0500.44
HSL185.92º32.72%42.55%-
HSV(B)185.92º49.31%56.47%-
XYZ16.7321.3229.62-
YUV118.66142.395.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=20.62%
G=38.70%
B=40.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731371440.490.0500.44185.9232.7242.55
Hex49899031502Cba212b
Octal1112112206150542724153
Binary10010011000100110010000110001101010110010111010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498990; }

 p { color: rgb(73,137,144); }

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

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

 a { background-color: rgb(73,137,144); }

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

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

 span { border-color: rgb(73,137,144); }

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