Shades of Dark Slate Blue #46438D
Tints of Dark Slate Blue #46438D
RGB
CMYK
RGB Variations
Color information
#46438D (or 0x46438D) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 8D. RGB value is (70,67,141). Sum of RGB (Red+Green+Blue) = 70+67+141=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #46438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46438D is #B9BC72. Grayscale: #4C4C4C. Windows color (decimal): -12172403 or 9257798. OLE color: 9257798.
HSL color Cylindrical-coordinate representation of color #46438D: hue angle of 242.43º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46438D is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 67 | 141 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.45 |
| HSL | 242.43º | 0.36% | 0.41% | - |
| HSV(B) | 242.43º | 0.52% | 0.55% | - |
| XYZ | 9.34 | 7.24 | 26.1 | - |
| YUV | 76.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 141 | 0.50 | 0.52 | 0 | 0.45 | 242.43 | 0.36 | 0.41 |
| Hex | 46 | 43 | 8D | 32 | 34 | 0 | 2D | F2 | 24 | 29 |
| Octal | 106 | 103 | 215 | 62 | 64 | 0 | 55 | 362 | 44 | 51 |
| Binary | 1000110 | 1000011 | 10001101 | 110010 | 110100 | 0 | 101101 | 11110010 | 100100 | 101001 |
Color Harmonies of #46438D
Complementary color
Monochromatic Colors of #46438D
Black with #46438D
Text Example
Text Example
White with #46438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46438D; }
p { color: rgb(70,67,141); }
H1.HeaderClassName
{
color: #46438D;
}
.AnyTagClassName
{
color: #46438D;
}
</style>
background-color css
<style>
a { background-color: #46438D; }
a { background-color: rgb(70,67,141); }
div.DivClassName
{
background-color: #46438D;
}
.BgClassName
{
background-color: #46438D;
}
</style>
border-color css
<style>
span { border-color: #46438D; }
span { border-color: rgb(70,67,141); }
td.TdClassName
{
border-color: #46438D;
}
.TagClassName
{
border-color: #46438D;
}
</style>