Shades of Dark Slate Blue #464794
Tints of Dark Slate Blue #464794
RGB
CMYK
RGB Variations
Color information
#464794 (or 0x464794) is known color: Dark Slate Blue. HEX triplet: 46, 47 and 94. RGB value is (70,71,148). Sum of RGB (Red+Green+Blue) = 70+71+148=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #464794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464794 is #B9B86B. Grayscale: #4F4F4F. Windows color (decimal): -12171372 or 9717574. OLE color: 9717574.
HSL color Cylindrical-coordinate representation of color #464794: hue angle of 239.23º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464794 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 71 | 148 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.42 |
| HSL | 239.23º | 0.36% | 0.43% | - |
| HSV(B) | 239.23º | 0.53% | 0.58% | - |
| XYZ | 10.12 | 7.95 | 29.02 | - |
| YUV | 79.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 148 | 0.53 | 0.52 | 0 | 0.42 | 239.23 | 0.36 | 0.43 |
| Hex | 46 | 47 | 94 | 35 | 34 | 0 | 2A | EF | 24 | 2B |
| Octal | 106 | 107 | 224 | 65 | 64 | 0 | 52 | 357 | 44 | 53 |
| Binary | 1000110 | 1000111 | 10010100 | 110101 | 110100 | 0 | 101010 | 11101111 | 100100 | 101011 |
Color Harmonies of #464794
Complementary color
Monochromatic Colors of #464794
Black with #464794
Text Example
Text Example
White with #464794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464794; }
p { color: rgb(70,71,148); }
H1.HeaderClassName
{
color: #464794;
}
.AnyTagClassName
{
color: #464794;
}
</style>
background-color css
<style>
a { background-color: #464794; }
a { background-color: rgb(70,71,148); }
div.DivClassName
{
background-color: #464794;
}
.BgClassName
{
background-color: #464794;
}
</style>
border-color css
<style>
span { border-color: #464794; }
span { border-color: rgb(70,71,148); }
td.TdClassName
{
border-color: #464794;
}
.TagClassName
{
border-color: #464794;
}
</style>