Shades of Dark Slate Blue #464190
Tints of Dark Slate Blue #464190
RGB
CMYK
RGB Variations
Color information
#464190 (or 0x464190) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 90. RGB value is (70,65,144). Sum of RGB (Red+Green+Blue) = 70+65+144=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #464190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464190 is #B9BE6F. Grayscale: #4B4B4B. Windows color (decimal): -12172912 or 9453894. OLE color: 9453894.
HSL color Cylindrical-coordinate representation of color #464190: hue angle of 243.8º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464190 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 65 | 144 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.44 |
| HSL | 243.8º | 0.38% | 0.41% | - |
| HSV(B) | 243.8º | 0.55% | 0.56% | - |
| XYZ | 9.45 | 7.1 | 27.26 | - |
| YUV | 75.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 144 | 0.51 | 0.55 | 0 | 0.44 | 243.8 | 0.38 | 0.41 |
| Hex | 46 | 41 | 90 | 33 | 37 | 0 | 2C | F4 | 26 | 29 |
| Octal | 106 | 101 | 220 | 63 | 67 | 0 | 54 | 364 | 46 | 51 |
| Binary | 1000110 | 1000001 | 10010000 | 110011 | 110111 | 0 | 101100 | 11110100 | 100110 | 101001 |
Color Harmonies of #464190
Complementary color
Monochromatic Colors of #464190
Black with #464190
Text Example
Text Example
White with #464190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464190; }
p { color: rgb(70,65,144); }
H1.HeaderClassName
{
color: #464190;
}
.AnyTagClassName
{
color: #464190;
}
</style>
background-color css
<style>
a { background-color: #464190; }
a { background-color: rgb(70,65,144); }
div.DivClassName
{
background-color: #464190;
}
.BgClassName
{
background-color: #464190;
}
</style>
border-color css
<style>
span { border-color: #464190; }
span { border-color: rgb(70,65,144); }
td.TdClassName
{
border-color: #464190;
}
.TagClassName
{
border-color: #464190;
}
</style>