Shades of Dark Slate Blue #46398B
Tints of Dark Slate Blue #46398B
RGB
CMYK
RGB Variations
Color information
#46398B (or 0x46398B) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 8B. RGB value is (70,57,139). Sum of RGB (Red+Green+Blue) = 70+57+139=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #46398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46398B is #B9C674. Grayscale: #454545. Windows color (decimal): -12174965 or 9124166. OLE color: 9124166.
HSL color Cylindrical-coordinate representation of color #46398B: hue angle of 249.51º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46398B is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 57 | 139 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.45 |
| HSL | 249.51º | 0.42% | 0.38% | - |
| HSV(B) | 249.51º | 0.59% | 0.55% | - |
| XYZ | 8.65 | 6.09 | 25.15 | - |
| YUV | 70.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 139 | 0.50 | 0.59 | 0 | 0.45 | 249.51 | 0.42 | 0.38 |
| Hex | 46 | 39 | 8B | 32 | 3B | 0 | 2D | FA | 2A | 26 |
| Octal | 106 | 71 | 213 | 62 | 73 | 0 | 55 | 372 | 52 | 46 |
| Binary | 1000110 | 111001 | 10001011 | 110010 | 111011 | 0 | 101101 | 11111010 | 101010 | 100110 |
Color Harmonies of #46398B
Complementary color
Monochromatic Colors of #46398B
Black with #46398B
Text Example
Text Example
White with #46398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46398B; }
p { color: rgb(70,57,139); }
H1.HeaderClassName
{
color: #46398B;
}
.AnyTagClassName
{
color: #46398B;
}
</style>
background-color css
<style>
a { background-color: #46398B; }
a { background-color: rgb(70,57,139); }
div.DivClassName
{
background-color: #46398B;
}
.BgClassName
{
background-color: #46398B;
}
</style>
border-color css
<style>
span { border-color: #46398B; }
span { border-color: rgb(70,57,139); }
td.TdClassName
{
border-color: #46398B;
}
.TagClassName
{
border-color: #46398B;
}
</style>