Shades of Windsor #472F84
Tints of Windsor #472F84
RGB
CMYK
RGB Variations
Color information
#472F84 (or 0x472F84) is known color: Windsor. HEX triplet: 47, 2F and 84. RGB value is (71,47,132). Sum of RGB (Red+Green+Blue) = 71+47+132=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #472F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F84 is #B8D07B. Grayscale: #3F3F3F. Windows color (decimal): -12111996 or 8662855. OLE color: 8662855.
HSL color Cylindrical-coordinate representation of color #472F84: hue angle of 256.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #472F84 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 47 | 132 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.48 |
| HSL | 256.94º | 0.47% | 0.35% | - |
| HSV(B) | 256.94º | 0.64% | 0.52% | - |
| XYZ | 7.78 | 5.04 | 22.39 | - |
| YUV | 63.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 132 | 0.46 | 0.64 | 0 | 0.48 | 256.94 | 0.47 | 0.35 |
| Hex | 47 | 2F | 84 | 2E | 40 | 0 | 30 | 101 | 2F | 23 |
| Octal | 107 | 57 | 204 | 56 | 100 | 0 | 60 | 401 | 57 | 43 |
| Binary | 1000111 | 101111 | 10000100 | 101110 | 1000000 | 0 | 110000 | 100000001 | 101111 | 100011 |
Color Harmonies of #472F84
Complementary color
Monochromatic Colors of #472F84
Black with #472F84
Text Example
Text Example
White with #472F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F84; }
p { color: rgb(71,47,132); }
H1.HeaderClassName
{
color: #472F84;
}
.AnyTagClassName
{
color: #472F84;
}
</style>
background-color css
<style>
a { background-color: #472F84; }
a { background-color: rgb(71,47,132); }
div.DivClassName
{
background-color: #472F84;
}
.BgClassName
{
background-color: #472F84;
}
</style>
border-color css
<style>
span { border-color: #472F84; }
span { border-color: rgb(71,47,132); }
td.TdClassName
{
border-color: #472F84;
}
.TagClassName
{
border-color: #472F84;
}
</style>