Shades of Dark Slate Blue #46387C
Tints of Dark Slate Blue #46387C
RGB
CMYK
RGB Variations
Color information
#46387C (or 0x46387C) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 7C. RGB value is (70,56,124). Sum of RGB (Red+Green+Blue) = 70+56+124=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #46387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46387C is #B9C783. Grayscale: #434343. Windows color (decimal): -12175236 or 8140870. OLE color: 8140870.
HSL color Cylindrical-coordinate representation of color #46387C: hue angle of 252.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46387C is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 56 | 124 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.51 |
| HSL | 252.35º | 0.38% | 0.35% | - |
| HSV(B) | 252.35º | 0.55% | 0.49% | - |
| XYZ | 7.58 | 5.59 | 19.75 | - |
| YUV | 67.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 124 | 0.44 | 0.55 | 0 | 0.51 | 252.35 | 0.38 | 0.35 |
| Hex | 46 | 38 | 7C | 2C | 37 | 0 | 33 | FC | 26 | 23 |
| Octal | 106 | 70 | 174 | 54 | 67 | 0 | 63 | 374 | 46 | 43 |
| Binary | 1000110 | 111000 | 1111100 | 101100 | 110111 | 0 | 110011 | 11111100 | 100110 | 100011 |
Color Harmonies of #46387C
Complementary color
Monochromatic Colors of #46387C
Black with #46387C
Text Example
Text Example
White with #46387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46387C; }
p { color: rgb(70,56,124); }
H1.HeaderClassName
{
color: #46387C;
}
.AnyTagClassName
{
color: #46387C;
}
</style>
background-color css
<style>
a { background-color: #46387C; }
a { background-color: rgb(70,56,124); }
div.DivClassName
{
background-color: #46387C;
}
.BgClassName
{
background-color: #46387C;
}
</style>
border-color css
<style>
span { border-color: #46387C; }
span { border-color: rgb(70,56,124); }
td.TdClassName
{
border-color: #46387C;
}
.TagClassName
{
border-color: #46387C;
}
</style>