Shades of Dark Slate Blue #46418C
Tints of Dark Slate Blue #46418C
RGB
CMYK
RGB Variations
Color information
#46418C (or 0x46418C) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 8C. RGB value is (70,65,140). Sum of RGB (Red+Green+Blue) = 70+65+140=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #46418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46418C is #B9BE73. Grayscale: #4A4A4A. Windows color (decimal): -12172916 or 9191750. OLE color: 9191750.
HSL color Cylindrical-coordinate representation of color #46418C: hue angle of 244º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46418C is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 65 | 140 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.45 |
| HSL | 244º | 0.37% | 0.4% | - |
| HSV(B) | 244º | 0.54% | 0.55% | - |
| XYZ | 9.15 | 6.98 | 25.68 | - |
| YUV | 75.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 140 | 0.50 | 0.54 | 0 | 0.45 | 244 | 0.37 | 0.4 |
| Hex | 46 | 41 | 8C | 32 | 36 | 0 | 2D | F4 | 25 | 28 |
| Octal | 106 | 101 | 214 | 62 | 66 | 0 | 55 | 364 | 45 | 50 |
| Binary | 1000110 | 1000001 | 10001100 | 110010 | 110110 | 0 | 101101 | 11110100 | 100101 | 101000 |
Color Harmonies of #46418C
Complementary color
Monochromatic Colors of #46418C
Black with #46418C
Text Example
Text Example
White with #46418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46418C; }
p { color: rgb(70,65,140); }
H1.HeaderClassName
{
color: #46418C;
}
.AnyTagClassName
{
color: #46418C;
}
</style>
background-color css
<style>
a { background-color: #46418C; }
a { background-color: rgb(70,65,140); }
div.DivClassName
{
background-color: #46418C;
}
.BgClassName
{
background-color: #46418C;
}
</style>
border-color css
<style>
span { border-color: #46418C; }
span { border-color: rgb(70,65,140); }
td.TdClassName
{
border-color: #46418C;
}
.TagClassName
{
border-color: #46418C;
}
</style>