Shades of Dark Slate Blue #46448D
Tints of Dark Slate Blue #46448D
RGB
CMYK
RGB Variations
Color information
#46448D (or 0x46448D) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 8D. RGB value is (70,68,141). Sum of RGB (Red+Green+Blue) = 70+68+141=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #46448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46448D is #B9BB72. Grayscale: #4C4C4C. Windows color (decimal): -12172147 or 9258054. OLE color: 9258054.
HSL color Cylindrical-coordinate representation of color #46448D: hue angle of 241.64º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46448D is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 68 | 141 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.45 |
| HSL | 241.64º | 0.35% | 0.41% | - |
| HSV(B) | 241.64º | 0.52% | 0.55% | - |
| XYZ | 9.4 | 7.36 | 26.12 | - |
| YUV | 76.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 141 | 0.50 | 0.52 | 0 | 0.45 | 241.64 | 0.35 | 0.41 |
| Hex | 46 | 44 | 8D | 32 | 34 | 0 | 2D | F2 | 23 | 29 |
| Octal | 106 | 104 | 215 | 62 | 64 | 0 | 55 | 362 | 43 | 51 |
| Binary | 1000110 | 1000100 | 10001101 | 110010 | 110100 | 0 | 101101 | 11110010 | 100011 | 101001 |
Color Harmonies of #46448D
Complementary color
Monochromatic Colors of #46448D
Black with #46448D
Text Example
Text Example
White with #46448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46448D; }
p { color: rgb(70,68,141); }
H1.HeaderClassName
{
color: #46448D;
}
.AnyTagClassName
{
color: #46448D;
}
</style>
background-color css
<style>
a { background-color: #46448D; }
a { background-color: rgb(70,68,141); }
div.DivClassName
{
background-color: #46448D;
}
.BgClassName
{
background-color: #46448D;
}
</style>
border-color css
<style>
span { border-color: #46448D; }
span { border-color: rgb(70,68,141); }
td.TdClassName
{
border-color: #46448D;
}
.TagClassName
{
border-color: #46448D;
}
</style>