Shades of Dark Slate Blue #464290
Tints of Dark Slate Blue #464290
RGB
CMYK
RGB Variations
Color information
#464290 (or 0x464290) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 90. RGB value is (70,66,144). Sum of RGB (Red+Green+Blue) = 70+66+144=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #464290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464290 is #B9BD6F. Grayscale: #4B4B4B. Windows color (decimal): -12172656 or 9454150. OLE color: 9454150.
HSL color Cylindrical-coordinate representation of color #464290: hue angle of 243.08º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464290 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 66 | 144 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.44 |
| HSL | 243.08º | 0.37% | 0.41% | - |
| HSV(B) | 243.08º | 0.54% | 0.56% | - |
| XYZ | 9.51 | 7.21 | 27.28 | - |
| YUV | 76.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 144 | 0.51 | 0.54 | 0 | 0.44 | 243.08 | 0.37 | 0.41 |
| Hex | 46 | 42 | 90 | 33 | 36 | 0 | 2C | F3 | 25 | 29 |
| Octal | 106 | 102 | 220 | 63 | 66 | 0 | 54 | 363 | 45 | 51 |
| Binary | 1000110 | 1000010 | 10010000 | 110011 | 110110 | 0 | 101100 | 11110011 | 100101 | 101001 |
Color Harmonies of #464290
Complementary color
Monochromatic Colors of #464290
Black with #464290
Text Example
Text Example
White with #464290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464290; }
p { color: rgb(70,66,144); }
H1.HeaderClassName
{
color: #464290;
}
.AnyTagClassName
{
color: #464290;
}
</style>
background-color css
<style>
a { background-color: #464290; }
a { background-color: rgb(70,66,144); }
div.DivClassName
{
background-color: #464290;
}
.BgClassName
{
background-color: #464290;
}
</style>
border-color css
<style>
span { border-color: #464290; }
span { border-color: rgb(70,66,144); }
td.TdClassName
{
border-color: #464290;
}
.TagClassName
{
border-color: #464290;
}
</style>