Shades of Dark Slate Blue #48408C
Tints of Dark Slate Blue #48408C
RGB
CMYK
RGB Variations
Color information
#48408C (or 0x48408C) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 8C. RGB value is (72,64,140). Sum of RGB (Red+Green+Blue) = 72+64+140=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #48408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48408C is #B7BF73. Grayscale: #4A4A4A. Windows color (decimal): -12042100 or 9191496. OLE color: 9191496.
HSL color Cylindrical-coordinate representation of color #48408C: hue angle of 246.32º 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 #48408C is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 64 | 140 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.45 |
| HSL | 246.32º | 0.37% | 0.4% | - |
| HSV(B) | 246.32º | 0.54% | 0.55% | - |
| XYZ | 9.24 | 6.94 | 25.66 | - |
| YUV | 75.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 140 | 0.49 | 0.54 | 0 | 0.45 | 246.32 | 0.37 | 0.4 |
| Hex | 48 | 40 | 8C | 31 | 36 | 0 | 2D | F6 | 25 | 28 |
| Octal | 110 | 100 | 214 | 61 | 66 | 0 | 55 | 366 | 45 | 50 |
| Binary | 1001000 | 1000000 | 10001100 | 110001 | 110110 | 0 | 101101 | 11110110 | 100101 | 101000 |
Color Harmonies of #48408C
Complementary color
Monochromatic Colors of #48408C
Black with #48408C
Text Example
Text Example
White with #48408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48408C; }
p { color: rgb(72,64,140); }
H1.HeaderClassName
{
color: #48408C;
}
.AnyTagClassName
{
color: #48408C;
}
</style>
background-color css
<style>
a { background-color: #48408C; }
a { background-color: rgb(72,64,140); }
div.DivClassName
{
background-color: #48408C;
}
.BgClassName
{
background-color: #48408C;
}
</style>
border-color css
<style>
span { border-color: #48408C; }
span { border-color: rgb(72,64,140); }
td.TdClassName
{
border-color: #48408C;
}
.TagClassName
{
border-color: #48408C;
}
</style>