Shades of Dark Slate Blue #463F80
Tints of Dark Slate Blue #463F80
RGB
CMYK
RGB Variations
Color information
#463F80 (or 0x463F80) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 80. RGB value is (70,63,128). Sum of RGB (Red+Green+Blue) = 70+63+128=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #463F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F80 is #B9C07F. Grayscale: #484848. Windows color (decimal): -12173440 or 8404806. OLE color: 8404806.
HSL color Cylindrical-coordinate representation of color #463F80: hue angle of 246.46º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463F80 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 63 | 128 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.50 |
| HSL | 246.46º | 0.34% | 0.37% | - |
| HSV(B) | 246.46º | 0.51% | 0.5% | - |
| XYZ | 8.2 | 6.42 | 21.23 | - |
| YUV | 72.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 128 | 0.45 | 0.51 | 0 | 0.50 | 246.46 | 0.34 | 0.37 |
| Hex | 46 | 3F | 80 | 2D | 33 | 0 | 32 | F6 | 22 | 25 |
| Octal | 106 | 77 | 200 | 55 | 63 | 0 | 62 | 366 | 42 | 45 |
| Binary | 1000110 | 111111 | 10000000 | 101101 | 110011 | 0 | 110010 | 11110110 | 100010 | 100101 |
Color Harmonies of #463F80
Complementary color
Monochromatic Colors of #463F80
Black with #463F80
Text Example
Text Example
White with #463F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F80; }
p { color: rgb(70,63,128); }
H1.HeaderClassName
{
color: #463F80;
}
.AnyTagClassName
{
color: #463F80;
}
</style>
background-color css
<style>
a { background-color: #463F80; }
a { background-color: rgb(70,63,128); }
div.DivClassName
{
background-color: #463F80;
}
.BgClassName
{
background-color: #463F80;
}
</style>
border-color css
<style>
span { border-color: #463F80; }
span { border-color: rgb(70,63,128); }
td.TdClassName
{
border-color: #463F80;
}
.TagClassName
{
border-color: #463F80;
}
</style>