Shades of Dark Slate Blue #463F90
Tints of Dark Slate Blue #463F90
RGB
CMYK
RGB Variations
Color information
#463F90 (or 0x463F90) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 90. RGB value is (70,63,144). Sum of RGB (Red+Green+Blue) = 70+63+144=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #463F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F90 is #B9C06F. Grayscale: #4A4A4A. Windows color (decimal): -12173424 or 9453382. OLE color: 9453382.
HSL color Cylindrical-coordinate representation of color #463F90: hue angle of 245.19º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463F90 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 63 | 144 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.44 |
| HSL | 245.19º | 0.39% | 0.41% | - |
| HSV(B) | 245.19º | 0.56% | 0.56% | - |
| XYZ | 9.34 | 6.87 | 27.22 | - |
| YUV | 74.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 144 | 0.51 | 0.56 | 0 | 0.44 | 245.19 | 0.39 | 0.41 |
| Hex | 46 | 3F | 90 | 33 | 38 | 0 | 2C | F5 | 27 | 29 |
| Octal | 106 | 77 | 220 | 63 | 70 | 0 | 54 | 365 | 47 | 51 |
| Binary | 1000110 | 111111 | 10010000 | 110011 | 111000 | 0 | 101100 | 11110101 | 100111 | 101001 |
Color Harmonies of #463F90
Complementary color
Monochromatic Colors of #463F90
Black with #463F90
Text Example
Text Example
White with #463F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F90; }
p { color: rgb(70,63,144); }
H1.HeaderClassName
{
color: #463F90;
}
.AnyTagClassName
{
color: #463F90;
}
</style>
background-color css
<style>
a { background-color: #463F90; }
a { background-color: rgb(70,63,144); }
div.DivClassName
{
background-color: #463F90;
}
.BgClassName
{
background-color: #463F90;
}
</style>
border-color css
<style>
span { border-color: #463F90; }
span { border-color: rgb(70,63,144); }
td.TdClassName
{
border-color: #463F90;
}
.TagClassName
{
border-color: #463F90;
}
</style>