Shades of Dark Slate Blue #48438D
Tints of Dark Slate Blue #48438D
RGB
CMYK
RGB Variations
Color information
#48438D (or 0x48438D) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 8D. RGB value is (72,67,141). Sum of RGB (Red+Green+Blue) = 72+67+141=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #48438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48438D is #B7BC72. Grayscale: #4C4C4C. Windows color (decimal): -12041331 or 9257800. OLE color: 9257800.
HSL color Cylindrical-coordinate representation of color #48438D: hue angle of 244.05º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48438D is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 67 | 141 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.45 |
| HSL | 244.05º | 0.36% | 0.41% | - |
| HSV(B) | 244.05º | 0.52% | 0.55% | - |
| XYZ | 9.49 | 7.32 | 26.11 | - |
| YUV | 76.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 141 | 0.49 | 0.52 | 0 | 0.45 | 244.05 | 0.36 | 0.41 |
| Hex | 48 | 43 | 8D | 31 | 34 | 0 | 2D | F4 | 24 | 29 |
| Octal | 110 | 103 | 215 | 61 | 64 | 0 | 55 | 364 | 44 | 51 |
| Binary | 1001000 | 1000011 | 10001101 | 110001 | 110100 | 0 | 101101 | 11110100 | 100100 | 101001 |
Color Harmonies of #48438D
Complementary color
Monochromatic Colors of #48438D
Black with #48438D
Text Example
Text Example
White with #48438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48438D; }
p { color: rgb(72,67,141); }
H1.HeaderClassName
{
color: #48438D;
}
.AnyTagClassName
{
color: #48438D;
}
</style>
background-color css
<style>
a { background-color: #48438D; }
a { background-color: rgb(72,67,141); }
div.DivClassName
{
background-color: #48438D;
}
.BgClassName
{
background-color: #48438D;
}
</style>
border-color css
<style>
span { border-color: #48438D; }
span { border-color: rgb(72,67,141); }
td.TdClassName
{
border-color: #48438D;
}
.TagClassName
{
border-color: #48438D;
}
</style>