Shades of Dark Slate Blue #464093
Tints of Dark Slate Blue #464093
RGB
CMYK
RGB Variations
Color information
#464093 (or 0x464093) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 93. RGB value is (70,64,147). Sum of RGB (Red+Green+Blue) = 70+64+147=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #464093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464093 is #B9BF6C. Grayscale: #4A4A4A. Windows color (decimal): -12173165 or 9650246. OLE color: 9650246.
HSL color Cylindrical-coordinate representation of color #464093: hue angle of 244.34º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464093 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 64 | 147 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.42 |
| HSL | 244.34º | 0.39% | 0.41% | - |
| HSV(B) | 244.34º | 0.56% | 0.58% | - |
| XYZ | 9.63 | 7.08 | 28.46 | - |
| YUV | 75.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 147 | 0.52 | 0.56 | 0 | 0.42 | 244.34 | 0.39 | 0.41 |
| Hex | 46 | 40 | 93 | 34 | 38 | 0 | 2A | F4 | 27 | 29 |
| Octal | 106 | 100 | 223 | 64 | 70 | 0 | 52 | 364 | 47 | 51 |
| Binary | 1000110 | 1000000 | 10010011 | 110100 | 111000 | 0 | 101010 | 11110100 | 100111 | 101001 |
Color Harmonies of #464093
Complementary color
Monochromatic Colors of #464093
Black with #464093
Text Example
Text Example
White with #464093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464093; }
p { color: rgb(70,64,147); }
H1.HeaderClassName
{
color: #464093;
}
.AnyTagClassName
{
color: #464093;
}
</style>
background-color css
<style>
a { background-color: #464093; }
a { background-color: rgb(70,64,147); }
div.DivClassName
{
background-color: #464093;
}
.BgClassName
{
background-color: #464093;
}
</style>
border-color css
<style>
span { border-color: #464093; }
span { border-color: rgb(70,64,147); }
td.TdClassName
{
border-color: #464093;
}
.TagClassName
{
border-color: #464093;
}
</style>