Shades of Dark Slate Blue #464394
Tints of Dark Slate Blue #464394
RGB
CMYK
RGB Variations
Color information
#464394 (or 0x464394) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 94. RGB value is (70,67,148). Sum of RGB (Red+Green+Blue) = 70+67+148=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #464394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464394 is #B9BC6B. Grayscale: #4C4C4C. Windows color (decimal): -12172396 or 9716550. OLE color: 9716550.
HSL color Cylindrical-coordinate representation of color #464394: hue angle of 242.22º 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 #464394 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 67 | 148 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.42 |
| HSL | 242.22º | 0.38% | 0.42% | - |
| HSV(B) | 242.22º | 0.55% | 0.58% | - |
| XYZ | 9.88 | 7.45 | 28.94 | - |
| YUV | 77.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 148 | 0.53 | 0.55 | 0 | 0.42 | 242.22 | 0.38 | 0.42 |
| Hex | 46 | 43 | 94 | 35 | 37 | 0 | 2A | F2 | 26 | 2A |
| Octal | 106 | 103 | 224 | 65 | 67 | 0 | 52 | 362 | 46 | 52 |
| Binary | 1000110 | 1000011 | 10010100 | 110101 | 110111 | 0 | 101010 | 11110010 | 100110 | 101010 |
Color Harmonies of #464394
Complementary color
Monochromatic Colors of #464394
Black with #464394
Text Example
Text Example
White with #464394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464394; }
p { color: rgb(70,67,148); }
H1.HeaderClassName
{
color: #464394;
}
.AnyTagClassName
{
color: #464394;
}
</style>
background-color css
<style>
a { background-color: #464394; }
a { background-color: rgb(70,67,148); }
div.DivClassName
{
background-color: #464394;
}
.BgClassName
{
background-color: #464394;
}
</style>
border-color css
<style>
span { border-color: #464394; }
span { border-color: rgb(70,67,148); }
td.TdClassName
{
border-color: #464394;
}
.TagClassName
{
border-color: #464394;
}
</style>