Shades of Dark Slate #48605D
Tints of Dark Slate #48605D
RGB
CMYK
RGB Variations
Color information
#48605D (or 0x48605D) is known color: Dark Slate. HEX triplet: 48, 60 and 5D. RGB value is (72,96,93). Sum of RGB (Red+Green+Blue) = 72+96+93=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #48605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48605D is #B79FA2. Grayscale: #585858. Windows color (decimal): -12033955 or 6119496. OLE color: 6119496.
HSL color Cylindrical-coordinate representation of color #48605D: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48605D is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 96 | 93 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.62 |
| HSL | 172.5º | 0.14% | 0.33% | - |
| HSV(B) | 172.5º | 0.25% | 0.38% | - |
| XYZ | 8.83 | 10.53 | 11.92 | - |
| YUV | 88.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 93 | 0.25 | 0 | 0.03 | 0.62 | 172.5 | 0.14 | 0.33 |
| Hex | 48 | 60 | 5D | 19 | 0 | 3 | 3E | AC | E | 21 |
| Octal | 110 | 140 | 135 | 31 | 0 | 3 | 76 | 254 | 16 | 41 |
| Binary | 1001000 | 1100000 | 1011101 | 11001 | 0 | 11 | 111110 | 10101100 | 1110 | 100001 |
Color Harmonies of #48605D
Complementary color
Monochromatic Colors of #48605D
Black with #48605D
Text Example
Text Example
White with #48605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48605D; }
p { color: rgb(72,96,93); }
H1.HeaderClassName
{
color: #48605D;
}
.AnyTagClassName
{
color: #48605D;
}
</style>
background-color css
<style>
a { background-color: #48605D; }
a { background-color: rgb(72,96,93); }
div.DivClassName
{
background-color: #48605D;
}
.BgClassName
{
background-color: #48605D;
}
</style>
border-color css
<style>
span { border-color: #48605D; }
span { border-color: rgb(72,96,93); }
td.TdClassName
{
border-color: #48605D;
}
.TagClassName
{
border-color: #48605D;
}
</style>