Shades of Dark Slate Blue #463689
Tints of Dark Slate Blue #463689
RGB
CMYK
RGB Variations
Color information
#463689 (or 0x463689) is known color: Dark Slate Blue. HEX triplet: 46, 36 and 89. RGB value is (70,54,137). Sum of RGB (Red+Green+Blue) = 70+54+137=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #463689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463689 is #B9C976. Grayscale: #434343. Windows color (decimal): -12175735 or 8992326. OLE color: 8992326.
HSL color Cylindrical-coordinate representation of color #463689: hue angle of 251.57º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463689 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 54 | 137 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.46 |
| HSL | 251.57º | 0.43% | 0.37% | - |
| HSV(B) | 251.57º | 0.61% | 0.54% | - |
| XYZ | 8.36 | 5.75 | 24.34 | - |
| YUV | 68.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 137 | 0.49 | 0.61 | 0 | 0.46 | 251.57 | 0.43 | 0.37 |
| Hex | 46 | 36 | 89 | 31 | 3D | 0 | 2E | FC | 2B | 25 |
| Octal | 106 | 66 | 211 | 61 | 75 | 0 | 56 | 374 | 53 | 45 |
| Binary | 1000110 | 110110 | 10001001 | 110001 | 111101 | 0 | 101110 | 11111100 | 101011 | 100101 |
Color Harmonies of #463689
Complementary color
Monochromatic Colors of #463689
Black with #463689
Text Example
Text Example
White with #463689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463689; }
p { color: rgb(70,54,137); }
H1.HeaderClassName
{
color: #463689;
}
.AnyTagClassName
{
color: #463689;
}
</style>
background-color css
<style>
a { background-color: #463689; }
a { background-color: rgb(70,54,137); }
div.DivClassName
{
background-color: #463689;
}
.BgClassName
{
background-color: #463689;
}
</style>
border-color css
<style>
span { border-color: #463689; }
span { border-color: rgb(70,54,137); }
td.TdClassName
{
border-color: #463689;
}
.TagClassName
{
border-color: #463689;
}
</style>