Shades of Dark Slate Blue #48468C
Tints of Dark Slate Blue #48468C
RGB
CMYK
RGB Variations
Color information
#48468C (or 0x48468C) is known color: Dark Slate Blue. HEX triplet: 48, 46 and 8C. RGB value is (72,70,140). Sum of RGB (Red+Green+Blue) = 72+70+140=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #48468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48468C is #B7B973. Grayscale: #4E4E4E. Windows color (decimal): -12040564 or 9193032. OLE color: 9193032.
HSL color Cylindrical-coordinate representation of color #48468C: hue angle of 241.71º 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 #48468C is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 70 | 140 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.45 |
| HSL | 241.71º | 0.33% | 0.41% | - |
| HSV(B) | 241.71º | 0.5% | 0.55% | - |
| XYZ | 9.6 | 7.65 | 25.78 | - |
| YUV | 78.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 140 | 0.49 | 0.50 | 0 | 0.45 | 241.71 | 0.33 | 0.41 |
| Hex | 48 | 46 | 8C | 31 | 32 | 0 | 2D | F2 | 21 | 29 |
| Octal | 110 | 106 | 214 | 61 | 62 | 0 | 55 | 362 | 41 | 51 |
| Binary | 1001000 | 1000110 | 10001100 | 110001 | 110010 | 0 | 101101 | 11110010 | 100001 | 101001 |
Color Harmonies of #48468C
Complementary color
Monochromatic Colors of #48468C
Black with #48468C
Text Example
Text Example
White with #48468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48468C; }
p { color: rgb(72,70,140); }
H1.HeaderClassName
{
color: #48468C;
}
.AnyTagClassName
{
color: #48468C;
}
</style>
background-color css
<style>
a { background-color: #48468C; }
a { background-color: rgb(72,70,140); }
div.DivClassName
{
background-color: #48468C;
}
.BgClassName
{
background-color: #48468C;
}
</style>
border-color css
<style>
span { border-color: #48468C; }
span { border-color: rgb(72,70,140); }
td.TdClassName
{
border-color: #48468C;
}
.TagClassName
{
border-color: #48468C;
}
</style>