Shades of Dark Slate Blue #48478D
Tints of Dark Slate Blue #48478D
RGB
CMYK
RGB Variations
Color information
#48478D (or 0x48478D) is known color: Dark Slate Blue. HEX triplet: 48, 47 and 8D. RGB value is (72,71,141). Sum of RGB (Red+Green+Blue) = 72+71+141=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #48478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48478D is #B7B872. Grayscale: #4F4F4F. Windows color (decimal): -12040307 or 9258824. OLE color: 9258824.
HSL color Cylindrical-coordinate representation of color #48478D: hue angle of 240.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48478D is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 71 | 141 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.45 |
| HSL | 240.86º | 0.33% | 0.42% | - |
| HSV(B) | 240.86º | 0.5% | 0.55% | - |
| XYZ | 9.73 | 7.81 | 26.19 | - |
| YUV | 79.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 141 | 0.49 | 0.50 | 0 | 0.45 | 240.86 | 0.33 | 0.42 |
| Hex | 48 | 47 | 8D | 31 | 32 | 0 | 2D | F1 | 21 | 2A |
| Octal | 110 | 107 | 215 | 61 | 62 | 0 | 55 | 361 | 41 | 52 |
| Binary | 1001000 | 1000111 | 10001101 | 110001 | 110010 | 0 | 101101 | 11110001 | 100001 | 101010 |
Color Harmonies of #48478D
Complementary color
Monochromatic Colors of #48478D
Black with #48478D
Text Example
Text Example
White with #48478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48478D; }
p { color: rgb(72,71,141); }
H1.HeaderClassName
{
color: #48478D;
}
.AnyTagClassName
{
color: #48478D;
}
</style>
background-color css
<style>
a { background-color: #48478D; }
a { background-color: rgb(72,71,141); }
div.DivClassName
{
background-color: #48478D;
}
.BgClassName
{
background-color: #48478D;
}
</style>
border-color css
<style>
span { border-color: #48478D; }
span { border-color: rgb(72,71,141); }
td.TdClassName
{
border-color: #48478D;
}
.TagClassName
{
border-color: #48478D;
}
</style>