Shades of Dark Slate Blue #46408E
Tints of Dark Slate Blue #46408E
RGB
CMYK
RGB Variations
Color information
#46408E (or 0x46408E) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 8E. RGB value is (70,64,142). Sum of RGB (Red+Green+Blue) = 70+64+142=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #46408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408E is #B9BF71. Grayscale: #4A4A4A. Windows color (decimal): -12173170 or 9322566. OLE color: 9322566.
HSL color Cylindrical-coordinate representation of color #46408E: hue angle of 244.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46408E is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 64 | 142 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.44 |
| HSL | 244.62º | 0.38% | 0.4% | - |
| HSV(B) | 244.62º | 0.55% | 0.56% | - |
| XYZ | 9.24 | 6.92 | 26.44 | - |
| YUV | 74.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 142 | 0.51 | 0.55 | 0 | 0.44 | 244.62 | 0.38 | 0.4 |
| Hex | 46 | 40 | 8E | 33 | 37 | 0 | 2C | F5 | 26 | 28 |
| Octal | 106 | 100 | 216 | 63 | 67 | 0 | 54 | 365 | 46 | 50 |
| Binary | 1000110 | 1000000 | 10001110 | 110011 | 110111 | 0 | 101100 | 11110101 | 100110 | 101000 |
Color Harmonies of #46408E
Complementary color
Monochromatic Colors of #46408E
Black with #46408E
Text Example
Text Example
White with #46408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46408E; }
p { color: rgb(70,64,142); }
H1.HeaderClassName
{
color: #46408E;
}
.AnyTagClassName
{
color: #46408E;
}
</style>
background-color css
<style>
a { background-color: #46408E; }
a { background-color: rgb(70,64,142); }
div.DivClassName
{
background-color: #46408E;
}
.BgClassName
{
background-color: #46408E;
}
</style>
border-color css
<style>
span { border-color: #46408E; }
span { border-color: rgb(70,64,142); }
td.TdClassName
{
border-color: #46408E;
}
.TagClassName
{
border-color: #46408E;
}
</style>