Shades of Dark Slate Blue #46488D
Tints of Dark Slate Blue #46488D
RGB
CMYK
RGB Variations
Color information
#46488D (or 0x46488D) is known color: Dark Slate Blue. HEX triplet: 46, 48 and 8D. RGB value is (70,72,141). Sum of RGB (Red+Green+Blue) = 70+72+141=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #46488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46488D is #B9B772. Grayscale: #4E4E4E. Windows color (decimal): -12171123 or 9259078. OLE color: 9259078.
HSL color Cylindrical-coordinate representation of color #46488D: hue angle of 238.31º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46488D is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 72 | 141 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.45 |
| HSL | 238.31º | 0.34% | 0.41% | - |
| HSV(B) | 238.31º | 0.5% | 0.55% | - |
| XYZ | 9.65 | 7.86 | 26.21 | - |
| YUV | 79.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 141 | 0.50 | 0.49 | 0 | 0.45 | 238.31 | 0.34 | 0.41 |
| Hex | 46 | 48 | 8D | 32 | 31 | 0 | 2D | EE | 22 | 29 |
| Octal | 106 | 110 | 215 | 62 | 61 | 0 | 55 | 356 | 42 | 51 |
| Binary | 1000110 | 1001000 | 10001101 | 110010 | 110001 | 0 | 101101 | 11101110 | 100010 | 101001 |
Color Harmonies of #46488D
Complementary color
Monochromatic Colors of #46488D
Black with #46488D
Text Example
Text Example
White with #46488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46488D; }
p { color: rgb(70,72,141); }
H1.HeaderClassName
{
color: #46488D;
}
.AnyTagClassName
{
color: #46488D;
}
</style>
background-color css
<style>
a { background-color: #46488D; }
a { background-color: rgb(70,72,141); }
div.DivClassName
{
background-color: #46488D;
}
.BgClassName
{
background-color: #46488D;
}
</style>
border-color css
<style>
span { border-color: #46488D; }
span { border-color: rgb(70,72,141); }
td.TdClassName
{
border-color: #46488D;
}
.TagClassName
{
border-color: #46488D;
}
</style>