Shades of Dark Slate Blue #473986
Tints of Dark Slate Blue #473986
RGB
CMYK
RGB Variations
Color information
#473986 (or 0x473986) is known color: Dark Slate Blue. HEX triplet: 47, 39 and 86. RGB value is (71,57,134). Sum of RGB (Red+Green+Blue) = 71+57+134=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #473986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473986 is #B8C679. Grayscale: #454545. Windows color (decimal): -12109434 or 8796487. OLE color: 8796487.
HSL color Cylindrical-coordinate representation of color #473986: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #473986 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 57 | 134 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.47 |
| HSL | 250.91º | 0.4% | 0.37% | - |
| HSV(B) | 250.91º | 0.57% | 0.53% | - |
| XYZ | 8.36 | 5.99 | 23.27 | - |
| YUV | 69.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 134 | 0.47 | 0.57 | 0 | 0.47 | 250.91 | 0.4 | 0.37 |
| Hex | 47 | 39 | 86 | 2F | 39 | 0 | 2F | FB | 28 | 25 |
| Octal | 107 | 71 | 206 | 57 | 71 | 0 | 57 | 373 | 50 | 45 |
| Binary | 1000111 | 111001 | 10000110 | 101111 | 111001 | 0 | 101111 | 11111011 | 101000 | 100101 |
Color Harmonies of #473986
Complementary color
Monochromatic Colors of #473986
Black with #473986
Text Example
Text Example
White with #473986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473986; }
p { color: rgb(71,57,134); }
H1.HeaderClassName
{
color: #473986;
}
.AnyTagClassName
{
color: #473986;
}
</style>
background-color css
<style>
a { background-color: #473986; }
a { background-color: rgb(71,57,134); }
div.DivClassName
{
background-color: #473986;
}
.BgClassName
{
background-color: #473986;
}
</style>
border-color css
<style>
span { border-color: #473986; }
span { border-color: rgb(71,57,134); }
td.TdClassName
{
border-color: #473986;
}
.TagClassName
{
border-color: #473986;
}
</style>