Shades of Dark Slate Blue #473B8D
Tints of Dark Slate Blue #473B8D
RGB
CMYK
RGB Variations
Color information
#473B8D (or 0x473B8D) is known color: Dark Slate Blue. HEX triplet: 47, 3B and 8D. RGB value is (71,59,141). Sum of RGB (Red+Green+Blue) = 71+59+141=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #473B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B8D is #B8C472. Grayscale: #474747. Windows color (decimal): -12108915 or 9255751. OLE color: 9255751.
HSL color Cylindrical-coordinate representation of color #473B8D: hue angle of 248.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473B8D is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 59 | 141 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.45 |
| HSL | 248.78º | 0.41% | 0.39% | - |
| HSV(B) | 248.78º | 0.58% | 0.55% | - |
| XYZ | 8.97 | 6.39 | 25.96 | - |
| YUV | 71.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 141 | 0.50 | 0.58 | 0 | 0.45 | 248.78 | 0.41 | 0.39 |
| Hex | 47 | 3B | 8D | 32 | 3A | 0 | 2D | F9 | 29 | 27 |
| Octal | 107 | 73 | 215 | 62 | 72 | 0 | 55 | 371 | 51 | 47 |
| Binary | 1000111 | 111011 | 10001101 | 110010 | 111010 | 0 | 101101 | 11111001 | 101001 | 100111 |
Color Harmonies of #473B8D
Complementary color
Monochromatic Colors of #473B8D
Black with #473B8D
Text Example
Text Example
White with #473B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B8D; }
p { color: rgb(71,59,141); }
H1.HeaderClassName
{
color: #473B8D;
}
.AnyTagClassName
{
color: #473B8D;
}
</style>
background-color css
<style>
a { background-color: #473B8D; }
a { background-color: rgb(71,59,141); }
div.DivClassName
{
background-color: #473B8D;
}
.BgClassName
{
background-color: #473B8D;
}
</style>
border-color css
<style>
span { border-color: #473B8D; }
span { border-color: rgb(71,59,141); }
td.TdClassName
{
border-color: #473B8D;
}
.TagClassName
{
border-color: #473B8D;
}
</style>