Shades of Dark Slate Blue #464690
Tints of Dark Slate Blue #464690
RGB
CMYK
RGB Variations
Color information
#464690 (or 0x464690) is known color: Dark Slate Blue. HEX triplet: 46, 46 and 90. RGB value is (70,70,144). Sum of RGB (Red+Green+Blue) = 70+70+144=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #464690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464690 is #B9B96F. Grayscale: #4E4E4E. Windows color (decimal): -12171632 or 9455174. OLE color: 9455174.
HSL color Cylindrical-coordinate representation of color #464690: hue angle of 240º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464690 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 70 | 144 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.44 |
| HSL | 240º | 0.35% | 0.42% | - |
| HSV(B) | 240º | 0.51% | 0.56% | - |
| XYZ | 9.75 | 7.7 | 27.36 | - |
| YUV | 78.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 144 | 0.51 | 0.51 | 0 | 0.44 | 240 | 0.35 | 0.42 |
| Hex | 46 | 46 | 90 | 33 | 33 | 0 | 2C | F0 | 23 | 2A |
| Octal | 106 | 106 | 220 | 63 | 63 | 0 | 54 | 360 | 43 | 52 |
| Binary | 1000110 | 1000110 | 10010000 | 110011 | 110011 | 0 | 101100 | 11110000 | 100011 | 101010 |
Color Harmonies of #464690
Complementary color
Monochromatic Colors of #464690
Black with #464690
Text Example
Text Example
White with #464690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464690; }
p { color: rgb(70,70,144); }
H1.HeaderClassName
{
color: #464690;
}
.AnyTagClassName
{
color: #464690;
}
</style>
background-color css
<style>
a { background-color: #464690; }
a { background-color: rgb(70,70,144); }
div.DivClassName
{
background-color: #464690;
}
.BgClassName
{
background-color: #464690;
}
</style>
border-color css
<style>
span { border-color: #464690; }
span { border-color: rgb(70,70,144); }
td.TdClassName
{
border-color: #464690;
}
.TagClassName
{
border-color: #464690;
}
</style>