Shades of Dark Slate Blue #48448C
Tints of Dark Slate Blue #48448C
RGB
CMYK
RGB Variations
Color information
#48448C (or 0x48448C) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 8C. RGB value is (72,68,140). Sum of RGB (Red+Green+Blue) = 72+68+140=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #48448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48448C is #B7BB73. Grayscale: #4D4D4D. Windows color (decimal): -12041076 or 9192520. OLE color: 9192520.
HSL color Cylindrical-coordinate representation of color #48448C: hue angle of 243.33º degrees, saturation: 0.35, 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 #48448C is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 68 | 140 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.45 |
| HSL | 243.33º | 0.35% | 0.41% | - |
| HSV(B) | 243.33º | 0.51% | 0.55% | - |
| XYZ | 9.47 | 7.41 | 25.74 | - |
| YUV | 77.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 140 | 0.49 | 0.51 | 0 | 0.45 | 243.33 | 0.35 | 0.41 |
| Hex | 48 | 44 | 8C | 31 | 33 | 0 | 2D | F3 | 23 | 29 |
| Octal | 110 | 104 | 214 | 61 | 63 | 0 | 55 | 363 | 43 | 51 |
| Binary | 1001000 | 1000100 | 10001100 | 110001 | 110011 | 0 | 101101 | 11110011 | 100011 | 101001 |
Color Harmonies of #48448C
Complementary color
Monochromatic Colors of #48448C
Black with #48448C
Text Example
Text Example
White with #48448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48448C; }
p { color: rgb(72,68,140); }
H1.HeaderClassName
{
color: #48448C;
}
.AnyTagClassName
{
color: #48448C;
}
</style>
background-color css
<style>
a { background-color: #48448C; }
a { background-color: rgb(72,68,140); }
div.DivClassName
{
background-color: #48448C;
}
.BgClassName
{
background-color: #48448C;
}
</style>
border-color css
<style>
span { border-color: #48448C; }
span { border-color: rgb(72,68,140); }
td.TdClassName
{
border-color: #48448C;
}
.TagClassName
{
border-color: #48448C;
}
</style>