Shades of Dark Slate Blue #46428C
Tints of Dark Slate Blue #46428C
RGB
CMYK
RGB Variations
Color information
#46428C (or 0x46428C) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 8C. RGB value is (70,66,140). Sum of RGB (Red+Green+Blue) = 70+66+140=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #46428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46428C is #B9BD73. Grayscale: #4B4B4B. Windows color (decimal): -12172660 or 9192006. OLE color: 9192006.
HSL color Cylindrical-coordinate representation of color #46428C: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46428C is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 66 | 140 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.45 |
| HSL | 243.24º | 0.36% | 0.4% | - |
| HSV(B) | 243.24º | 0.53% | 0.55% | - |
| XYZ | 9.21 | 7.09 | 25.69 | - |
| YUV | 75.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 140 | 0.50 | 0.53 | 0 | 0.45 | 243.24 | 0.36 | 0.4 |
| Hex | 46 | 42 | 8C | 32 | 35 | 0 | 2D | F3 | 24 | 28 |
| Octal | 106 | 102 | 214 | 62 | 65 | 0 | 55 | 363 | 44 | 50 |
| Binary | 1000110 | 1000010 | 10001100 | 110010 | 110101 | 0 | 101101 | 11110011 | 100100 | 101000 |
Color Harmonies of #46428C
Complementary color
Monochromatic Colors of #46428C
Black with #46428C
Text Example
Text Example
White with #46428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46428C; }
p { color: rgb(70,66,140); }
H1.HeaderClassName
{
color: #46428C;
}
.AnyTagClassName
{
color: #46428C;
}
</style>
background-color css
<style>
a { background-color: #46428C; }
a { background-color: rgb(70,66,140); }
div.DivClassName
{
background-color: #46428C;
}
.BgClassName
{
background-color: #46428C;
}
</style>
border-color css
<style>
span { border-color: #46428C; }
span { border-color: rgb(70,66,140); }
td.TdClassName
{
border-color: #46428C;
}
.TagClassName
{
border-color: #46428C;
}
</style>