Shades of Dark Slate Blue #463F8E
Tints of Dark Slate Blue #463F8E
RGB
CMYK
RGB Variations
Color information
#463F8E (or 0x463F8E) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 8E. RGB value is (70,63,142). Sum of RGB (Red+Green+Blue) = 70+63+142=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #463F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F8E is #B9C071. Grayscale: #494949. Windows color (decimal): -12173426 or 9322310. OLE color: 9322310.
HSL color Cylindrical-coordinate representation of color #463F8E: hue angle of 245.32º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463F8E is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 63 | 142 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.44 |
| HSL | 245.32º | 0.39% | 0.4% | - |
| HSV(B) | 245.32º | 0.56% | 0.56% | - |
| XYZ | 9.19 | 6.81 | 26.42 | - |
| YUV | 74.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 142 | 0.51 | 0.56 | 0 | 0.44 | 245.32 | 0.39 | 0.4 |
| Hex | 46 | 3F | 8E | 33 | 38 | 0 | 2C | F5 | 27 | 28 |
| Octal | 106 | 77 | 216 | 63 | 70 | 0 | 54 | 365 | 47 | 50 |
| Binary | 1000110 | 111111 | 10001110 | 110011 | 111000 | 0 | 101100 | 11110101 | 100111 | 101000 |
Color Harmonies of #463F8E
Complementary color
Monochromatic Colors of #463F8E
Black with #463F8E
Text Example
Text Example
White with #463F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F8E; }
p { color: rgb(70,63,142); }
H1.HeaderClassName
{
color: #463F8E;
}
.AnyTagClassName
{
color: #463F8E;
}
</style>
background-color css
<style>
a { background-color: #463F8E; }
a { background-color: rgb(70,63,142); }
div.DivClassName
{
background-color: #463F8E;
}
.BgClassName
{
background-color: #463F8E;
}
</style>
border-color css
<style>
span { border-color: #463F8E; }
span { border-color: rgb(70,63,142); }
td.TdClassName
{
border-color: #463F8E;
}
.TagClassName
{
border-color: #463F8E;
}
</style>