Shades of Cello #47515D
Tints of Cello #47515D
RGB
CMYK
RGB Variations
Color information
#47515D (or 0x47515D) is known color: Cello. HEX triplet: 47, 51 and 5D. RGB value is (71,81,93). Sum of RGB (Red+Green+Blue) = 71+81+93=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #47515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47515D is #B8AEA2. Grayscale: #4F4F4F. Windows color (decimal): -12103331 or 6115655. OLE color: 6115655.
HSL color Cylindrical-coordinate representation of color #47515D: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47515D is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 81 | 93 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.64 |
| HSL | 212.73º | 0.13% | 0.32% | - |
| HSV(B) | 212.73º | 0.24% | 0.36% | - |
| XYZ | 7.52 | 8.01 | 11.51 | - |
| YUV | 79.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 93 | 0.24 | 0.13 | 0 | 0.64 | 212.73 | 0.13 | 0.32 |
| Hex | 47 | 51 | 5D | 18 | D | 0 | 40 | D5 | D | 20 |
| Octal | 107 | 121 | 135 | 30 | 15 | 0 | 100 | 325 | 15 | 40 |
| Binary | 1000111 | 1010001 | 1011101 | 11000 | 1101 | 0 | 1000000 | 11010101 | 1101 | 100000 |
Color Harmonies of #47515D
Complementary color
Monochromatic Colors of #47515D
Black with #47515D
Text Example
Text Example
White with #47515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47515D; }
p { color: rgb(71,81,93); }
H1.HeaderClassName
{
color: #47515D;
}
.AnyTagClassName
{
color: #47515D;
}
</style>
background-color css
<style>
a { background-color: #47515D; }
a { background-color: rgb(71,81,93); }
div.DivClassName
{
background-color: #47515D;
}
.BgClassName
{
background-color: #47515D;
}
</style>
border-color css
<style>
span { border-color: #47515D; }
span { border-color: rgb(71,81,93); }
td.TdClassName
{
border-color: #47515D;
}
.TagClassName
{
border-color: #47515D;
}
</style>