Shades of Blue Chill #47A49A
Tints of Blue Chill #47A49A
RGB
CMYK
RGB Variations
Color information
#47A49A (or 0x47A49A) is known color: Blue Chill. HEX triplet: 47, A4 and 9A. RGB value is (71,164,154). Sum of RGB (Red+Green+Blue) = 71+164+154=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #47A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A49A is #B85B65. Grayscale: #878787. Windows color (decimal): -12082022 or 10134599. OLE color: 10134599.
HSL color Cylindrical-coordinate representation of color #47A49A: hue angle of 173.55º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A49A is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 164 | 154 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.36 |
| HSL | 173.55º | 0.4% | 0.46% | - |
| HSV(B) | 173.55º | 0.57% | 0.64% | - |
| XYZ | 21.71 | 30.22 | 35.26 | - |
| YUV | 135.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 164 | 154 | 0.57 | 0 | 0.06 | 0.36 | 173.55 | 0.4 | 0.46 |
| Hex | 47 | A4 | 9A | 39 | 0 | 6 | 24 | AE | 28 | 2E |
| Octal | 107 | 244 | 232 | 71 | 0 | 6 | 44 | 256 | 50 | 56 |
| Binary | 1000111 | 10100100 | 10011010 | 111001 | 0 | 110 | 100100 | 10101110 | 101000 | 101110 |
Color Harmonies of #47A49A
Complementary color
Monochromatic Colors of #47A49A
Black with #47A49A
Text Example
Text Example
White with #47A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A49A; }
p { color: rgb(71,164,154); }
H1.HeaderClassName
{
color: #47A49A;
}
.AnyTagClassName
{
color: #47A49A;
}
</style>
background-color css
<style>
a { background-color: #47A49A; }
a { background-color: rgb(71,164,154); }
div.DivClassName
{
background-color: #47A49A;
}
.BgClassName
{
background-color: #47A49A;
}
</style>
border-color css
<style>
span { border-color: #47A49A; }
span { border-color: rgb(71,164,154); }
td.TdClassName
{
border-color: #47A49A;
}
.TagClassName
{
border-color: #47A49A;
}
</style>