Shades of Dark Slate Blue #46478A
Tints of Dark Slate Blue #46478A
RGB
CMYK
RGB Variations
Color information
#46478A (or 0x46478A) is known color: Dark Slate Blue. HEX triplet: 46, 47 and 8A. RGB value is (70,71,138). Sum of RGB (Red+Green+Blue) = 70+71+138=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #46478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46478A is #B9B875. Grayscale: #4E4E4E. Windows color (decimal): -12171382 or 9062214. OLE color: 9062214.
HSL color Cylindrical-coordinate representation of color #46478A: hue angle of 239.12º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46478A is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 71 | 138 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.46 |
| HSL | 239.12º | 0.33% | 0.41% | - |
| HSV(B) | 239.12º | 0.49% | 0.54% | - |
| XYZ | 9.37 | 7.64 | 25.03 | - |
| YUV | 78.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 138 | 0.49 | 0.49 | 0 | 0.46 | 239.12 | 0.33 | 0.41 |
| Hex | 46 | 47 | 8A | 31 | 31 | 0 | 2E | EF | 21 | 29 |
| Octal | 106 | 107 | 212 | 61 | 61 | 0 | 56 | 357 | 41 | 51 |
| Binary | 1000110 | 1000111 | 10001010 | 110001 | 110001 | 0 | 101110 | 11101111 | 100001 | 101001 |
Color Harmonies of #46478A
Complementary color
Monochromatic Colors of #46478A
Black with #46478A
Text Example
Text Example
White with #46478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46478A; }
p { color: rgb(70,71,138); }
H1.HeaderClassName
{
color: #46478A;
}
.AnyTagClassName
{
color: #46478A;
}
</style>
background-color css
<style>
a { background-color: #46478A; }
a { background-color: rgb(70,71,138); }
div.DivClassName
{
background-color: #46478A;
}
.BgClassName
{
background-color: #46478A;
}
</style>
border-color css
<style>
span { border-color: #46478A; }
span { border-color: rgb(70,71,138); }
td.TdClassName
{
border-color: #46478A;
}
.TagClassName
{
border-color: #46478A;
}
</style>