Shades of Dark Slate Blue #464891
Tints of Dark Slate Blue #464891
RGB
CMYK
RGB Variations
Color information
#464891 (or 0x464891) is known color: Dark Slate Blue. HEX triplet: 46, 48 and 91. RGB value is (70,72,145). Sum of RGB (Red+Green+Blue) = 70+72+145=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #464891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464891 is #B9B76E. Grayscale: #4F4F4F. Windows color (decimal): -12171119 or 9521222. OLE color: 9521222.
HSL color Cylindrical-coordinate representation of color #464891: hue angle of 238.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464891 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 72 | 145 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.43 |
| HSL | 238.4º | 0.35% | 0.42% | - |
| HSV(B) | 238.4º | 0.52% | 0.57% | - |
| XYZ | 9.95 | 7.98 | 27.8 | - |
| YUV | 79.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 145 | 0.52 | 0.50 | 0 | 0.43 | 238.4 | 0.35 | 0.42 |
| Hex | 46 | 48 | 91 | 34 | 32 | 0 | 2B | EE | 23 | 2A |
| Octal | 106 | 110 | 221 | 64 | 62 | 0 | 53 | 356 | 43 | 52 |
| Binary | 1000110 | 1001000 | 10010001 | 110100 | 110010 | 0 | 101011 | 11101110 | 100011 | 101010 |
Color Harmonies of #464891
Complementary color
Monochromatic Colors of #464891
Black with #464891
Text Example
Text Example
White with #464891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464891; }
p { color: rgb(70,72,145); }
H1.HeaderClassName
{
color: #464891;
}
.AnyTagClassName
{
color: #464891;
}
</style>
background-color css
<style>
a { background-color: #464891; }
a { background-color: rgb(70,72,145); }
div.DivClassName
{
background-color: #464891;
}
.BgClassName
{
background-color: #464891;
}
</style>
border-color css
<style>
span { border-color: #464891; }
span { border-color: rgb(70,72,145); }
td.TdClassName
{
border-color: #464891;
}
.TagClassName
{
border-color: #464891;
}
</style>