Shades of Blue Chill #499B9A
Tints of Blue Chill #499B9A
RGB
CMYK
RGB Variations
Color information
#499B9A (or 0x499B9A) is known color: Blue Chill. HEX triplet: 49, 9B and 9A. RGB value is (73,155,154). Sum of RGB (Red+Green+Blue) = 73+155+154=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #499B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B9A is #B66465. Grayscale: #828282. Windows color (decimal): -11953254 or 10132297. OLE color: 10132297.
HSL color Cylindrical-coordinate representation of color #499B9A: hue angle of 179.27º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B9A is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 154 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.39 |
| HSL | 179.27º | 0.36% | 0.45% | - |
| HSV(B) | 179.27º | 0.53% | 0.61% | - |
| XYZ | 20.3 | 27.19 | 34.75 | - |
| YUV | 130.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 154 | 0.53 | 0 | 0.01 | 0.39 | 179.27 | 0.36 | 0.45 |
| Hex | 49 | 9B | 9A | 35 | 0 | 1 | 27 | B3 | 24 | 2D |
| Octal | 111 | 233 | 232 | 65 | 0 | 1 | 47 | 263 | 44 | 55 |
| Binary | 1001001 | 10011011 | 10011010 | 110101 | 0 | 1 | 100111 | 10110011 | 100100 | 101101 |
Color Harmonies of #499B9A
Complementary color
Monochromatic Colors of #499B9A
Black with #499B9A
Text Example
Text Example
White with #499B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B9A; }
p { color: rgb(73,155,154); }
H1.HeaderClassName
{
color: #499B9A;
}
.AnyTagClassName
{
color: #499B9A;
}
</style>
background-color css
<style>
a { background-color: #499B9A; }
a { background-color: rgb(73,155,154); }
div.DivClassName
{
background-color: #499B9A;
}
.BgClassName
{
background-color: #499B9A;
}
</style>
border-color css
<style>
span { border-color: #499B9A; }
span { border-color: rgb(73,155,154); }
td.TdClassName
{
border-color: #499B9A;
}
.TagClassName
{
border-color: #499B9A;
}
</style>