Shades of Dark Slate Blue #46468D
Tints of Dark Slate Blue #46468D
RGB
CMYK
RGB Variations
Color information
#46468D (or 0x46468D) is known color: Dark Slate Blue. HEX triplet: 46, 46 and 8D. RGB value is (70,70,141). Sum of RGB (Red+Green+Blue) = 70+70+141=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #46468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46468D is #B9B972. Grayscale: #4D4D4D. Windows color (decimal): -12171635 or 9258566. OLE color: 9258566.
HSL color Cylindrical-coordinate representation of color #46468D: hue angle of 240º degrees, saturation: 0.34, 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 #46468D is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 70 | 141 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.45 |
| HSL | 240º | 0.34% | 0.41% | - |
| HSV(B) | 240º | 0.5% | 0.55% | - |
| XYZ | 9.52 | 7.61 | 26.17 | - |
| YUV | 78.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 141 | 0.50 | 0.50 | 0 | 0.45 | 240 | 0.34 | 0.41 |
| Hex | 46 | 46 | 8D | 32 | 32 | 0 | 2D | F0 | 22 | 29 |
| Octal | 106 | 106 | 215 | 62 | 62 | 0 | 55 | 360 | 42 | 51 |
| Binary | 1000110 | 1000110 | 10001101 | 110010 | 110010 | 0 | 101101 | 11110000 | 100010 | 101001 |
Color Harmonies of #46468D
Complementary color
Monochromatic Colors of #46468D
Black with #46468D
Text Example
Text Example
White with #46468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46468D; }
p { color: rgb(70,70,141); }
H1.HeaderClassName
{
color: #46468D;
}
.AnyTagClassName
{
color: #46468D;
}
</style>
background-color css
<style>
a { background-color: #46468D; }
a { background-color: rgb(70,70,141); }
div.DivClassName
{
background-color: #46468D;
}
.BgClassName
{
background-color: #46468D;
}
</style>
border-color css
<style>
span { border-color: #46468D; }
span { border-color: rgb(70,70,141); }
td.TdClassName
{
border-color: #46468D;
}
.TagClassName
{
border-color: #46468D;
}
</style>