Shades of Cello #48535F
Tints of Cello #48535F
RGB
CMYK
RGB Variations
Color information
#48535F (or 0x48535F) is known color: Cello. HEX triplet: 48, 53 and 5F. RGB value is (72,83,95). Sum of RGB (Red+Green+Blue) = 72+83+95=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #48535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535F is #B7ACA0. Grayscale: #515151. Windows color (decimal): -12037281 or 6247240. OLE color: 6247240.
HSL color Cylindrical-coordinate representation of color #48535F: hue angle of 211.3º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48535F is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 83 | 95 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.63 |
| HSL | 211.3º | 0.14% | 0.33% | - |
| HSV(B) | 211.3º | 0.24% | 0.37% | - |
| XYZ | 7.83 | 8.39 | 12.03 | - |
| YUV | 81.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 95 | 0.24 | 0.13 | 0 | 0.63 | 211.3 | 0.14 | 0.33 |
| Hex | 48 | 53 | 5F | 18 | D | 0 | 3F | D3 | E | 21 |
| Octal | 110 | 123 | 137 | 30 | 15 | 0 | 77 | 323 | 16 | 41 |
| Binary | 1001000 | 1010011 | 1011111 | 11000 | 1101 | 0 | 111111 | 11010011 | 1110 | 100001 |
Color Harmonies of #48535F
Complementary color
Monochromatic Colors of #48535F
Black with #48535F
Text Example
Text Example
White with #48535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48535F; }
p { color: rgb(72,83,95); }
H1.HeaderClassName
{
color: #48535F;
}
.AnyTagClassName
{
color: #48535F;
}
</style>
background-color css
<style>
a { background-color: #48535F; }
a { background-color: rgb(72,83,95); }
div.DivClassName
{
background-color: #48535F;
}
.BgClassName
{
background-color: #48535F;
}
</style>
border-color css
<style>
span { border-color: #48535F; }
span { border-color: rgb(72,83,95); }
td.TdClassName
{
border-color: #48535F;
}
.TagClassName
{
border-color: #48535F;
}
</style>