Shades of Dark Slate Blue #463784
Tints of Dark Slate Blue #463784
RGB
CMYK
RGB Variations
Color information
#463784 (or 0x463784) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 84. RGB value is (70,55,132). Sum of RGB (Red+Green+Blue) = 70+55+132=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #463784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463784 is #B9C87B. Grayscale: #434343. Windows color (decimal): -12175484 or 8664902. OLE color: 8664902.
HSL color Cylindrical-coordinate representation of color #463784: hue angle of 251.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463784 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 55 | 132 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.48 |
| HSL | 251.69º | 0.41% | 0.37% | - |
| HSV(B) | 251.69º | 0.58% | 0.52% | - |
| XYZ | 8.06 | 5.7 | 22.51 | - |
| YUV | 68.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 132 | 0.47 | 0.58 | 0 | 0.48 | 251.69 | 0.41 | 0.37 |
| Hex | 46 | 37 | 84 | 2F | 3A | 0 | 30 | FC | 29 | 25 |
| Octal | 106 | 67 | 204 | 57 | 72 | 0 | 60 | 374 | 51 | 45 |
| Binary | 1000110 | 110111 | 10000100 | 101111 | 111010 | 0 | 110000 | 11111100 | 101001 | 100101 |
Color Harmonies of #463784
Complementary color
Monochromatic Colors of #463784
Black with #463784
Text Example
Text Example
White with #463784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463784; }
p { color: rgb(70,55,132); }
H1.HeaderClassName
{
color: #463784;
}
.AnyTagClassName
{
color: #463784;
}
</style>
background-color css
<style>
a { background-color: #463784; }
a { background-color: rgb(70,55,132); }
div.DivClassName
{
background-color: #463784;
}
.BgClassName
{
background-color: #463784;
}
</style>
border-color css
<style>
span { border-color: #463784; }
span { border-color: rgb(70,55,132); }
td.TdClassName
{
border-color: #463784;
}
.TagClassName
{
border-color: #463784;
}
</style>