Shades of Dark Slate Blue #463386
Tints of Dark Slate Blue #463386
RGB
CMYK
RGB Variations
Color information
#463386 (or 0x463386) is known color: Dark Slate Blue. HEX triplet: 46, 33 and 86. RGB value is (70,51,134). Sum of RGB (Red+Green+Blue) = 70+51+134=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #463386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463386 is #B9CC79. Grayscale: #414141. Windows color (decimal): -12176506 or 8794950. OLE color: 8794950.
HSL color Cylindrical-coordinate representation of color #463386: hue angle of 253.73º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463386 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 51 | 134 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.47 |
| HSL | 253.73º | 0.45% | 0.36% | - |
| HSV(B) | 253.73º | 0.62% | 0.53% | - |
| XYZ | 8.01 | 5.39 | 23.17 | - |
| YUV | 66.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 134 | 0.48 | 0.62 | 0 | 0.47 | 253.73 | 0.45 | 0.36 |
| Hex | 46 | 33 | 86 | 30 | 3E | 0 | 2F | FE | 2D | 24 |
| Octal | 106 | 63 | 206 | 60 | 76 | 0 | 57 | 376 | 55 | 44 |
| Binary | 1000110 | 110011 | 10000110 | 110000 | 111110 | 0 | 101111 | 11111110 | 101101 | 100100 |
Color Harmonies of #463386
Complementary color
Monochromatic Colors of #463386
Black with #463386
Text Example
Text Example
White with #463386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463386; }
p { color: rgb(70,51,134); }
H1.HeaderClassName
{
color: #463386;
}
.AnyTagClassName
{
color: #463386;
}
</style>
background-color css
<style>
a { background-color: #463386; }
a { background-color: rgb(70,51,134); }
div.DivClassName
{
background-color: #463386;
}
.BgClassName
{
background-color: #463386;
}
</style>
border-color css
<style>
span { border-color: #463386; }
span { border-color: rgb(70,51,134); }
td.TdClassName
{
border-color: #463386;
}
.TagClassName
{
border-color: #463386;
}
</style>