#499090

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

Shades of Blue Chill #499090

Tints of Blue Chill #499090

Color information

#499090 (or 0x499090) is unknown color: approx Blue Chill. HEX triplet: 49, 90 and 90. RGB value is (73,144,144). Sum of RGB (Red+Green+Blue) = 73+144+144=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #499090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499090 is #B66F6F. Grayscale: #7A7A7A. Windows color (decimal): -11956080 or 9474121. OLE color: 9474121.

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

Color convert

RGB73144144-
CMYK0.49000.44
HSL180º32.72%42.55%-
HSV(B)180º49.31%56.47%-
XYZ17.7523.3829.96-
YUV122.77139.9892.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=20.22%
G=39.89%
B=39.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441440.49000.4418032.7242.55
Hex49909031002Cb4212b
Octal1112202206100542644153
Binary100100110010000100100001100010010110010110100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499090; }

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

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

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

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

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

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

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

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