Shades of Dark Slate Blue #463881
Tints of Dark Slate Blue #463881
RGB
CMYK
RGB Variations
Color information
#463881 (or 0x463881) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 81. RGB value is (70,56,129). Sum of RGB (Red+Green+Blue) = 70+56+129=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #463881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463881 is #B9C77E. Grayscale: #444444. Windows color (decimal): -12175231 or 8468550. OLE color: 8468550.
HSL color Cylindrical-coordinate representation of color #463881: hue angle of 251.51º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463881 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 56 | 129 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.49 |
| HSL | 251.51º | 0.39% | 0.36% | - |
| HSV(B) | 251.51º | 0.57% | 0.51% | - |
| XYZ | 7.9 | 5.72 | 21.46 | - |
| YUV | 68.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 129 | 0.46 | 0.57 | 0 | 0.49 | 251.51 | 0.39 | 0.36 |
| Hex | 46 | 38 | 81 | 2E | 39 | 0 | 31 | FC | 27 | 24 |
| Octal | 106 | 70 | 201 | 56 | 71 | 0 | 61 | 374 | 47 | 44 |
| Binary | 1000110 | 111000 | 10000001 | 101110 | 111001 | 0 | 110001 | 11111100 | 100111 | 100100 |
Color Harmonies of #463881
Complementary color
Monochromatic Colors of #463881
Black with #463881
Text Example
Text Example
White with #463881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463881; }
p { color: rgb(70,56,129); }
H1.HeaderClassName
{
color: #463881;
}
.AnyTagClassName
{
color: #463881;
}
</style>
background-color css
<style>
a { background-color: #463881; }
a { background-color: rgb(70,56,129); }
div.DivClassName
{
background-color: #463881;
}
.BgClassName
{
background-color: #463881;
}
</style>
border-color css
<style>
span { border-color: #463881; }
span { border-color: rgb(70,56,129); }
td.TdClassName
{
border-color: #463881;
}
.TagClassName
{
border-color: #463881;
}
</style>