Shades of Dark Slate Blue #464593
Tints of Dark Slate Blue #464593
RGB
CMYK
RGB Variations
Color information
#464593 (or 0x464593) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 93. RGB value is (70,69,147). Sum of RGB (Red+Green+Blue) = 70+69+147=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #464593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464593 is #B9BA6C. Grayscale: #4D4D4D. Windows color (decimal): -12171885 or 9651526. OLE color: 9651526.
HSL color Cylindrical-coordinate representation of color #464593: hue angle of 240.77º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464593 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 69 | 147 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.42 |
| HSL | 240.77º | 0.36% | 0.42% | - |
| HSV(B) | 240.77º | 0.53% | 0.58% | - |
| XYZ | 9.92 | 7.66 | 28.56 | - |
| YUV | 78.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 147 | 0.52 | 0.53 | 0 | 0.42 | 240.77 | 0.36 | 0.42 |
| Hex | 46 | 45 | 93 | 34 | 35 | 0 | 2A | F1 | 24 | 2A |
| Octal | 106 | 105 | 223 | 64 | 65 | 0 | 52 | 361 | 44 | 52 |
| Binary | 1000110 | 1000101 | 10010011 | 110100 | 110101 | 0 | 101010 | 11110001 | 100100 | 101010 |
Color Harmonies of #464593
Complementary color
Monochromatic Colors of #464593
Black with #464593
Text Example
Text Example
White with #464593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464593; }
p { color: rgb(70,69,147); }
H1.HeaderClassName
{
color: #464593;
}
.AnyTagClassName
{
color: #464593;
}
</style>
background-color css
<style>
a { background-color: #464593; }
a { background-color: rgb(70,69,147); }
div.DivClassName
{
background-color: #464593;
}
.BgClassName
{
background-color: #464593;
}
</style>
border-color css
<style>
span { border-color: #464593; }
span { border-color: rgb(70,69,147); }
td.TdClassName
{
border-color: #464593;
}
.TagClassName
{
border-color: #464593;
}
</style>