Shades of Dark Slate Blue #464094
Tints of Dark Slate Blue #464094
RGB
CMYK
RGB Variations
Color information
#464094 (or 0x464094) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 94. RGB value is (70,64,148). Sum of RGB (Red+Green+Blue) = 70+64+148=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #464094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464094 is #B9BF6B. Grayscale: #4B4B4B. Windows color (decimal): -12173164 or 9715782. OLE color: 9715782.
HSL color Cylindrical-coordinate representation of color #464094: hue angle of 244.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464094 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 64 | 148 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.42 |
| HSL | 244.29º | 0.4% | 0.42% | - |
| HSV(B) | 244.29º | 0.57% | 0.58% | - |
| XYZ | 9.7 | 7.11 | 28.88 | - |
| YUV | 75.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 148 | 0.53 | 0.57 | 0 | 0.42 | 244.29 | 0.4 | 0.42 |
| Hex | 46 | 40 | 94 | 35 | 39 | 0 | 2A | F4 | 28 | 2A |
| Octal | 106 | 100 | 224 | 65 | 71 | 0 | 52 | 364 | 50 | 52 |
| Binary | 1000110 | 1000000 | 10010100 | 110101 | 111001 | 0 | 101010 | 11110100 | 101000 | 101010 |
Color Harmonies of #464094
Complementary color
Monochromatic Colors of #464094
Black with #464094
Text Example
Text Example
White with #464094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464094; }
p { color: rgb(70,64,148); }
H1.HeaderClassName
{
color: #464094;
}
.AnyTagClassName
{
color: #464094;
}
</style>
background-color css
<style>
a { background-color: #464094; }
a { background-color: rgb(70,64,148); }
div.DivClassName
{
background-color: #464094;
}
.BgClassName
{
background-color: #464094;
}
</style>
border-color css
<style>
span { border-color: #464094; }
span { border-color: rgb(70,64,148); }
td.TdClassName
{
border-color: #464094;
}
.TagClassName
{
border-color: #464094;
}
</style>