Shades of Windsor #472D78
Tints of Windsor #472D78
RGB
CMYK
RGB Variations
Color information
#472D78 (or 0x472D78) is known color: Windsor. HEX triplet: 47, 2D and 78. RGB value is (71,45,120). Sum of RGB (Red+Green+Blue) = 71+45+120=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #472D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D78 is #B8D287. Grayscale: #3D3D3D. Windows color (decimal): -12112520 or 7875911. OLE color: 7875911.
HSL color Cylindrical-coordinate representation of color #472D78: hue angle of 260.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472D78 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 45 | 120 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.53 |
| HSL | 260.8º | 0.45% | 0.32% | - |
| HSV(B) | 260.8º | 0.63% | 0.47% | - |
| XYZ | 6.93 | 4.57 | 18.29 | - |
| YUV | 61.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 120 | 0.41 | 0.63 | 0 | 0.53 | 260.8 | 0.45 | 0.32 |
| Hex | 47 | 2D | 78 | 29 | 3F | 0 | 35 | 105 | 2D | 20 |
| Octal | 107 | 55 | 170 | 51 | 77 | 0 | 65 | 405 | 55 | 40 |
| Binary | 1000111 | 101101 | 1111000 | 101001 | 111111 | 0 | 110101 | 100000101 | 101101 | 100000 |
Color Harmonies of #472D78
Complementary color
Monochromatic Colors of #472D78
Black with #472D78
Text Example
Text Example
White with #472D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D78; }
p { color: rgb(71,45,120); }
H1.HeaderClassName
{
color: #472D78;
}
.AnyTagClassName
{
color: #472D78;
}
</style>
background-color css
<style>
a { background-color: #472D78; }
a { background-color: rgb(71,45,120); }
div.DivClassName
{
background-color: #472D78;
}
.BgClassName
{
background-color: #472D78;
}
</style>
border-color css
<style>
span { border-color: #472D78; }
span { border-color: rgb(71,45,120); }
td.TdClassName
{
border-color: #472D78;
}
.TagClassName
{
border-color: #472D78;
}
</style>