Shades of Dark Slate Blue #48418C
Tints of Dark Slate Blue #48418C
RGB
CMYK
RGB Variations
Color information
#48418C (or 0x48418C) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 8C. RGB value is (72,65,140). Sum of RGB (Red+Green+Blue) = 72+65+140=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #48418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48418C is #B7BE73. Grayscale: #4B4B4B. Windows color (decimal): -12041844 or 9191752. OLE color: 9191752.
HSL color Cylindrical-coordinate representation of color #48418C: hue angle of 245.6º 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 #48418C is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 65 | 140 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.45 |
| HSL | 245.6º | 0.37% | 0.4% | - |
| HSV(B) | 245.6º | 0.54% | 0.55% | - |
| XYZ | 9.3 | 7.05 | 25.68 | - |
| YUV | 75.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 140 | 0.49 | 0.54 | 0 | 0.45 | 245.6 | 0.37 | 0.4 |
| Hex | 48 | 41 | 8C | 31 | 36 | 0 | 2D | F6 | 25 | 28 |
| Octal | 110 | 101 | 214 | 61 | 66 | 0 | 55 | 366 | 45 | 50 |
| Binary | 1001000 | 1000001 | 10001100 | 110001 | 110110 | 0 | 101101 | 11110110 | 100101 | 101000 |
Color Harmonies of #48418C
Complementary color
Monochromatic Colors of #48418C
Black with #48418C
Text Example
Text Example
White with #48418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48418C; }
p { color: rgb(72,65,140); }
H1.HeaderClassName
{
color: #48418C;
}
.AnyTagClassName
{
color: #48418C;
}
</style>
background-color css
<style>
a { background-color: #48418C; }
a { background-color: rgb(72,65,140); }
div.DivClassName
{
background-color: #48418C;
}
.BgClassName
{
background-color: #48418C;
}
</style>
border-color css
<style>
span { border-color: #48418C; }
span { border-color: rgb(72,65,140); }
td.TdClassName
{
border-color: #48418C;
}
.TagClassName
{
border-color: #48418C;
}
</style>