Shades of Dark Slate #48504F
Tints of Dark Slate #48504F
RGB
CMYK
RGB Variations
Color information
#48504F (or 0x48504F) is known color: Dark Slate. HEX triplet: 48, 50 and 4F. RGB value is (72,80,79). Sum of RGB (Red+Green+Blue) = 72+80+79=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #48504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48504F is #B7AFB0. Grayscale: #4D4D4D. Windows color (decimal): -12038065 or 5197896. OLE color: 5197896.
HSL color Cylindrical-coordinate representation of color #48504F: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48504F is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 79 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.69 |
| HSL | 172.5º | 0.05% | 0.3% | - |
| HSV(B) | 172.5º | 0.1% | 0.31% | - |
| XYZ | 6.95 | 7.68 | 8.51 | - |
| YUV | 77.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 79 | 0.10 | 0 | 0.01 | 0.69 | 172.5 | 0.05 | 0.3 |
| Hex | 48 | 50 | 4F | A | 0 | 1 | 45 | AC | 5 | 1E |
| Octal | 110 | 120 | 117 | 12 | 0 | 1 | 105 | 254 | 5 | 36 |
| Binary | 1001000 | 1010000 | 1001111 | 1010 | 0 | 1 | 1000101 | 10101100 | 101 | 11110 |
Color Harmonies of #48504F
Complementary color
Monochromatic Colors of #48504F
Black with #48504F
Text Example
Text Example
White with #48504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48504F; }
p { color: rgb(72,80,79); }
H1.HeaderClassName
{
color: #48504F;
}
.AnyTagClassName
{
color: #48504F;
}
</style>
background-color css
<style>
a { background-color: #48504F; }
a { background-color: rgb(72,80,79); }
div.DivClassName
{
background-color: #48504F;
}
.BgClassName
{
background-color: #48504F;
}
</style>
border-color css
<style>
span { border-color: #48504F; }
span { border-color: rgb(72,80,79); }
td.TdClassName
{
border-color: #48504F;
}
.TagClassName
{
border-color: #48504F;
}
</style>