Shades of Dark Slate Blue #464890
Tints of Dark Slate Blue #464890
RGB
CMYK
RGB Variations
Color information
#464890 (or 0x464890) is known color: Dark Slate Blue. HEX triplet: 46, 48 and 90. RGB value is (70,72,144). Sum of RGB (Red+Green+Blue) = 70+72+144=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #464890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464890 is #B9B76F. Grayscale: #4F4F4F. Windows color (decimal): -12171120 or 9455686. OLE color: 9455686.
HSL color Cylindrical-coordinate representation of color #464890: hue angle of 238.38º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464890 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 72 | 144 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.44 |
| HSL | 238.38º | 0.35% | 0.42% | - |
| HSV(B) | 238.38º | 0.51% | 0.56% | - |
| XYZ | 9.88 | 7.95 | 27.4 | - |
| YUV | 79.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 144 | 0.51 | 0.50 | 0 | 0.44 | 238.38 | 0.35 | 0.42 |
| Hex | 46 | 48 | 90 | 33 | 32 | 0 | 2C | EE | 23 | 2A |
| Octal | 106 | 110 | 220 | 63 | 62 | 0 | 54 | 356 | 43 | 52 |
| Binary | 1000110 | 1001000 | 10010000 | 110011 | 110010 | 0 | 101100 | 11101110 | 100011 | 101010 |
Color Harmonies of #464890
Complementary color
Monochromatic Colors of #464890
Black with #464890
Text Example
Text Example
White with #464890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464890; }
p { color: rgb(70,72,144); }
H1.HeaderClassName
{
color: #464890;
}
.AnyTagClassName
{
color: #464890;
}
</style>
background-color css
<style>
a { background-color: #464890; }
a { background-color: rgb(70,72,144); }
div.DivClassName
{
background-color: #464890;
}
.BgClassName
{
background-color: #464890;
}
</style>
border-color css
<style>
span { border-color: #464890; }
span { border-color: rgb(70,72,144); }
td.TdClassName
{
border-color: #464890;
}
.TagClassName
{
border-color: #464890;
}
</style>