Shades of Dark Slate Blue #463588
Tints of Dark Slate Blue #463588
RGB
CMYK
RGB Variations
Color information
#463588 (or 0x463588) is known color: Dark Slate Blue. HEX triplet: 46, 35 and 88. RGB value is (70,53,136). Sum of RGB (Red+Green+Blue) = 70+53+136=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #463588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463588 is #B9CA77. Grayscale: #434343. Windows color (decimal): -12175992 or 8926534. OLE color: 8926534.
HSL color Cylindrical-coordinate representation of color #463588: hue angle of 252.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463588 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 53 | 136 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.47 |
| HSL | 252.29º | 0.44% | 0.37% | - |
| HSV(B) | 252.29º | 0.61% | 0.53% | - |
| XYZ | 8.24 | 5.63 | 23.94 | - |
| YUV | 67.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 136 | 0.49 | 0.61 | 0 | 0.47 | 252.29 | 0.44 | 0.37 |
| Hex | 46 | 35 | 88 | 31 | 3D | 0 | 2F | FC | 2C | 25 |
| Octal | 106 | 65 | 210 | 61 | 75 | 0 | 57 | 374 | 54 | 45 |
| Binary | 1000110 | 110101 | 10001000 | 110001 | 111101 | 0 | 101111 | 11111100 | 101100 | 100101 |
Color Harmonies of #463588
Complementary color
Monochromatic Colors of #463588
Black with #463588
Text Example
Text Example
White with #463588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463588; }
p { color: rgb(70,53,136); }
H1.HeaderClassName
{
color: #463588;
}
.AnyTagClassName
{
color: #463588;
}
</style>
background-color css
<style>
a { background-color: #463588; }
a { background-color: rgb(70,53,136); }
div.DivClassName
{
background-color: #463588;
}
.BgClassName
{
background-color: #463588;
}
</style>
border-color css
<style>
span { border-color: #463588; }
span { border-color: rgb(70,53,136); }
td.TdClassName
{
border-color: #463588;
}
.TagClassName
{
border-color: #463588;
}
</style>