Shades of Cello #47525E
Tints of Cello #47525E
RGB
CMYK
RGB Variations
Color information
#47525E (or 0x47525E) is known color: Cello. HEX triplet: 47, 52 and 5E. RGB value is (71,82,94). Sum of RGB (Red+Green+Blue) = 71+82+94=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #47525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47525E is #B8ADA1. Grayscale: #505050. Windows color (decimal): -12103074 or 6181447. OLE color: 6181447.
HSL color Cylindrical-coordinate representation of color #47525E: hue angle of 211.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47525E is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 82 | 94 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.63 |
| HSL | 211.3º | 0.14% | 0.32% | - |
| HSV(B) | 211.3º | 0.24% | 0.37% | - |
| XYZ | 7.64 | 8.18 | 11.77 | - |
| YUV | 80.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 94 | 0.24 | 0.13 | 0 | 0.63 | 211.3 | 0.14 | 0.32 |
| Hex | 47 | 52 | 5E | 18 | D | 0 | 3F | D3 | E | 20 |
| Octal | 107 | 122 | 136 | 30 | 15 | 0 | 77 | 323 | 16 | 40 |
| Binary | 1000111 | 1010010 | 1011110 | 11000 | 1101 | 0 | 111111 | 11010011 | 1110 | 100000 |
Color Harmonies of #47525E
Complementary color
Monochromatic Colors of #47525E
Black with #47525E
Text Example
Text Example
White with #47525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47525E; }
p { color: rgb(71,82,94); }
H1.HeaderClassName
{
color: #47525E;
}
.AnyTagClassName
{
color: #47525E;
}
</style>
background-color css
<style>
a { background-color: #47525E; }
a { background-color: rgb(71,82,94); }
div.DivClassName
{
background-color: #47525E;
}
.BgClassName
{
background-color: #47525E;
}
</style>
border-color css
<style>
span { border-color: #47525E; }
span { border-color: rgb(71,82,94); }
td.TdClassName
{
border-color: #47525E;
}
.TagClassName
{
border-color: #47525E;
}
</style>