Shades of Dark Slate Blue #463F94
Tints of Dark Slate Blue #463F94
RGB
CMYK
RGB Variations
Color information
#463F94 (or 0x463F94) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 94. RGB value is (70,63,148). Sum of RGB (Red+Green+Blue) = 70+63+148=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #463F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F94 is #B9C06B. Grayscale: #4A4A4A. Windows color (decimal): -12173420 or 9715526. OLE color: 9715526.
HSL color Cylindrical-coordinate representation of color #463F94: hue angle of 244.94º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463F94 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 63 | 148 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.42 |
| HSL | 244.94º | 0.4% | 0.41% | - |
| HSV(B) | 244.94º | 0.57% | 0.58% | - |
| XYZ | 9.65 | 7 | 28.86 | - |
| YUV | 74.78 | 169.32 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 148 | 0.53 | 0.57 | 0 | 0.42 | 244.94 | 0.4 | 0.41 |
| Hex | 46 | 3F | 94 | 35 | 39 | 0 | 2A | F5 | 28 | 29 |
| Octal | 106 | 77 | 224 | 65 | 71 | 0 | 52 | 365 | 50 | 51 |
| Binary | 1000110 | 111111 | 10010100 | 110101 | 111001 | 0 | 101010 | 11110101 | 101000 | 101001 |
Color Harmonies of #463F94
Complementary color
Monochromatic Colors of #463F94
Black with #463F94
Text Example
Text Example
White with #463F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F94; }
p { color: rgb(70,63,148); }
H1.HeaderClassName
{
color: #463F94;
}
.AnyTagClassName
{
color: #463F94;
}
</style>
background-color css
<style>
a { background-color: #463F94; }
a { background-color: rgb(70,63,148); }
div.DivClassName
{
background-color: #463F94;
}
.BgClassName
{
background-color: #463F94;
}
</style>
border-color css
<style>
span { border-color: #463F94; }
span { border-color: rgb(70,63,148); }
td.TdClassName
{
border-color: #463F94;
}
.TagClassName
{
border-color: #463F94;
}
</style>