Shades of Dark Slate Blue #463E80
Tints of Dark Slate Blue #463E80
RGB
CMYK
RGB Variations
Color information
#463E80 (or 0x463E80) is known color: Dark Slate Blue. HEX triplet: 46, 3E and 80. RGB value is (70,62,128). Sum of RGB (Red+Green+Blue) = 70+62+128=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #463E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E80 is #B9C17F. Grayscale: #474747. Windows color (decimal): -12173696 or 8404550. OLE color: 8404550.
HSL color Cylindrical-coordinate representation of color #463E80: hue angle of 247.27º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463E80 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 62 | 128 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.50 |
| HSL | 247.27º | 0.35% | 0.37% | - |
| HSV(B) | 247.27º | 0.52% | 0.5% | - |
| XYZ | 8.14 | 6.31 | 21.21 | - |
| YUV | 71.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 128 | 0.45 | 0.52 | 0 | 0.50 | 247.27 | 0.35 | 0.37 |
| Hex | 46 | 3E | 80 | 2D | 34 | 0 | 32 | F7 | 23 | 25 |
| Octal | 106 | 76 | 200 | 55 | 64 | 0 | 62 | 367 | 43 | 45 |
| Binary | 1000110 | 111110 | 10000000 | 101101 | 110100 | 0 | 110010 | 11110111 | 100011 | 100101 |
Color Harmonies of #463E80
Complementary color
Monochromatic Colors of #463E80
Black with #463E80
Text Example
Text Example
White with #463E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E80; }
p { color: rgb(70,62,128); }
H1.HeaderClassName
{
color: #463E80;
}
.AnyTagClassName
{
color: #463E80;
}
</style>
background-color css
<style>
a { background-color: #463E80; }
a { background-color: rgb(70,62,128); }
div.DivClassName
{
background-color: #463E80;
}
.BgClassName
{
background-color: #463E80;
}
</style>
border-color css
<style>
span { border-color: #463E80; }
span { border-color: rgb(70,62,128); }
td.TdClassName
{
border-color: #463E80;
}
.TagClassName
{
border-color: #463E80;
}
</style>