Shades of Dark Slate Blue #463C80
Tints of Dark Slate Blue #463C80
RGB
CMYK
RGB Variations
Color information
#463C80 (or 0x463C80) is known color: Dark Slate Blue. HEX triplet: 46, 3C and 80. RGB value is (70,60,128). Sum of RGB (Red+Green+Blue) = 70+60+128=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #463C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C80 is #B9C37F. Grayscale: #464646. Windows color (decimal): -12174208 or 8404038. OLE color: 8404038.
HSL color Cylindrical-coordinate representation of color #463C80: hue angle of 248.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463C80 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 60 | 128 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.50 |
| HSL | 248.82º | 0.36% | 0.37% | - |
| HSV(B) | 248.82º | 0.53% | 0.5% | - |
| XYZ | 8.04 | 6.09 | 21.17 | - |
| YUV | 70.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 128 | 0.45 | 0.53 | 0 | 0.50 | 248.82 | 0.36 | 0.37 |
| Hex | 46 | 3C | 80 | 2D | 35 | 0 | 32 | F9 | 24 | 25 |
| Octal | 106 | 74 | 200 | 55 | 65 | 0 | 62 | 371 | 44 | 45 |
| Binary | 1000110 | 111100 | 10000000 | 101101 | 110101 | 0 | 110010 | 11111001 | 100100 | 100101 |
Color Harmonies of #463C80
Complementary color
Monochromatic Colors of #463C80
Black with #463C80
Text Example
Text Example
White with #463C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C80; }
p { color: rgb(70,60,128); }
H1.HeaderClassName
{
color: #463C80;
}
.AnyTagClassName
{
color: #463C80;
}
</style>
background-color css
<style>
a { background-color: #463C80; }
a { background-color: rgb(70,60,128); }
div.DivClassName
{
background-color: #463C80;
}
.BgClassName
{
background-color: #463C80;
}
</style>
border-color css
<style>
span { border-color: #463C80; }
span { border-color: rgb(70,60,128); }
td.TdClassName
{
border-color: #463C80;
}
.TagClassName
{
border-color: #463C80;
}
</style>