Shades of Dark Slate Blue #463F93
Tints of Dark Slate Blue #463F93
RGB
CMYK
RGB Variations
Color information
#463F93 (or 0x463F93) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 93. RGB value is (70,63,147). Sum of RGB (Red+Green+Blue) = 70+63+147=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #463F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F93 is #B9C06C. Grayscale: #4A4A4A. Windows color (decimal): -12173421 or 9649990. OLE color: 9649990.
HSL color Cylindrical-coordinate representation of color #463F93: hue angle of 245º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463F93 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 63 | 147 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.42 |
| HSL | 245º | 0.4% | 0.41% | - |
| HSV(B) | 245º | 0.57% | 0.58% | - |
| XYZ | 9.57 | 6.96 | 28.44 | - |
| YUV | 74.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 147 | 0.52 | 0.57 | 0 | 0.42 | 245 | 0.4 | 0.41 |
| Hex | 46 | 3F | 93 | 34 | 39 | 0 | 2A | F5 | 28 | 29 |
| Octal | 106 | 77 | 223 | 64 | 71 | 0 | 52 | 365 | 50 | 51 |
| Binary | 1000110 | 111111 | 10010011 | 110100 | 111001 | 0 | 101010 | 11110101 | 101000 | 101001 |
Color Harmonies of #463F93
Complementary color
Monochromatic Colors of #463F93
Black with #463F93
Text Example
Text Example
White with #463F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F93; }
p { color: rgb(70,63,147); }
H1.HeaderClassName
{
color: #463F93;
}
.AnyTagClassName
{
color: #463F93;
}
</style>
background-color css
<style>
a { background-color: #463F93; }
a { background-color: rgb(70,63,147); }
div.DivClassName
{
background-color: #463F93;
}
.BgClassName
{
background-color: #463F93;
}
</style>
border-color css
<style>
span { border-color: #463F93; }
span { border-color: rgb(70,63,147); }
td.TdClassName
{
border-color: #463F93;
}
.TagClassName
{
border-color: #463F93;
}
</style>