Shades of Dark Slate Blue #46408B
Tints of Dark Slate Blue #46408B
RGB
CMYK
RGB Variations
Color information
#46408B (or 0x46408B) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 8B. RGB value is (70,64,139). Sum of RGB (Red+Green+Blue) = 70+64+139=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #46408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408B is #B9BF74. Grayscale: #4A4A4A. Windows color (decimal): -12173173 or 9125958. OLE color: 9125958.
HSL color Cylindrical-coordinate representation of color #46408B: hue angle of 244.8º 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 #46408B is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 64 | 139 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.45 |
| HSL | 244.8º | 0.37% | 0.4% | - |
| HSV(B) | 244.8º | 0.54% | 0.55% | - |
| XYZ | 9.02 | 6.83 | 25.27 | - |
| YUV | 74.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 139 | 0.50 | 0.54 | 0 | 0.45 | 244.8 | 0.37 | 0.4 |
| Hex | 46 | 40 | 8B | 32 | 36 | 0 | 2D | F5 | 25 | 28 |
| Octal | 106 | 100 | 213 | 62 | 66 | 0 | 55 | 365 | 45 | 50 |
| Binary | 1000110 | 1000000 | 10001011 | 110010 | 110110 | 0 | 101101 | 11110101 | 100101 | 101000 |
Color Harmonies of #46408B
Complementary color
Monochromatic Colors of #46408B
Black with #46408B
Text Example
Text Example
White with #46408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46408B; }
p { color: rgb(70,64,139); }
H1.HeaderClassName
{
color: #46408B;
}
.AnyTagClassName
{
color: #46408B;
}
</style>
background-color css
<style>
a { background-color: #46408B; }
a { background-color: rgb(70,64,139); }
div.DivClassName
{
background-color: #46408B;
}
.BgClassName
{
background-color: #46408B;
}
</style>
border-color css
<style>
span { border-color: #46408B; }
span { border-color: rgb(70,64,139); }
td.TdClassName
{
border-color: #46408B;
}
.TagClassName
{
border-color: #46408B;
}
</style>