Shades of Dark Slate Blue #464194
Tints of Dark Slate Blue #464194
RGB
CMYK
RGB Variations
Color information
#464194 (or 0x464194) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 94. RGB value is (70,65,148). Sum of RGB (Red+Green+Blue) = 70+65+148=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #464194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464194 is #B9BE6B. Grayscale: #4B4B4B. Windows color (decimal): -12172908 or 9716038. OLE color: 9716038.
HSL color Cylindrical-coordinate representation of color #464194: hue angle of 243.61º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464194 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 65 | 148 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.42 |
| HSL | 243.61º | 0.39% | 0.42% | - |
| HSV(B) | 243.61º | 0.56% | 0.58% | - |
| XYZ | 9.76 | 7.22 | 28.9 | - |
| YUV | 75.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 148 | 0.53 | 0.56 | 0 | 0.42 | 243.61 | 0.39 | 0.42 |
| Hex | 46 | 41 | 94 | 35 | 38 | 0 | 2A | F4 | 27 | 2A |
| Octal | 106 | 101 | 224 | 65 | 70 | 0 | 52 | 364 | 47 | 52 |
| Binary | 1000110 | 1000001 | 10010100 | 110101 | 111000 | 0 | 101010 | 11110100 | 100111 | 101010 |
Color Harmonies of #464194
Complementary color
Monochromatic Colors of #464194
Black with #464194
Text Example
Text Example
White with #464194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464194; }
p { color: rgb(70,65,148); }
H1.HeaderClassName
{
color: #464194;
}
.AnyTagClassName
{
color: #464194;
}
</style>
background-color css
<style>
a { background-color: #464194; }
a { background-color: rgb(70,65,148); }
div.DivClassName
{
background-color: #464194;
}
.BgClassName
{
background-color: #464194;
}
</style>
border-color css
<style>
span { border-color: #464194; }
span { border-color: rgb(70,65,148); }
td.TdClassName
{
border-color: #464194;
}
.TagClassName
{
border-color: #464194;
}
</style>