Shades of Dark Slate Blue #463D85
Tints of Dark Slate Blue #463D85
RGB
CMYK
RGB Variations
Color information
#463D85 (or 0x463D85) is known color: Dark Slate Blue. HEX triplet: 46, 3D and 85. RGB value is (70,61,133). Sum of RGB (Red+Green+Blue) = 70+61+133=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #463D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463D85 is #B9C27A. Grayscale: #474747. Windows color (decimal): -12173947 or 8731974. OLE color: 8731974.
HSL color Cylindrical-coordinate representation of color #463D85: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463D85 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 61 | 133 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.48 |
| HSL | 247.5º | 0.37% | 0.38% | - |
| HSV(B) | 247.5º | 0.54% | 0.52% | - |
| XYZ | 8.43 | 6.33 | 22.97 | - |
| YUV | 71.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 133 | 0.47 | 0.54 | 0 | 0.48 | 247.5 | 0.37 | 0.38 |
| Hex | 46 | 3D | 85 | 2F | 36 | 0 | 30 | F8 | 25 | 26 |
| Octal | 106 | 75 | 205 | 57 | 66 | 0 | 60 | 370 | 45 | 46 |
| Binary | 1000110 | 111101 | 10000101 | 101111 | 110110 | 0 | 110000 | 11111000 | 100101 | 100110 |
Color Harmonies of #463D85
Complementary color
Monochromatic Colors of #463D85
Black with #463D85
Text Example
Text Example
White with #463D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D85; }
p { color: rgb(70,61,133); }
H1.HeaderClassName
{
color: #463D85;
}
.AnyTagClassName
{
color: #463D85;
}
</style>
background-color css
<style>
a { background-color: #463D85; }
a { background-color: rgb(70,61,133); }
div.DivClassName
{
background-color: #463D85;
}
.BgClassName
{
background-color: #463D85;
}
</style>
border-color css
<style>
span { border-color: #463D85; }
span { border-color: rgb(70,61,133); }
td.TdClassName
{
border-color: #463D85;
}
.TagClassName
{
border-color: #463D85;
}
</style>