Shades of Dark Slate Blue #473D91
Tints of Dark Slate Blue #473D91
RGB
CMYK
RGB Variations
Color information
#473D91 (or 0x473D91) is known color: Dark Slate Blue. HEX triplet: 47, 3D and 91. RGB value is (71,61,145). Sum of RGB (Red+Green+Blue) = 71+61+145=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #473D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473D91 is #B8C26E. Grayscale: #494949. Windows color (decimal): -12108399 or 9518407. OLE color: 9518407.
HSL color Cylindrical-coordinate representation of color #473D91: hue angle of 247.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473D91 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 61 | 145 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.43 |
| HSL | 247.14º | 0.41% | 0.4% | - |
| HSV(B) | 247.14º | 0.58% | 0.57% | - |
| XYZ | 9.38 | 6.72 | 27.59 | - |
| YUV | 73.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 145 | 0.51 | 0.58 | 0 | 0.43 | 247.14 | 0.41 | 0.4 |
| Hex | 47 | 3D | 91 | 33 | 3A | 0 | 2B | F7 | 29 | 28 |
| Octal | 107 | 75 | 221 | 63 | 72 | 0 | 53 | 367 | 51 | 50 |
| Binary | 1000111 | 111101 | 10010001 | 110011 | 111010 | 0 | 101011 | 11110111 | 101001 | 101000 |
Color Harmonies of #473D91
Complementary color
Monochromatic Colors of #473D91
Black with #473D91
Text Example
Text Example
White with #473D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D91; }
p { color: rgb(71,61,145); }
H1.HeaderClassName
{
color: #473D91;
}
.AnyTagClassName
{
color: #473D91;
}
</style>
background-color css
<style>
a { background-color: #473D91; }
a { background-color: rgb(71,61,145); }
div.DivClassName
{
background-color: #473D91;
}
.BgClassName
{
background-color: #473D91;
}
</style>
border-color css
<style>
span { border-color: #473D91; }
span { border-color: rgb(71,61,145); }
td.TdClassName
{
border-color: #473D91;
}
.TagClassName
{
border-color: #473D91;
}
</style>