Shades of Windsor #472F71
Tints of Windsor #472F71
RGB
CMYK
RGB Variations
Color information
#472F71 (or 0x472F71) is known color: Windsor. HEX triplet: 47, 2F and 71. RGB value is (71,47,113). Sum of RGB (Red+Green+Blue) = 71+47+113=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #472F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F71 is #B8D08E. Grayscale: #3D3D3D. Windows color (decimal): -12112015 or 7417671. OLE color: 7417671.
HSL color Cylindrical-coordinate representation of color #472F71: hue angle of 261.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472F71 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 47 | 113 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.56 |
| HSL | 261.82º | 0.41% | 0.31% | - |
| HSV(B) | 261.82º | 0.58% | 0.44% | - |
| XYZ | 6.6 | 4.56 | 16.16 | - |
| YUV | 61.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 113 | 0.37 | 0.58 | 0 | 0.56 | 261.82 | 0.41 | 0.31 |
| Hex | 47 | 2F | 71 | 25 | 3A | 0 | 38 | 106 | 29 | 1F |
| Octal | 107 | 57 | 161 | 45 | 72 | 0 | 70 | 406 | 51 | 37 |
| Binary | 1000111 | 101111 | 1110001 | 100101 | 111010 | 0 | 111000 | 100000110 | 101001 | 11111 |
Color Harmonies of #472F71
Complementary color
Monochromatic Colors of #472F71
Black with #472F71
Text Example
Text Example
White with #472F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F71; }
p { color: rgb(71,47,113); }
H1.HeaderClassName
{
color: #472F71;
}
.AnyTagClassName
{
color: #472F71;
}
</style>
background-color css
<style>
a { background-color: #472F71; }
a { background-color: rgb(71,47,113); }
div.DivClassName
{
background-color: #472F71;
}
.BgClassName
{
background-color: #472F71;
}
</style>
border-color css
<style>
span { border-color: #472F71; }
span { border-color: rgb(71,47,113); }
td.TdClassName
{
border-color: #472F71;
}
.TagClassName
{
border-color: #472F71;
}
</style>