Shades of Dark Slate Blue #464494
Tints of Dark Slate Blue #464494
RGB
CMYK
RGB Variations
Color information
#464494 (or 0x464494) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 94. RGB value is (70,68,148). Sum of RGB (Red+Green+Blue) = 70+68+148=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #464494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464494 is #B9BB6B. Grayscale: #4D4D4D. Windows color (decimal): -12172140 or 9716806. OLE color: 9716806.
HSL color Cylindrical-coordinate representation of color #464494: hue angle of 241.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464494 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 68 | 148 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.42 |
| HSL | 241.5º | 0.37% | 0.42% | - |
| HSV(B) | 241.5º | 0.54% | 0.58% | - |
| XYZ | 9.94 | 7.57 | 28.96 | - |
| YUV | 77.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 148 | 0.53 | 0.54 | 0 | 0.42 | 241.5 | 0.37 | 0.42 |
| Hex | 46 | 44 | 94 | 35 | 36 | 0 | 2A | F2 | 25 | 2A |
| Octal | 106 | 104 | 224 | 65 | 66 | 0 | 52 | 362 | 45 | 52 |
| Binary | 1000110 | 1000100 | 10010100 | 110101 | 110110 | 0 | 101010 | 11110010 | 100101 | 101010 |
Color Harmonies of #464494
Complementary color
Monochromatic Colors of #464494
Black with #464494
Text Example
Text Example
White with #464494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464494; }
p { color: rgb(70,68,148); }
H1.HeaderClassName
{
color: #464494;
}
.AnyTagClassName
{
color: #464494;
}
</style>
background-color css
<style>
a { background-color: #464494; }
a { background-color: rgb(70,68,148); }
div.DivClassName
{
background-color: #464494;
}
.BgClassName
{
background-color: #464494;
}
</style>
border-color css
<style>
span { border-color: #464494; }
span { border-color: rgb(70,68,148); }
td.TdClassName
{
border-color: #464494;
}
.TagClassName
{
border-color: #464494;
}
</style>