Shades of Dark Slate Blue #46398A
Tints of Dark Slate Blue #46398A
RGB
CMYK
RGB Variations
Color information
#46398A (or 0x46398A) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 8A. RGB value is (70,57,138). Sum of RGB (Red+Green+Blue) = 70+57+138=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #46398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46398A is #B9C675. Grayscale: #454545. Windows color (decimal): -12174966 or 9058630. OLE color: 9058630.
HSL color Cylindrical-coordinate representation of color #46398A: hue angle of 249.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46398A is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 57 | 138 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.46 |
| HSL | 249.63º | 0.42% | 0.38% | - |
| HSV(B) | 249.63º | 0.59% | 0.54% | - |
| XYZ | 8.58 | 6.06 | 24.76 | - |
| YUV | 70.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 138 | 0.49 | 0.59 | 0 | 0.46 | 249.63 | 0.42 | 0.38 |
| Hex | 46 | 39 | 8A | 31 | 3B | 0 | 2E | FA | 2A | 26 |
| Octal | 106 | 71 | 212 | 61 | 73 | 0 | 56 | 372 | 52 | 46 |
| Binary | 1000110 | 111001 | 10001010 | 110001 | 111011 | 0 | 101110 | 11111010 | 101010 | 100110 |
Color Harmonies of #46398A
Complementary color
Monochromatic Colors of #46398A
Black with #46398A
Text Example
Text Example
White with #46398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46398A; }
p { color: rgb(70,57,138); }
H1.HeaderClassName
{
color: #46398A;
}
.AnyTagClassName
{
color: #46398A;
}
</style>
background-color css
<style>
a { background-color: #46398A; }
a { background-color: rgb(70,57,138); }
div.DivClassName
{
background-color: #46398A;
}
.BgClassName
{
background-color: #46398A;
}
</style>
border-color css
<style>
span { border-color: #46398A; }
span { border-color: rgb(70,57,138); }
td.TdClassName
{
border-color: #46398A;
}
.TagClassName
{
border-color: #46398A;
}
</style>