Shades of Dark Slate Blue #463887
Tints of Dark Slate Blue #463887
RGB
CMYK
RGB Variations
Color information
#463887 (or 0x463887) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 87. RGB value is (70,56,135). Sum of RGB (Red+Green+Blue) = 70+56+135=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #463887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463887 is #B9C778. Grayscale: #444444. Windows color (decimal): -12175225 or 8861766. OLE color: 8861766.
HSL color Cylindrical-coordinate representation of color #463887: hue angle of 250.63º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463887 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 56 | 135 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.47 |
| HSL | 250.63º | 0.41% | 0.37% | - |
| HSV(B) | 250.63º | 0.59% | 0.53% | - |
| XYZ | 8.31 | 5.88 | 23.62 | - |
| YUV | 69.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 135 | 0.48 | 0.59 | 0 | 0.47 | 250.63 | 0.41 | 0.37 |
| Hex | 46 | 38 | 87 | 30 | 3B | 0 | 2F | FB | 29 | 25 |
| Octal | 106 | 70 | 207 | 60 | 73 | 0 | 57 | 373 | 51 | 45 |
| Binary | 1000110 | 111000 | 10000111 | 110000 | 111011 | 0 | 101111 | 11111011 | 101001 | 100101 |
Color Harmonies of #463887
Complementary color
Monochromatic Colors of #463887
Black with #463887
Text Example
Text Example
White with #463887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463887; }
p { color: rgb(70,56,135); }
H1.HeaderClassName
{
color: #463887;
}
.AnyTagClassName
{
color: #463887;
}
</style>
background-color css
<style>
a { background-color: #463887; }
a { background-color: rgb(70,56,135); }
div.DivClassName
{
background-color: #463887;
}
.BgClassName
{
background-color: #463887;
}
</style>
border-color css
<style>
span { border-color: #463887; }
span { border-color: rgb(70,56,135); }
td.TdClassName
{
border-color: #463887;
}
.TagClassName
{
border-color: #463887;
}
</style>