Shades of Dark Slate Blue #46407F
Tints of Dark Slate Blue #46407F
RGB
CMYK
RGB Variations
Color information
#46407F (or 0x46407F) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 7F. RGB value is (70,64,127). Sum of RGB (Red+Green+Blue) = 70+64+127=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #46407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407F is #B9BF80. Grayscale: #484848. Windows color (decimal): -12173185 or 8339526. OLE color: 8339526.
HSL color Cylindrical-coordinate representation of color #46407F: hue angle of 245.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46407F is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 64 | 127 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.50 |
| HSL | 245.71º | 0.33% | 0.37% | - |
| HSV(B) | 245.71º | 0.5% | 0.5% | - |
| XYZ | 8.19 | 6.5 | 20.9 | - |
| YUV | 72.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 127 | 0.45 | 0.50 | 0 | 0.50 | 245.71 | 0.33 | 0.37 |
| Hex | 46 | 40 | 7F | 2D | 32 | 0 | 32 | F6 | 21 | 25 |
| Octal | 106 | 100 | 177 | 55 | 62 | 0 | 62 | 366 | 41 | 45 |
| Binary | 1000110 | 1000000 | 1111111 | 101101 | 110010 | 0 | 110010 | 11110110 | 100001 | 100101 |
Color Harmonies of #46407F
Complementary color
Monochromatic Colors of #46407F
Black with #46407F
Text Example
Text Example
White with #46407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46407F; }
p { color: rgb(70,64,127); }
H1.HeaderClassName
{
color: #46407F;
}
.AnyTagClassName
{
color: #46407F;
}
</style>
background-color css
<style>
a { background-color: #46407F; }
a { background-color: rgb(70,64,127); }
div.DivClassName
{
background-color: #46407F;
}
.BgClassName
{
background-color: #46407F;
}
</style>
border-color css
<style>
span { border-color: #46407F; }
span { border-color: rgb(70,64,127); }
td.TdClassName
{
border-color: #46407F;
}
.TagClassName
{
border-color: #46407F;
}
</style>