Shades of Blue Chill #47908E
Tints of Blue Chill #47908E
RGB
CMYK
RGB Variations
Color information
#47908E (or 0x47908E) is known color: Blue Chill. HEX triplet: 47, 90 and 8E. RGB value is (71,144,142). Sum of RGB (Red+Green+Blue) = 71+144+142=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #47908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47908E is #B86F71. Grayscale: #797979. Windows color (decimal): -12087154 or 9343047. OLE color: 9343047.
HSL color Cylindrical-coordinate representation of color #47908E: hue angle of 178.36º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47908E is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 142 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.44 |
| HSL | 178.36º | 0.34% | 0.42% | - |
| HSV(B) | 178.36º | 0.51% | 0.56% | - |
| XYZ | 17.45 | 23.24 | 29.16 | - |
| YUV | 121.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 142 | 0.51 | 0 | 0.01 | 0.44 | 178.36 | 0.34 | 0.42 |
| Hex | 47 | 90 | 8E | 33 | 0 | 1 | 2C | B2 | 22 | 2A |
| Octal | 107 | 220 | 216 | 63 | 0 | 1 | 54 | 262 | 42 | 52 |
| Binary | 1000111 | 10010000 | 10001110 | 110011 | 0 | 1 | 101100 | 10110010 | 100010 | 101010 |
Color Harmonies of #47908E
Complementary color
Monochromatic Colors of #47908E
Black with #47908E
Text Example
Text Example
White with #47908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47908E; }
p { color: rgb(71,144,142); }
H1.HeaderClassName
{
color: #47908E;
}
.AnyTagClassName
{
color: #47908E;
}
</style>
background-color css
<style>
a { background-color: #47908E; }
a { background-color: rgb(71,144,142); }
div.DivClassName
{
background-color: #47908E;
}
.BgClassName
{
background-color: #47908E;
}
</style>
border-color css
<style>
span { border-color: #47908E; }
span { border-color: rgb(71,144,142); }
td.TdClassName
{
border-color: #47908E;
}
.TagClassName
{
border-color: #47908E;
}
</style>