Shades of Dark Slate Blue #464293
Tints of Dark Slate Blue #464293
RGB
CMYK
RGB Variations
Color information
#464293 (or 0x464293) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 93. RGB value is (70,66,147). Sum of RGB (Red+Green+Blue) = 70+66+147=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #464293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464293 is #B9BD6C. Grayscale: #4C4C4C. Windows color (decimal): -12172653 or 9650758. OLE color: 9650758.
HSL color Cylindrical-coordinate representation of color #464293: hue angle of 242.96º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464293 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 66 | 147 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.42 |
| HSL | 242.96º | 0.38% | 0.42% | - |
| HSV(B) | 242.96º | 0.55% | 0.58% | - |
| XYZ | 9.74 | 7.31 | 28.5 | - |
| YUV | 76.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 147 | 0.52 | 0.55 | 0 | 0.42 | 242.96 | 0.38 | 0.42 |
| Hex | 46 | 42 | 93 | 34 | 37 | 0 | 2A | F3 | 26 | 2A |
| Octal | 106 | 102 | 223 | 64 | 67 | 0 | 52 | 363 | 46 | 52 |
| Binary | 1000110 | 1000010 | 10010011 | 110100 | 110111 | 0 | 101010 | 11110011 | 100110 | 101010 |
Color Harmonies of #464293
Complementary color
Monochromatic Colors of #464293
Black with #464293
Text Example
Text Example
White with #464293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464293; }
p { color: rgb(70,66,147); }
H1.HeaderClassName
{
color: #464293;
}
.AnyTagClassName
{
color: #464293;
}
</style>
background-color css
<style>
a { background-color: #464293; }
a { background-color: rgb(70,66,147); }
div.DivClassName
{
background-color: #464293;
}
.BgClassName
{
background-color: #464293;
}
</style>
border-color css
<style>
span { border-color: #464293; }
span { border-color: rgb(70,66,147); }
td.TdClassName
{
border-color: #464293;
}
.TagClassName
{
border-color: #464293;
}
</style>