Shades of Blue Chill #49A29A
Tints of Blue Chill #49A29A
RGB
CMYK
RGB Variations
Color information
#49A29A (or 0x49A29A) is known color: Blue Chill. HEX triplet: 49, A2 and 9A. RGB value is (73,162,154). Sum of RGB (Red+Green+Blue) = 73+162+154=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #49A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A29A is #B65D65. Grayscale: #868686. Windows color (decimal): -11951462 or 10134089. OLE color: 10134089.
HSL color Cylindrical-coordinate representation of color #49A29A: hue angle of 174.61º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A29A is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 154 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.36 |
| HSL | 174.61º | 0.38% | 0.46% | - |
| HSV(B) | 174.61º | 0.55% | 0.64% | - |
| XYZ | 21.5 | 29.59 | 35.15 | - |
| YUV | 134.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 154 | 0.55 | 0 | 0.05 | 0.36 | 174.61 | 0.38 | 0.46 |
| Hex | 49 | A2 | 9A | 37 | 0 | 5 | 24 | AF | 26 | 2E |
| Octal | 111 | 242 | 232 | 67 | 0 | 5 | 44 | 257 | 46 | 56 |
| Binary | 1001001 | 10100010 | 10011010 | 110111 | 0 | 101 | 100100 | 10101111 | 100110 | 101110 |
Color Harmonies of #49A29A
Complementary color
Monochromatic Colors of #49A29A
Black with #49A29A
Text Example
Text Example
White with #49A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A29A; }
p { color: rgb(73,162,154); }
H1.HeaderClassName
{
color: #49A29A;
}
.AnyTagClassName
{
color: #49A29A;
}
</style>
background-color css
<style>
a { background-color: #49A29A; }
a { background-color: rgb(73,162,154); }
div.DivClassName
{
background-color: #49A29A;
}
.BgClassName
{
background-color: #49A29A;
}
</style>
border-color css
<style>
span { border-color: #49A29A; }
span { border-color: rgb(73,162,154); }
td.TdClassName
{
border-color: #49A29A;
}
.TagClassName
{
border-color: #49A29A;
}
</style>