Shades of Dark Slate Blue #46418D
Tints of Dark Slate Blue #46418D
RGB
CMYK
RGB Variations
Color information
#46418D (or 0x46418D) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 8D. RGB value is (70,65,141). Sum of RGB (Red+Green+Blue) = 70+65+141=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #46418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46418D is #B9BE72. Grayscale: #4A4A4A. Windows color (decimal): -12172915 or 9257286. OLE color: 9257286.
HSL color Cylindrical-coordinate representation of color #46418D: hue angle of 243.95º 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 #46418D is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 65 | 141 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.45 |
| HSL | 243.95º | 0.37% | 0.4% | - |
| HSV(B) | 243.95º | 0.54% | 0.55% | - |
| XYZ | 9.22 | 7.01 | 26.07 | - |
| YUV | 75.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 141 | 0.50 | 0.54 | 0 | 0.45 | 243.95 | 0.37 | 0.4 |
| Hex | 46 | 41 | 8D | 32 | 36 | 0 | 2D | F4 | 25 | 28 |
| Octal | 106 | 101 | 215 | 62 | 66 | 0 | 55 | 364 | 45 | 50 |
| Binary | 1000110 | 1000001 | 10001101 | 110010 | 110110 | 0 | 101101 | 11110100 | 100101 | 101000 |
Color Harmonies of #46418D
Complementary color
Monochromatic Colors of #46418D
Black with #46418D
Text Example
Text Example
White with #46418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46418D; }
p { color: rgb(70,65,141); }
H1.HeaderClassName
{
color: #46418D;
}
.AnyTagClassName
{
color: #46418D;
}
</style>
background-color css
<style>
a { background-color: #46418D; }
a { background-color: rgb(70,65,141); }
div.DivClassName
{
background-color: #46418D;
}
.BgClassName
{
background-color: #46418D;
}
</style>
border-color css
<style>
span { border-color: #46418D; }
span { border-color: rgb(70,65,141); }
td.TdClassName
{
border-color: #46418D;
}
.TagClassName
{
border-color: #46418D;
}
</style>