Shades of Dark Slate Blue #473F7E
Tints of Dark Slate Blue #473F7E
RGB
CMYK
RGB Variations
Color information
#473F7E (or 0x473F7E) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 7E. RGB value is (71,63,126). Sum of RGB (Red+Green+Blue) = 71+63+126=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #473F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F7E is #B8C081. Grayscale: #484848. Windows color (decimal): -12107906 or 8273735. OLE color: 8273735.
HSL color Cylindrical-coordinate representation of color #473F7E: hue angle of 247.62º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473F7E is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 63 | 126 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.51 |
| HSL | 247.62º | 0.33% | 0.37% | - |
| HSV(B) | 247.62º | 0.5% | 0.49% | - |
| XYZ | 8.14 | 6.4 | 20.55 | - |
| YUV | 72.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 126 | 0.44 | 0.50 | 0 | 0.51 | 247.62 | 0.33 | 0.37 |
| Hex | 47 | 3F | 7E | 2C | 32 | 0 | 33 | F8 | 21 | 25 |
| Octal | 107 | 77 | 176 | 54 | 62 | 0 | 63 | 370 | 41 | 45 |
| Binary | 1000111 | 111111 | 1111110 | 101100 | 110010 | 0 | 110011 | 11111000 | 100001 | 100101 |
Color Harmonies of #473F7E
Complementary color
Monochromatic Colors of #473F7E
Black with #473F7E
Text Example
Text Example
White with #473F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F7E; }
p { color: rgb(71,63,126); }
H1.HeaderClassName
{
color: #473F7E;
}
.AnyTagClassName
{
color: #473F7E;
}
</style>
background-color css
<style>
a { background-color: #473F7E; }
a { background-color: rgb(71,63,126); }
div.DivClassName
{
background-color: #473F7E;
}
.BgClassName
{
background-color: #473F7E;
}
</style>
border-color css
<style>
span { border-color: #473F7E; }
span { border-color: rgb(71,63,126); }
td.TdClassName
{
border-color: #473F7E;
}
.TagClassName
{
border-color: #473F7E;
}
</style>