Shades of Dark Slate Blue #48448B
Tints of Dark Slate Blue #48448B
RGB
CMYK
RGB Variations
Color information
#48448B (or 0x48448B) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 8B. RGB value is (72,68,139). Sum of RGB (Red+Green+Blue) = 72+68+139=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #48448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48448B is #B7BB74. Grayscale: #4D4D4D. Windows color (decimal): -12041077 or 9126984. OLE color: 9126984.
HSL color Cylindrical-coordinate representation of color #48448B: hue angle of 243.38º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48448B is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 68 | 139 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.45 |
| HSL | 243.38º | 0.34% | 0.41% | - |
| HSV(B) | 243.38º | 0.51% | 0.55% | - |
| XYZ | 9.4 | 7.38 | 25.35 | - |
| YUV | 77.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 139 | 0.48 | 0.51 | 0 | 0.45 | 243.38 | 0.34 | 0.41 |
| Hex | 48 | 44 | 8B | 30 | 33 | 0 | 2D | F3 | 22 | 29 |
| Octal | 110 | 104 | 213 | 60 | 63 | 0 | 55 | 363 | 42 | 51 |
| Binary | 1001000 | 1000100 | 10001011 | 110000 | 110011 | 0 | 101101 | 11110011 | 100010 | 101001 |
Color Harmonies of #48448B
Complementary color
Monochromatic Colors of #48448B
Black with #48448B
Text Example
Text Example
White with #48448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48448B; }
p { color: rgb(72,68,139); }
H1.HeaderClassName
{
color: #48448B;
}
.AnyTagClassName
{
color: #48448B;
}
</style>
background-color css
<style>
a { background-color: #48448B; }
a { background-color: rgb(72,68,139); }
div.DivClassName
{
background-color: #48448B;
}
.BgClassName
{
background-color: #48448B;
}
</style>
border-color css
<style>
span { border-color: #48448B; }
span { border-color: rgb(72,68,139); }
td.TdClassName
{
border-color: #48448B;
}
.TagClassName
{
border-color: #48448B;
}
</style>