Shades of Dark Slate Blue #463F85
Tints of Dark Slate Blue #463F85
RGB
CMYK
RGB Variations
Color information
#463F85 (or 0x463F85) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 85. RGB value is (70,63,133). Sum of RGB (Red+Green+Blue) = 70+63+133=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #463F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F85 is #B9C07A. Grayscale: #484848. Windows color (decimal): -12173435 or 8732486. OLE color: 8732486.
HSL color Cylindrical-coordinate representation of color #463F85: hue angle of 246º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463F85 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 63 | 133 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.48 |
| HSL | 246º | 0.36% | 0.38% | - |
| HSV(B) | 246º | 0.53% | 0.52% | - |
| XYZ | 8.54 | 6.55 | 23 | - |
| YUV | 73.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 133 | 0.47 | 0.53 | 0 | 0.48 | 246 | 0.36 | 0.38 |
| Hex | 46 | 3F | 85 | 2F | 35 | 0 | 30 | F6 | 24 | 26 |
| Octal | 106 | 77 | 205 | 57 | 65 | 0 | 60 | 366 | 44 | 46 |
| Binary | 1000110 | 111111 | 10000101 | 101111 | 110101 | 0 | 110000 | 11110110 | 100100 | 100110 |
Color Harmonies of #463F85
Complementary color
Monochromatic Colors of #463F85
Black with #463F85
Text Example
Text Example
White with #463F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F85; }
p { color: rgb(70,63,133); }
H1.HeaderClassName
{
color: #463F85;
}
.AnyTagClassName
{
color: #463F85;
}
</style>
background-color css
<style>
a { background-color: #463F85; }
a { background-color: rgb(70,63,133); }
div.DivClassName
{
background-color: #463F85;
}
.BgClassName
{
background-color: #463F85;
}
</style>
border-color css
<style>
span { border-color: #463F85; }
span { border-color: rgb(70,63,133); }
td.TdClassName
{
border-color: #463F85;
}
.TagClassName
{
border-color: #463F85;
}
</style>