Shades of Dark Slate Blue #473C7B
Tints of Dark Slate Blue #473C7B
RGB
CMYK
RGB Variations
Color information
#473C7B (or 0x473C7B) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 7B. RGB value is (71,60,123). Sum of RGB (Red+Green+Blue) = 71+60+123=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #473C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C7B is #B8C384. Grayscale: #464646. Windows color (decimal): -12108677 or 8076359. OLE color: 8076359.
HSL color Cylindrical-coordinate representation of color #473C7B: hue angle of 250.48º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473C7B is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 60 | 123 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.52 |
| HSL | 250.48º | 0.34% | 0.36% | - |
| HSV(B) | 250.48º | 0.51% | 0.48% | - |
| XYZ | 7.79 | 6 | 19.49 | - |
| YUV | 70.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 123 | 0.42 | 0.51 | 0 | 0.52 | 250.48 | 0.34 | 0.36 |
| Hex | 47 | 3C | 7B | 2A | 33 | 0 | 34 | FA | 22 | 24 |
| Octal | 107 | 74 | 173 | 52 | 63 | 0 | 64 | 372 | 42 | 44 |
| Binary | 1000111 | 111100 | 1111011 | 101010 | 110011 | 0 | 110100 | 11111010 | 100010 | 100100 |
Color Harmonies of #473C7B
Complementary color
Monochromatic Colors of #473C7B
Black with #473C7B
Text Example
Text Example
White with #473C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C7B; }
p { color: rgb(71,60,123); }
H1.HeaderClassName
{
color: #473C7B;
}
.AnyTagClassName
{
color: #473C7B;
}
</style>
background-color css
<style>
a { background-color: #473C7B; }
a { background-color: rgb(71,60,123); }
div.DivClassName
{
background-color: #473C7B;
}
.BgClassName
{
background-color: #473C7B;
}
</style>
border-color css
<style>
span { border-color: #473C7B; }
span { border-color: rgb(71,60,123); }
td.TdClassName
{
border-color: #473C7B;
}
.TagClassName
{
border-color: #473C7B;
}
</style>