Shades of Dark Slate Blue #464291
Tints of Dark Slate Blue #464291
RGB
CMYK
RGB Variations
Color information
#464291 (or 0x464291) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 91. RGB value is (70,66,145). Sum of RGB (Red+Green+Blue) = 70+66+145=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #464291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464291 is #B9BD6E. Grayscale: #4B4B4B. Windows color (decimal): -12172655 or 9519686. OLE color: 9519686.
HSL color Cylindrical-coordinate representation of color #464291: hue angle of 243.04º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464291 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 66 | 145 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.43 |
| HSL | 243.04º | 0.37% | 0.41% | - |
| HSV(B) | 243.04º | 0.54% | 0.57% | - |
| XYZ | 9.58 | 7.24 | 27.68 | - |
| YUV | 76.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 145 | 0.52 | 0.54 | 0 | 0.43 | 243.04 | 0.37 | 0.41 |
| Hex | 46 | 42 | 91 | 34 | 36 | 0 | 2B | F3 | 25 | 29 |
| Octal | 106 | 102 | 221 | 64 | 66 | 0 | 53 | 363 | 45 | 51 |
| Binary | 1000110 | 1000010 | 10010001 | 110100 | 110110 | 0 | 101011 | 11110011 | 100101 | 101001 |
Color Harmonies of #464291
Complementary color
Monochromatic Colors of #464291
Black with #464291
Text Example
Text Example
White with #464291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464291; }
p { color: rgb(70,66,145); }
H1.HeaderClassName
{
color: #464291;
}
.AnyTagClassName
{
color: #464291;
}
</style>
background-color css
<style>
a { background-color: #464291; }
a { background-color: rgb(70,66,145); }
div.DivClassName
{
background-color: #464291;
}
.BgClassName
{
background-color: #464291;
}
</style>
border-color css
<style>
span { border-color: #464291; }
span { border-color: rgb(70,66,145); }
td.TdClassName
{
border-color: #464291;
}
.TagClassName
{
border-color: #464291;
}
</style>