Shades of Dark Slate Blue #464597
Tints of Dark Slate Blue #464597
RGB
CMYK
RGB Variations
Color information
#464597 (or 0x464597) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 97. RGB value is (70,69,151). Sum of RGB (Red+Green+Blue) = 70+69+151=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #464597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464597 is #B9BA68. Grayscale: #4E4E4E. Windows color (decimal): -12171881 or 9913670. OLE color: 9913670.
HSL color Cylindrical-coordinate representation of color #464597: hue angle of 240.73º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464597 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 69 | 151 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.41 |
| HSL | 240.73º | 0.37% | 0.43% | - |
| HSV(B) | 240.73º | 0.54% | 0.59% | - |
| XYZ | 10.24 | 7.79 | 30.24 | - |
| YUV | 78.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 151 | 0.54 | 0.54 | 0 | 0.41 | 240.73 | 0.37 | 0.43 |
| Hex | 46 | 45 | 97 | 36 | 36 | 0 | 29 | F1 | 25 | 2B |
| Octal | 106 | 105 | 227 | 66 | 66 | 0 | 51 | 361 | 45 | 53 |
| Binary | 1000110 | 1000101 | 10010111 | 110110 | 110110 | 0 | 101001 | 11110001 | 100101 | 101011 |
Color Harmonies of #464597
Complementary color
Monochromatic Colors of #464597
Black with #464597
Text Example
Text Example
White with #464597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464597; }
p { color: rgb(70,69,151); }
H1.HeaderClassName
{
color: #464597;
}
.AnyTagClassName
{
color: #464597;
}
</style>
background-color css
<style>
a { background-color: #464597; }
a { background-color: rgb(70,69,151); }
div.DivClassName
{
background-color: #464597;
}
.BgClassName
{
background-color: #464597;
}
</style>
border-color css
<style>
span { border-color: #464597; }
span { border-color: rgb(70,69,151); }
td.TdClassName
{
border-color: #464597;
}
.TagClassName
{
border-color: #464597;
}
</style>