Shades of Cello #48515D
Tints of Cello #48515D
RGB
CMYK
RGB Variations
Color information
#48515D (or 0x48515D) is known color: Cello. HEX triplet: 48, 51 and 5D. RGB value is (72,81,93). Sum of RGB (Red+Green+Blue) = 72+81+93=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #48515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48515D is #B7AEA2. Grayscale: #4F4F4F. Windows color (decimal): -12037795 or 6115656. OLE color: 6115656.
HSL color Cylindrical-coordinate representation of color #48515D: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48515D is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 81 | 93 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.64 |
| HSL | 214.29º | 0.13% | 0.32% | - |
| HSV(B) | 214.29º | 0.23% | 0.36% | - |
| XYZ | 7.59 | 8.05 | 11.51 | - |
| YUV | 79.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 93 | 0.23 | 0.13 | 0 | 0.64 | 214.29 | 0.13 | 0.32 |
| Hex | 48 | 51 | 5D | 17 | D | 0 | 40 | D6 | D | 20 |
| Octal | 110 | 121 | 135 | 27 | 15 | 0 | 100 | 326 | 15 | 40 |
| Binary | 1001000 | 1010001 | 1011101 | 10111 | 1101 | 0 | 1000000 | 11010110 | 1101 | 100000 |
Color Harmonies of #48515D
Complementary color
Monochromatic Colors of #48515D
Black with #48515D
Text Example
Text Example
White with #48515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48515D; }
p { color: rgb(72,81,93); }
H1.HeaderClassName
{
color: #48515D;
}
.AnyTagClassName
{
color: #48515D;
}
</style>
background-color css
<style>
a { background-color: #48515D; }
a { background-color: rgb(72,81,93); }
div.DivClassName
{
background-color: #48515D;
}
.BgClassName
{
background-color: #48515D;
}
</style>
border-color css
<style>
span { border-color: #48515D; }
span { border-color: rgb(72,81,93); }
td.TdClassName
{
border-color: #48515D;
}
.TagClassName
{
border-color: #48515D;
}
</style>