Shades of Dark Slate Blue #473E7E
Tints of Dark Slate Blue #473E7E
RGB
CMYK
RGB Variations
Color information
#473E7E (or 0x473E7E) is known color: Dark Slate Blue. HEX triplet: 47, 3E and 7E. RGB value is (71,62,126). Sum of RGB (Red+Green+Blue) = 71+62+126=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #473E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E7E is #B8C181. Grayscale: #474747. Windows color (decimal): -12108162 or 8273479. OLE color: 8273479.
HSL color Cylindrical-coordinate representation of color #473E7E: hue angle of 248.44º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473E7E is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 62 | 126 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.51 |
| HSL | 248.44º | 0.34% | 0.37% | - |
| HSV(B) | 248.44º | 0.51% | 0.49% | - |
| XYZ | 8.09 | 6.29 | 20.53 | - |
| YUV | 71.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 126 | 0.44 | 0.51 | 0 | 0.51 | 248.44 | 0.34 | 0.37 |
| Hex | 47 | 3E | 7E | 2C | 33 | 0 | 33 | F8 | 22 | 25 |
| Octal | 107 | 76 | 176 | 54 | 63 | 0 | 63 | 370 | 42 | 45 |
| Binary | 1000111 | 111110 | 1111110 | 101100 | 110011 | 0 | 110011 | 11111000 | 100010 | 100101 |
Color Harmonies of #473E7E
Complementary color
Monochromatic Colors of #473E7E
Black with #473E7E
Text Example
Text Example
White with #473E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E7E; }
p { color: rgb(71,62,126); }
H1.HeaderClassName
{
color: #473E7E;
}
.AnyTagClassName
{
color: #473E7E;
}
</style>
background-color css
<style>
a { background-color: #473E7E; }
a { background-color: rgb(71,62,126); }
div.DivClassName
{
background-color: #473E7E;
}
.BgClassName
{
background-color: #473E7E;
}
</style>
border-color css
<style>
span { border-color: #473E7E; }
span { border-color: rgb(71,62,126); }
td.TdClassName
{
border-color: #473E7E;
}
.TagClassName
{
border-color: #473E7E;
}
</style>