Shades of Dark Slate Blue #464595
Tints of Dark Slate Blue #464595
RGB
CMYK
RGB Variations
Color information
#464595 (or 0x464595) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 95. RGB value is (70,69,149). Sum of RGB (Red+Green+Blue) = 70+69+149=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #464595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464595 is #B9BA6A. Grayscale: #4E4E4E. Windows color (decimal): -12171883 or 9782598. OLE color: 9782598.
HSL color Cylindrical-coordinate representation of color #464595: hue angle of 240.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464595 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 69 | 149 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.42 |
| HSL | 240.75º | 0.37% | 0.43% | - |
| HSV(B) | 240.75º | 0.54% | 0.58% | - |
| XYZ | 10.08 | 7.73 | 29.39 | - |
| YUV | 78.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 149 | 0.53 | 0.54 | 0 | 0.42 | 240.75 | 0.37 | 0.43 |
| Hex | 46 | 45 | 95 | 35 | 36 | 0 | 2A | F1 | 25 | 2B |
| Octal | 106 | 105 | 225 | 65 | 66 | 0 | 52 | 361 | 45 | 53 |
| Binary | 1000110 | 1000101 | 10010101 | 110101 | 110110 | 0 | 101010 | 11110001 | 100101 | 101011 |
Color Harmonies of #464595
Complementary color
Monochromatic Colors of #464595
Black with #464595
Text Example
Text Example
White with #464595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464595; }
p { color: rgb(70,69,149); }
H1.HeaderClassName
{
color: #464595;
}
.AnyTagClassName
{
color: #464595;
}
</style>
background-color css
<style>
a { background-color: #464595; }
a { background-color: rgb(70,69,149); }
div.DivClassName
{
background-color: #464595;
}
.BgClassName
{
background-color: #464595;
}
</style>
border-color css
<style>
span { border-color: #464595; }
span { border-color: rgb(70,69,149); }
td.TdClassName
{
border-color: #464595;
}
.TagClassName
{
border-color: #464595;
}
</style>