Shades of Dark Slate Blue #463880
Tints of Dark Slate Blue #463880
RGB
CMYK
RGB Variations
Color information
#463880 (or 0x463880) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 80. RGB value is (70,56,128). Sum of RGB (Red+Green+Blue) = 70+56+128=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #463880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463880 is #B9C77F. Grayscale: #444444. Windows color (decimal): -12175232 or 8403014. OLE color: 8403014.
HSL color Cylindrical-coordinate representation of color #463880: hue angle of 251.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463880 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 56 | 128 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.50 |
| HSL | 251.67º | 0.39% | 0.36% | - |
| HSV(B) | 251.67º | 0.56% | 0.5% | - |
| XYZ | 7.84 | 5.69 | 21.11 | - |
| YUV | 68.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 128 | 0.45 | 0.56 | 0 | 0.50 | 251.67 | 0.39 | 0.36 |
| Hex | 46 | 38 | 80 | 2D | 38 | 0 | 32 | FC | 27 | 24 |
| Octal | 106 | 70 | 200 | 55 | 70 | 0 | 62 | 374 | 47 | 44 |
| Binary | 1000110 | 111000 | 10000000 | 101101 | 111000 | 0 | 110010 | 11111100 | 100111 | 100100 |
Color Harmonies of #463880
Complementary color
Monochromatic Colors of #463880
Black with #463880
Text Example
Text Example
White with #463880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463880; }
p { color: rgb(70,56,128); }
H1.HeaderClassName
{
color: #463880;
}
.AnyTagClassName
{
color: #463880;
}
</style>
background-color css
<style>
a { background-color: #463880; }
a { background-color: rgb(70,56,128); }
div.DivClassName
{
background-color: #463880;
}
.BgClassName
{
background-color: #463880;
}
</style>
border-color css
<style>
span { border-color: #463880; }
span { border-color: rgb(70,56,128); }
td.TdClassName
{
border-color: #463880;
}
.TagClassName
{
border-color: #463880;
}
</style>