Shades of Windsor #472D73
Tints of Windsor #472D73
RGB
CMYK
RGB Variations
Color information
#472D73 (or 0x472D73) is known color: Windsor. HEX triplet: 47, 2D and 73. RGB value is (71,45,115). Sum of RGB (Red+Green+Blue) = 71+45+115=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #472D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D73 is #B8D28C. Grayscale: #3C3C3C. Windows color (decimal): -12112525 or 7548231. OLE color: 7548231.
HSL color Cylindrical-coordinate representation of color #472D73: hue angle of 262.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472D73 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 45 | 115 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.55 |
| HSL | 262.29º | 0.44% | 0.31% | - |
| HSV(B) | 262.29º | 0.61% | 0.45% | - |
| XYZ | 6.63 | 4.45 | 16.73 | - |
| YUV | 60.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 115 | 0.38 | 0.61 | 0 | 0.55 | 262.29 | 0.44 | 0.31 |
| Hex | 47 | 2D | 73 | 26 | 3D | 0 | 37 | 106 | 2C | 1F |
| Octal | 107 | 55 | 163 | 46 | 75 | 0 | 67 | 406 | 54 | 37 |
| Binary | 1000111 | 101101 | 1110011 | 100110 | 111101 | 0 | 110111 | 100000110 | 101100 | 11111 |
Color Harmonies of #472D73
Complementary color
Monochromatic Colors of #472D73
Black with #472D73
Text Example
Text Example
White with #472D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D73; }
p { color: rgb(71,45,115); }
H1.HeaderClassName
{
color: #472D73;
}
.AnyTagClassName
{
color: #472D73;
}
</style>
background-color css
<style>
a { background-color: #472D73; }
a { background-color: rgb(71,45,115); }
div.DivClassName
{
background-color: #472D73;
}
.BgClassName
{
background-color: #472D73;
}
</style>
border-color css
<style>
span { border-color: #472D73; }
span { border-color: rgb(71,45,115); }
td.TdClassName
{
border-color: #472D73;
}
.TagClassName
{
border-color: #472D73;
}
</style>