Shades of Dark Slate Blue #463487
Tints of Dark Slate Blue #463487
RGB
CMYK
RGB Variations
Color information
#463487 (or 0x463487) is known color: Dark Slate Blue. HEX triplet: 46, 34 and 87. RGB value is (70,52,135). Sum of RGB (Red+Green+Blue) = 70+52+135=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #463487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463487 is #B9CB78. Grayscale: #424242. Windows color (decimal): -12176249 or 8860742. OLE color: 8860742.
HSL color Cylindrical-coordinate representation of color #463487: hue angle of 253.01º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463487 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 52 | 135 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.47 |
| HSL | 253.01º | 0.44% | 0.37% | - |
| HSV(B) | 253.01º | 0.61% | 0.53% | - |
| XYZ | 8.13 | 5.51 | 23.56 | - |
| YUV | 66.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 135 | 0.48 | 0.61 | 0 | 0.47 | 253.01 | 0.44 | 0.37 |
| Hex | 46 | 34 | 87 | 30 | 3D | 0 | 2F | FD | 2C | 25 |
| Octal | 106 | 64 | 207 | 60 | 75 | 0 | 57 | 375 | 54 | 45 |
| Binary | 1000110 | 110100 | 10000111 | 110000 | 111101 | 0 | 101111 | 11111101 | 101100 | 100101 |
Color Harmonies of #463487
Complementary color
Monochromatic Colors of #463487
Black with #463487
Text Example
Text Example
White with #463487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463487; }
p { color: rgb(70,52,135); }
H1.HeaderClassName
{
color: #463487;
}
.AnyTagClassName
{
color: #463487;
}
</style>
background-color css
<style>
a { background-color: #463487; }
a { background-color: rgb(70,52,135); }
div.DivClassName
{
background-color: #463487;
}
.BgClassName
{
background-color: #463487;
}
</style>
border-color css
<style>
span { border-color: #463487; }
span { border-color: rgb(70,52,135); }
td.TdClassName
{
border-color: #463487;
}
.TagClassName
{
border-color: #463487;
}
</style>