Shades of Dark Slate Blue #464294
Tints of Dark Slate Blue #464294
RGB
CMYK
RGB Variations
Color information
#464294 (or 0x464294) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 94. RGB value is (70,66,148). Sum of RGB (Red+Green+Blue) = 70+66+148=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #464294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464294 is #B9BD6B. Grayscale: #4C4C4C. Windows color (decimal): -12172652 or 9716294. OLE color: 9716294.
HSL color Cylindrical-coordinate representation of color #464294: hue angle of 242.93º 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 #464294 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 66 | 148 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.42 |
| HSL | 242.93º | 0.38% | 0.42% | - |
| HSV(B) | 242.93º | 0.55% | 0.58% | - |
| XYZ | 9.82 | 7.34 | 28.92 | - |
| YUV | 76.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 148 | 0.53 | 0.55 | 0 | 0.42 | 242.93 | 0.38 | 0.42 |
| Hex | 46 | 42 | 94 | 35 | 37 | 0 | 2A | F3 | 26 | 2A |
| Octal | 106 | 102 | 224 | 65 | 67 | 0 | 52 | 363 | 46 | 52 |
| Binary | 1000110 | 1000010 | 10010100 | 110101 | 110111 | 0 | 101010 | 11110011 | 100110 | 101010 |
Color Harmonies of #464294
Complementary color
Monochromatic Colors of #464294
Black with #464294
Text Example
Text Example
White with #464294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464294; }
p { color: rgb(70,66,148); }
H1.HeaderClassName
{
color: #464294;
}
.AnyTagClassName
{
color: #464294;
}
</style>
background-color css
<style>
a { background-color: #464294; }
a { background-color: rgb(70,66,148); }
div.DivClassName
{
background-color: #464294;
}
.BgClassName
{
background-color: #464294;
}
</style>
border-color css
<style>
span { border-color: #464294; }
span { border-color: rgb(70,66,148); }
td.TdClassName
{
border-color: #464294;
}
.TagClassName
{
border-color: #464294;
}
</style>