Shades of Dark Slate Blue #46419A
Tints of Dark Slate Blue #46419A
RGB
CMYK
RGB Variations
Color information
#46419A (or 0x46419A) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 9A. RGB value is (70,65,154). Sum of RGB (Red+Green+Blue) = 70+65+154=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #46419A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46419A is #B9BE65. Grayscale: #4C4C4C. Windows color (decimal): -12172902 or 10109254. OLE color: 10109254.
HSL color Cylindrical-coordinate representation of color #46419A: hue angle of 243.37º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46419A is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 65 | 154 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.40 |
| HSL | 243.37º | 0.41% | 0.43% | - |
| HSV(B) | 243.37º | 0.58% | 0.6% | - |
| XYZ | 10.25 | 7.42 | 31.46 | - |
| YUV | 76.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 154 | 0.55 | 0.58 | 0 | 0.40 | 243.37 | 0.41 | 0.43 |
| Hex | 46 | 41 | 9A | 37 | 3A | 0 | 28 | F3 | 29 | 2B |
| Octal | 106 | 101 | 232 | 67 | 72 | 0 | 50 | 363 | 51 | 53 |
| Binary | 1000110 | 1000001 | 10011010 | 110111 | 111010 | 0 | 101000 | 11110011 | 101001 | 101011 |
Color Harmonies of #46419A
Complementary color
Monochromatic Colors of #46419A
Black with #46419A
Text Example
Text Example
White with #46419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46419A; }
p { color: rgb(70,65,154); }
H1.HeaderClassName
{
color: #46419A;
}
.AnyTagClassName
{
color: #46419A;
}
</style>
background-color css
<style>
a { background-color: #46419A; }
a { background-color: rgb(70,65,154); }
div.DivClassName
{
background-color: #46419A;
}
.BgClassName
{
background-color: #46419A;
}
</style>
border-color css
<style>
span { border-color: #46419A; }
span { border-color: rgb(70,65,154); }
td.TdClassName
{
border-color: #46419A;
}
.TagClassName
{
border-color: #46419A;
}
</style>