Shades of Windsor #472E76
Tints of Windsor #472E76
RGB
CMYK
RGB Variations
Color information
#472E76 (or 0x472E76) is known color: Windsor. HEX triplet: 47, 2E and 76. RGB value is (71,46,118). Sum of RGB (Red+Green+Blue) = 71+46+118=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #472E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E76 is #B8D189. Grayscale: #3D3D3D. Windows color (decimal): -12112266 or 7745095. OLE color: 7745095.
HSL color Cylindrical-coordinate representation of color #472E76: hue angle of 260.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472E76 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 46 | 118 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.54 |
| HSL | 260.83º | 0.44% | 0.32% | - |
| HSV(B) | 260.83º | 0.61% | 0.46% | - |
| XYZ | 6.85 | 4.6 | 17.67 | - |
| YUV | 61.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 118 | 0.40 | 0.61 | 0 | 0.54 | 260.83 | 0.44 | 0.32 |
| Hex | 47 | 2E | 76 | 28 | 3D | 0 | 36 | 105 | 2C | 20 |
| Octal | 107 | 56 | 166 | 50 | 75 | 0 | 66 | 405 | 54 | 40 |
| Binary | 1000111 | 101110 | 1110110 | 101000 | 111101 | 0 | 110110 | 100000101 | 101100 | 100000 |
Color Harmonies of #472E76
Complementary color
Monochromatic Colors of #472E76
Black with #472E76
Text Example
Text Example
White with #472E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E76; }
p { color: rgb(71,46,118); }
H1.HeaderClassName
{
color: #472E76;
}
.AnyTagClassName
{
color: #472E76;
}
</style>
background-color css
<style>
a { background-color: #472E76; }
a { background-color: rgb(71,46,118); }
div.DivClassName
{
background-color: #472E76;
}
.BgClassName
{
background-color: #472E76;
}
</style>
border-color css
<style>
span { border-color: #472E76; }
span { border-color: rgb(71,46,118); }
td.TdClassName
{
border-color: #472E76;
}
.TagClassName
{
border-color: #472E76;
}
</style>