Shades of Dark Slate Blue #473F7F
Tints of Dark Slate Blue #473F7F
RGB
CMYK
RGB Variations
Color information
#473F7F (or 0x473F7F) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 7F. RGB value is (71,63,127). Sum of RGB (Red+Green+Blue) = 71+63+127=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #473F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F7F is #B8C080. Grayscale: #484848. Windows color (decimal): -12107905 or 8339271. OLE color: 8339271.
HSL color Cylindrical-coordinate representation of color #473F7F: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473F7F is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 63 | 127 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.50 |
| HSL | 247.5º | 0.34% | 0.37% | - |
| HSV(B) | 247.5º | 0.5% | 0.5% | - |
| XYZ | 8.21 | 6.43 | 20.89 | - |
| YUV | 72.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 127 | 0.44 | 0.50 | 0 | 0.50 | 247.5 | 0.34 | 0.37 |
| Hex | 47 | 3F | 7F | 2C | 32 | 0 | 32 | F8 | 22 | 25 |
| Octal | 107 | 77 | 177 | 54 | 62 | 0 | 62 | 370 | 42 | 45 |
| Binary | 1000111 | 111111 | 1111111 | 101100 | 110010 | 0 | 110010 | 11111000 | 100010 | 100101 |
Color Harmonies of #473F7F
Complementary color
Monochromatic Colors of #473F7F
Black with #473F7F
Text Example
Text Example
White with #473F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F7F; }
p { color: rgb(71,63,127); }
H1.HeaderClassName
{
color: #473F7F;
}
.AnyTagClassName
{
color: #473F7F;
}
</style>
background-color css
<style>
a { background-color: #473F7F; }
a { background-color: rgb(71,63,127); }
div.DivClassName
{
background-color: #473F7F;
}
.BgClassName
{
background-color: #473F7F;
}
</style>
border-color css
<style>
span { border-color: #473F7F; }
span { border-color: rgb(71,63,127); }
td.TdClassName
{
border-color: #473F7F;
}
.TagClassName
{
border-color: #473F7F;
}
</style>