Shades of Dark Slate Blue #463889
Tints of Dark Slate Blue #463889
RGB
CMYK
RGB Variations
Color information
#463889 (or 0x463889) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 89. RGB value is (70,56,137). Sum of RGB (Red+Green+Blue) = 70+56+137=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #463889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463889 is #B9C776. Grayscale: #454545. Windows color (decimal): -12175223 or 8992838. OLE color: 8992838.
HSL color Cylindrical-coordinate representation of color #463889: hue angle of 250.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463889 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 56 | 137 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.46 |
| HSL | 250.37º | 0.42% | 0.38% | - |
| HSV(B) | 250.37º | 0.59% | 0.54% | - |
| XYZ | 8.46 | 5.94 | 24.37 | - |
| YUV | 69.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 137 | 0.49 | 0.59 | 0 | 0.46 | 250.37 | 0.42 | 0.38 |
| Hex | 46 | 38 | 89 | 31 | 3B | 0 | 2E | FA | 2A | 26 |
| Octal | 106 | 70 | 211 | 61 | 73 | 0 | 56 | 372 | 52 | 46 |
| Binary | 1000110 | 111000 | 10001001 | 110001 | 111011 | 0 | 101110 | 11111010 | 101010 | 100110 |
Color Harmonies of #463889
Complementary color
Monochromatic Colors of #463889
Black with #463889
Text Example
Text Example
White with #463889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463889; }
p { color: rgb(70,56,137); }
H1.HeaderClassName
{
color: #463889;
}
.AnyTagClassName
{
color: #463889;
}
</style>
background-color css
<style>
a { background-color: #463889; }
a { background-color: rgb(70,56,137); }
div.DivClassName
{
background-color: #463889;
}
.BgClassName
{
background-color: #463889;
}
</style>
border-color css
<style>
span { border-color: #463889; }
span { border-color: rgb(70,56,137); }
td.TdClassName
{
border-color: #463889;
}
.TagClassName
{
border-color: #463889;
}
</style>