Shades of Dark Slate Blue #46478B
Tints of Dark Slate Blue #46478B
RGB
CMYK
RGB Variations
Color information
#46478B (or 0x46478B) is known color: Dark Slate Blue. HEX triplet: 46, 47 and 8B. RGB value is (70,71,139). Sum of RGB (Red+Green+Blue) = 70+71+139=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #46478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46478B is #B9B874. Grayscale: #4E4E4E. Windows color (decimal): -12171381 or 9127750. OLE color: 9127750.
HSL color Cylindrical-coordinate representation of color #46478B: hue angle of 239.13º degrees, saturation: 0.33, 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 #46478B is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 71 | 139 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.45 |
| HSL | 239.13º | 0.33% | 0.41% | - |
| HSV(B) | 239.13º | 0.5% | 0.55% | - |
| XYZ | 9.44 | 7.67 | 25.41 | - |
| YUV | 78.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 139 | 0.50 | 0.49 | 0 | 0.45 | 239.13 | 0.33 | 0.41 |
| Hex | 46 | 47 | 8B | 32 | 31 | 0 | 2D | EF | 21 | 29 |
| Octal | 106 | 107 | 213 | 62 | 61 | 0 | 55 | 357 | 41 | 51 |
| Binary | 1000110 | 1000111 | 10001011 | 110010 | 110001 | 0 | 101101 | 11101111 | 100001 | 101001 |
Color Harmonies of #46478B
Complementary color
Monochromatic Colors of #46478B
Black with #46478B
Text Example
Text Example
White with #46478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46478B; }
p { color: rgb(70,71,139); }
H1.HeaderClassName
{
color: #46478B;
}
.AnyTagClassName
{
color: #46478B;
}
</style>
background-color css
<style>
a { background-color: #46478B; }
a { background-color: rgb(70,71,139); }
div.DivClassName
{
background-color: #46478B;
}
.BgClassName
{
background-color: #46478B;
}
</style>
border-color css
<style>
span { border-color: #46478B; }
span { border-color: rgb(70,71,139); }
td.TdClassName
{
border-color: #46478B;
}
.TagClassName
{
border-color: #46478B;
}
</style>