Shades of Dark Slate Blue #48408B
Tints of Dark Slate Blue #48408B
RGB
CMYK
RGB Variations
Color information
#48408B (or 0x48408B) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 8B. RGB value is (72,64,139). Sum of RGB (Red+Green+Blue) = 72+64+139=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #48408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48408B is #B7BF74. Grayscale: #4A4A4A. Windows color (decimal): -12042101 or 9125960. OLE color: 9125960.
HSL color Cylindrical-coordinate representation of color #48408B: hue angle of 246.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48408B is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 64 | 139 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.45 |
| HSL | 246.4º | 0.37% | 0.4% | - |
| HSV(B) | 246.4º | 0.54% | 0.55% | - |
| XYZ | 9.17 | 6.91 | 25.28 | - |
| YUV | 74.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 139 | 0.48 | 0.54 | 0 | 0.45 | 246.4 | 0.37 | 0.4 |
| Hex | 48 | 40 | 8B | 30 | 36 | 0 | 2D | F6 | 25 | 28 |
| Octal | 110 | 100 | 213 | 60 | 66 | 0 | 55 | 366 | 45 | 50 |
| Binary | 1001000 | 1000000 | 10001011 | 110000 | 110110 | 0 | 101101 | 11110110 | 100101 | 101000 |
Color Harmonies of #48408B
Complementary color
Monochromatic Colors of #48408B
Black with #48408B
Text Example
Text Example
White with #48408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48408B; }
p { color: rgb(72,64,139); }
H1.HeaderClassName
{
color: #48408B;
}
.AnyTagClassName
{
color: #48408B;
}
</style>
background-color css
<style>
a { background-color: #48408B; }
a { background-color: rgb(72,64,139); }
div.DivClassName
{
background-color: #48408B;
}
.BgClassName
{
background-color: #48408B;
}
</style>
border-color css
<style>
span { border-color: #48408B; }
span { border-color: rgb(72,64,139); }
td.TdClassName
{
border-color: #48408B;
}
.TagClassName
{
border-color: #48408B;
}
</style>