Shades of Blue Chill #47A09C
Tints of Blue Chill #47A09C
RGB
CMYK
RGB Variations
Color information
#47A09C (or 0x47A09C) is known color: Blue Chill. HEX triplet: 47, A0 and 9C. RGB value is (71,160,156). Sum of RGB (Red+Green+Blue) = 71+160+156=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #47A09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A09C is #B85F63. Grayscale: #848484. Windows color (decimal): -12083044 or 10264647. OLE color: 10264647.
HSL color Cylindrical-coordinate representation of color #47A09C: hue angle of 177.3º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A09C is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 156 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.37 |
| HSL | 177.3º | 0.39% | 0.45% | - |
| HSV(B) | 177.3º | 0.56% | 0.63% | - |
| XYZ | 21.17 | 28.88 | 35.91 | - |
| YUV | 132.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 156 | 0.56 | 0 | 0.02 | 0.37 | 177.3 | 0.39 | 0.45 |
| Hex | 47 | A0 | 9C | 38 | 0 | 2 | 25 | B1 | 27 | 2D |
| Octal | 107 | 240 | 234 | 70 | 0 | 2 | 45 | 261 | 47 | 55 |
| Binary | 1000111 | 10100000 | 10011100 | 111000 | 0 | 10 | 100101 | 10110001 | 100111 | 101101 |
Color Harmonies of #47A09C
Complementary color
Monochromatic Colors of #47A09C
Black with #47A09C
Text Example
Text Example
White with #47A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A09C; }
p { color: rgb(71,160,156); }
H1.HeaderClassName
{
color: #47A09C;
}
.AnyTagClassName
{
color: #47A09C;
}
</style>
background-color css
<style>
a { background-color: #47A09C; }
a { background-color: rgb(71,160,156); }
div.DivClassName
{
background-color: #47A09C;
}
.BgClassName
{
background-color: #47A09C;
}
</style>
border-color css
<style>
span { border-color: #47A09C; }
span { border-color: rgb(71,160,156); }
td.TdClassName
{
border-color: #47A09C;
}
.TagClassName
{
border-color: #47A09C;
}
</style>