Shades of Dark Slate Blue #473C7C
Tints of Dark Slate Blue #473C7C
RGB
CMYK
RGB Variations
Color information
#473C7C (or 0x473C7C) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 7C. RGB value is (71,60,124). Sum of RGB (Red+Green+Blue) = 71+60+124=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #473C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C7C is #B8C383. Grayscale: #464646. Windows color (decimal): -12108676 or 8141895. OLE color: 8141895.
HSL color Cylindrical-coordinate representation of color #473C7C: hue angle of 250.31º 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 #473C7C is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 60 | 124 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.51 |
| HSL | 250.31º | 0.35% | 0.36% | - |
| HSV(B) | 250.31º | 0.52% | 0.49% | - |
| XYZ | 7.85 | 6.03 | 19.82 | - |
| YUV | 70.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 124 | 0.43 | 0.52 | 0 | 0.51 | 250.31 | 0.35 | 0.36 |
| Hex | 47 | 3C | 7C | 2B | 34 | 0 | 33 | FA | 23 | 24 |
| Octal | 107 | 74 | 174 | 53 | 64 | 0 | 63 | 372 | 43 | 44 |
| Binary | 1000111 | 111100 | 1111100 | 101011 | 110100 | 0 | 110011 | 11111010 | 100011 | 100100 |
Color Harmonies of #473C7C
Complementary color
Monochromatic Colors of #473C7C
Black with #473C7C
Text Example
Text Example
White with #473C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C7C; }
p { color: rgb(71,60,124); }
H1.HeaderClassName
{
color: #473C7C;
}
.AnyTagClassName
{
color: #473C7C;
}
</style>
background-color css
<style>
a { background-color: #473C7C; }
a { background-color: rgb(71,60,124); }
div.DivClassName
{
background-color: #473C7C;
}
.BgClassName
{
background-color: #473C7C;
}
</style>
border-color css
<style>
span { border-color: #473C7C; }
span { border-color: rgb(71,60,124); }
td.TdClassName
{
border-color: #473C7C;
}
.TagClassName
{
border-color: #473C7C;
}
</style>