Shades of Cello #48515B
Tints of Cello #48515B
RGB
CMYK
RGB Variations
Color information
#48515B (or 0x48515B) is known color: Cello. HEX triplet: 48, 51 and 5B. RGB value is (72,81,91). Sum of RGB (Red+Green+Blue) = 72+81+91=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #48515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48515B is #B7AEA4. Grayscale: #4F4F4F. Windows color (decimal): -12037797 or 5984584. OLE color: 5984584.
HSL color Cylindrical-coordinate representation of color #48515B: hue angle of 211.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #48515B is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 81 | 91 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.64 |
| HSL | 211.58º | 0.12% | 0.32% | - |
| HSV(B) | 211.58º | 0.21% | 0.36% | - |
| XYZ | 7.5 | 8.02 | 11.05 | - |
| YUV | 79.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 91 | 0.21 | 0.11 | 0 | 0.64 | 211.58 | 0.12 | 0.32 |
| Hex | 48 | 51 | 5B | 15 | B | 0 | 40 | D4 | C | 20 |
| Octal | 110 | 121 | 133 | 25 | 13 | 0 | 100 | 324 | 14 | 40 |
| Binary | 1001000 | 1010001 | 1011011 | 10101 | 1011 | 0 | 1000000 | 11010100 | 1100 | 100000 |
Color Harmonies of #48515B
Complementary color
Monochromatic Colors of #48515B
Black with #48515B
Text Example
Text Example
White with #48515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48515B; }
p { color: rgb(72,81,91); }
H1.HeaderClassName
{
color: #48515B;
}
.AnyTagClassName
{
color: #48515B;
}
</style>
background-color css
<style>
a { background-color: #48515B; }
a { background-color: rgb(72,81,91); }
div.DivClassName
{
background-color: #48515B;
}
.BgClassName
{
background-color: #48515B;
}
</style>
border-color css
<style>
span { border-color: #48515B; }
span { border-color: rgb(72,81,91); }
td.TdClassName
{
border-color: #48515B;
}
.TagClassName
{
border-color: #48515B;
}
</style>