Shades of Dark Slate Blue #473C7D
Tints of Dark Slate Blue #473C7D
RGB
CMYK
RGB Variations
Color information
#473C7D (or 0x473C7D) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 7D. RGB value is (71,60,125). Sum of RGB (Red+Green+Blue) = 71+60+125=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #473C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C7D is #B8C382. Grayscale: #464646. Windows color (decimal): -12108675 or 8207431. OLE color: 8207431.
HSL color Cylindrical-coordinate representation of color #473C7D: hue angle of 250.15º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473C7D is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 60 | 125 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.51 |
| HSL | 250.15º | 0.35% | 0.36% | - |
| HSV(B) | 250.15º | 0.52% | 0.49% | - |
| XYZ | 7.92 | 6.05 | 20.15 | - |
| YUV | 70.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 125 | 0.43 | 0.52 | 0 | 0.51 | 250.15 | 0.35 | 0.36 |
| Hex | 47 | 3C | 7D | 2B | 34 | 0 | 33 | FA | 23 | 24 |
| Octal | 107 | 74 | 175 | 53 | 64 | 0 | 63 | 372 | 43 | 44 |
| Binary | 1000111 | 111100 | 1111101 | 101011 | 110100 | 0 | 110011 | 11111010 | 100011 | 100100 |
Color Harmonies of #473C7D
Complementary color
Monochromatic Colors of #473C7D
Black with #473C7D
Text Example
Text Example
White with #473C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C7D; }
p { color: rgb(71,60,125); }
H1.HeaderClassName
{
color: #473C7D;
}
.AnyTagClassName
{
color: #473C7D;
}
</style>
background-color css
<style>
a { background-color: #473C7D; }
a { background-color: rgb(71,60,125); }
div.DivClassName
{
background-color: #473C7D;
}
.BgClassName
{
background-color: #473C7D;
}
</style>
border-color css
<style>
span { border-color: #473C7D; }
span { border-color: rgb(71,60,125); }
td.TdClassName
{
border-color: #473C7D;
}
.TagClassName
{
border-color: #473C7D;
}
</style>