Shades of Dark Slate Blue #48468B
Tints of Dark Slate Blue #48468B
RGB
CMYK
RGB Variations
Color information
#48468B (or 0x48468B) is known color: Dark Slate Blue. HEX triplet: 48, 46 and 8B. RGB value is (72,70,139). Sum of RGB (Red+Green+Blue) = 72+70+139=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #48468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48468B is #B7B974. Grayscale: #4E4E4E. Windows color (decimal): -12040565 or 9127496. OLE color: 9127496.
HSL color Cylindrical-coordinate representation of color #48468B: hue angle of 241.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48468B is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 70 | 139 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.45 |
| HSL | 241.74º | 0.33% | 0.41% | - |
| HSV(B) | 241.74º | 0.5% | 0.55% | - |
| XYZ | 9.52 | 7.62 | 25.4 | - |
| YUV | 78.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 139 | 0.48 | 0.50 | 0 | 0.45 | 241.74 | 0.33 | 0.41 |
| Hex | 48 | 46 | 8B | 30 | 32 | 0 | 2D | F2 | 21 | 29 |
| Octal | 110 | 106 | 213 | 60 | 62 | 0 | 55 | 362 | 41 | 51 |
| Binary | 1001000 | 1000110 | 10001011 | 110000 | 110010 | 0 | 101101 | 11110010 | 100001 | 101001 |
Color Harmonies of #48468B
Complementary color
Monochromatic Colors of #48468B
Black with #48468B
Text Example
Text Example
White with #48468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48468B; }
p { color: rgb(72,70,139); }
H1.HeaderClassName
{
color: #48468B;
}
.AnyTagClassName
{
color: #48468B;
}
</style>
background-color css
<style>
a { background-color: #48468B; }
a { background-color: rgb(72,70,139); }
div.DivClassName
{
background-color: #48468B;
}
.BgClassName
{
background-color: #48468B;
}
</style>
border-color css
<style>
span { border-color: #48468B; }
span { border-color: rgb(72,70,139); }
td.TdClassName
{
border-color: #48468B;
}
.TagClassName
{
border-color: #48468B;
}
</style>