Shades of Windsor #472E73
Tints of Windsor #472E73
RGB
CMYK
RGB Variations
Color information
#472E73 (or 0x472E73) is known color: Windsor. HEX triplet: 47, 2E and 73. RGB value is (71,46,115). Sum of RGB (Red+Green+Blue) = 71+46+115=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #472E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E73 is #B8D18C. Grayscale: #3D3D3D. Windows color (decimal): -12112269 or 7548487. OLE color: 7548487.
HSL color Cylindrical-coordinate representation of color #472E73: hue angle of 261.74º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472E73 is Cyan = 0.38, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 46 | 115 | - |
| CMYK | 0.38 | 0.6 | 0 | 0.55 |
| HSL | 261.74º | 0.43% | 0.32% | - |
| HSV(B) | 261.74º | 0.6% | 0.45% | - |
| XYZ | 6.67 | 4.53 | 16.74 | - |
| YUV | 61.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 115 | 0.38 | 0.6 | 0 | 0.55 | 261.74 | 0.43 | 0.32 |
| Hex | 47 | 2E | 73 | 26 | 3C | 0 | 37 | 106 | 2B | 20 |
| Octal | 107 | 56 | 163 | 46 | 74 | 0 | 67 | 406 | 53 | 40 |
| Binary | 1000111 | 101110 | 1110011 | 100110 | 111100 | 0 | 110111 | 100000110 | 101011 | 100000 |
Color Harmonies of #472E73
Complementary color
Monochromatic Colors of #472E73
Black with #472E73
Text Example
Text Example
White with #472E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E73; }
p { color: rgb(71,46,115); }
H1.HeaderClassName
{
color: #472E73;
}
.AnyTagClassName
{
color: #472E73;
}
</style>
background-color css
<style>
a { background-color: #472E73; }
a { background-color: rgb(71,46,115); }
div.DivClassName
{
background-color: #472E73;
}
.BgClassName
{
background-color: #472E73;
}
</style>
border-color css
<style>
span { border-color: #472E73; }
span { border-color: rgb(71,46,115); }
td.TdClassName
{
border-color: #472E73;
}
.TagClassName
{
border-color: #472E73;
}
</style>