Shades of Dark Slate Blue #48468D
Tints of Dark Slate Blue #48468D
RGB
CMYK
RGB Variations
Color information
#48468D (or 0x48468D) is known color: Dark Slate Blue. HEX triplet: 48, 46 and 8D. RGB value is (72,70,141). Sum of RGB (Red+Green+Blue) = 72+70+141=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #48468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48468D is #B7B972. Grayscale: #4E4E4E. Windows color (decimal): -12040563 or 9258568. OLE color: 9258568.
HSL color Cylindrical-coordinate representation of color #48468D: hue angle of 241.69º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48468D is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 70 | 141 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.45 |
| HSL | 241.69º | 0.34% | 0.41% | - |
| HSV(B) | 241.69º | 0.5% | 0.55% | - |
| XYZ | 9.67 | 7.68 | 26.17 | - |
| YUV | 78.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 141 | 0.49 | 0.50 | 0 | 0.45 | 241.69 | 0.34 | 0.41 |
| Hex | 48 | 46 | 8D | 31 | 32 | 0 | 2D | F2 | 22 | 29 |
| Octal | 110 | 106 | 215 | 61 | 62 | 0 | 55 | 362 | 42 | 51 |
| Binary | 1001000 | 1000110 | 10001101 | 110001 | 110010 | 0 | 101101 | 11110010 | 100010 | 101001 |
Color Harmonies of #48468D
Complementary color
Monochromatic Colors of #48468D
Black with #48468D
Text Example
Text Example
White with #48468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48468D; }
p { color: rgb(72,70,141); }
H1.HeaderClassName
{
color: #48468D;
}
.AnyTagClassName
{
color: #48468D;
}
</style>
background-color css
<style>
a { background-color: #48468D; }
a { background-color: rgb(72,70,141); }
div.DivClassName
{
background-color: #48468D;
}
.BgClassName
{
background-color: #48468D;
}
</style>
border-color css
<style>
span { border-color: #48468D; }
span { border-color: rgb(72,70,141); }
td.TdClassName
{
border-color: #48468D;
}
.TagClassName
{
border-color: #48468D;
}
</style>