Shades of Dark Slate Blue #473A8B
Tints of Dark Slate Blue #473A8B
RGB
CMYK
RGB Variations
Color information
#473A8B (or 0x473A8B) is known color: Dark Slate Blue. HEX triplet: 47, 3A and 8B. RGB value is (71,58,139). Sum of RGB (Red+Green+Blue) = 71+58+139=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #473A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473A8B is #B8C574. Grayscale: #464646. Windows color (decimal): -12109173 or 9124423. OLE color: 9124423.
HSL color Cylindrical-coordinate representation of color #473A8B: hue angle of 249.63º 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 #473A8B is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 58 | 139 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.45 |
| HSL | 249.63º | 0.41% | 0.39% | - |
| HSV(B) | 249.63º | 0.58% | 0.55% | - |
| XYZ | 8.77 | 6.23 | 25.17 | - |
| YUV | 71.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 139 | 0.49 | 0.58 | 0 | 0.45 | 249.63 | 0.41 | 0.39 |
| Hex | 47 | 3A | 8B | 31 | 3A | 0 | 2D | FA | 29 | 27 |
| Octal | 107 | 72 | 213 | 61 | 72 | 0 | 55 | 372 | 51 | 47 |
| Binary | 1000111 | 111010 | 10001011 | 110001 | 111010 | 0 | 101101 | 11111010 | 101001 | 100111 |
Color Harmonies of #473A8B
Complementary color
Monochromatic Colors of #473A8B
Black with #473A8B
Text Example
Text Example
White with #473A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A8B; }
p { color: rgb(71,58,139); }
H1.HeaderClassName
{
color: #473A8B;
}
.AnyTagClassName
{
color: #473A8B;
}
</style>
background-color css
<style>
a { background-color: #473A8B; }
a { background-color: rgb(71,58,139); }
div.DivClassName
{
background-color: #473A8B;
}
.BgClassName
{
background-color: #473A8B;
}
</style>
border-color css
<style>
span { border-color: #473A8B; }
span { border-color: rgb(71,58,139); }
td.TdClassName
{
border-color: #473A8B;
}
.TagClassName
{
border-color: #473A8B;
}
</style>