Shades of Dark Slate Blue #46367F
Tints of Dark Slate Blue #46367F
RGB
CMYK
RGB Variations
Color information
#46367F (or 0x46367F) is known color: Dark Slate Blue. HEX triplet: 46, 36 and 7F. RGB value is (70,54,127). Sum of RGB (Red+Green+Blue) = 70+54+127=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #46367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46367F is #B9C980. Grayscale: #424242. Windows color (decimal): -12175745 or 8336966. OLE color: 8336966.
HSL color Cylindrical-coordinate representation of color #46367F: hue angle of 253.15º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46367F is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 54 | 127 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.50 |
| HSL | 253.15º | 0.4% | 0.35% | - |
| HSV(B) | 253.15º | 0.57% | 0.5% | - |
| XYZ | 7.68 | 5.47 | 20.73 | - |
| YUV | 67.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 127 | 0.45 | 0.57 | 0 | 0.50 | 253.15 | 0.4 | 0.35 |
| Hex | 46 | 36 | 7F | 2D | 39 | 0 | 32 | FD | 28 | 23 |
| Octal | 106 | 66 | 177 | 55 | 71 | 0 | 62 | 375 | 50 | 43 |
| Binary | 1000110 | 110110 | 1111111 | 101101 | 111001 | 0 | 110010 | 11111101 | 101000 | 100011 |
Color Harmonies of #46367F
Complementary color
Monochromatic Colors of #46367F
Black with #46367F
Text Example
Text Example
White with #46367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46367F; }
p { color: rgb(70,54,127); }
H1.HeaderClassName
{
color: #46367F;
}
.AnyTagClassName
{
color: #46367F;
}
</style>
background-color css
<style>
a { background-color: #46367F; }
a { background-color: rgb(70,54,127); }
div.DivClassName
{
background-color: #46367F;
}
.BgClassName
{
background-color: #46367F;
}
</style>
border-color css
<style>
span { border-color: #46367F; }
span { border-color: rgb(70,54,127); }
td.TdClassName
{
border-color: #46367F;
}
.TagClassName
{
border-color: #46367F;
}
</style>