Shades of Dark Slate Blue #464587
Tints of Dark Slate Blue #464587
RGB
CMYK
RGB Variations
Color information
#464587 (or 0x464587) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 87. RGB value is (70,69,135). Sum of RGB (Red+Green+Blue) = 70+69+135=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #464587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464587 is #B9BA78. Grayscale: #4C4C4C. Windows color (decimal): -12171897 or 8865094. OLE color: 8865094.
HSL color Cylindrical-coordinate representation of color #464587: hue angle of 240.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464587 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 69 | 135 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.47 |
| HSL | 240.91º | 0.32% | 0.4% | - |
| HSV(B) | 240.91º | 0.49% | 0.53% | - |
| XYZ | 9.03 | 7.31 | 23.86 | - |
| YUV | 76.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 135 | 0.48 | 0.49 | 0 | 0.47 | 240.91 | 0.32 | 0.4 |
| Hex | 46 | 45 | 87 | 30 | 31 | 0 | 2F | F1 | 20 | 28 |
| Octal | 106 | 105 | 207 | 60 | 61 | 0 | 57 | 361 | 40 | 50 |
| Binary | 1000110 | 1000101 | 10000111 | 110000 | 110001 | 0 | 101111 | 11110001 | 100000 | 101000 |
Color Harmonies of #464587
Complementary color
Monochromatic Colors of #464587
Black with #464587
Text Example
Text Example
White with #464587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464587; }
p { color: rgb(70,69,135); }
H1.HeaderClassName
{
color: #464587;
}
.AnyTagClassName
{
color: #464587;
}
</style>
background-color css
<style>
a { background-color: #464587; }
a { background-color: rgb(70,69,135); }
div.DivClassName
{
background-color: #464587;
}
.BgClassName
{
background-color: #464587;
}
</style>
border-color css
<style>
span { border-color: #464587; }
span { border-color: rgb(70,69,135); }
td.TdClassName
{
border-color: #464587;
}
.TagClassName
{
border-color: #464587;
}
</style>