Shades of Windsor #472C76
Tints of Windsor #472C76
RGB
CMYK
RGB Variations
Color information
#472C76 (or 0x472C76) is known color: Windsor. HEX triplet: 47, 2C and 76. RGB value is (71,44,118). Sum of RGB (Red+Green+Blue) = 71+44+118=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #472C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C76 is #B8D389. Grayscale: #3C3C3C. Windows color (decimal): -12112778 or 7744583. OLE color: 7744583.
HSL color Cylindrical-coordinate representation of color #472C76: hue angle of 261.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472C76 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 44 | 118 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.54 |
| HSL | 261.89º | 0.46% | 0.32% | - |
| HSV(B) | 261.89º | 0.63% | 0.46% | - |
| XYZ | 6.77 | 4.45 | 17.64 | - |
| YUV | 60.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 118 | 0.40 | 0.63 | 0 | 0.54 | 261.89 | 0.46 | 0.32 |
| Hex | 47 | 2C | 76 | 28 | 3F | 0 | 36 | 106 | 2E | 20 |
| Octal | 107 | 54 | 166 | 50 | 77 | 0 | 66 | 406 | 56 | 40 |
| Binary | 1000111 | 101100 | 1110110 | 101000 | 111111 | 0 | 110110 | 100000110 | 101110 | 100000 |
Color Harmonies of #472C76
Complementary color
Monochromatic Colors of #472C76
Black with #472C76
Text Example
Text Example
White with #472C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C76; }
p { color: rgb(71,44,118); }
H1.HeaderClassName
{
color: #472C76;
}
.AnyTagClassName
{
color: #472C76;
}
</style>
background-color css
<style>
a { background-color: #472C76; }
a { background-color: rgb(71,44,118); }
div.DivClassName
{
background-color: #472C76;
}
.BgClassName
{
background-color: #472C76;
}
</style>
border-color css
<style>
span { border-color: #472C76; }
span { border-color: rgb(71,44,118); }
td.TdClassName
{
border-color: #472C76;
}
.TagClassName
{
border-color: #472C76;
}
</style>