Shades of Windsor #472A83
Tints of Windsor #472A83
RGB
CMYK
RGB Variations
Color information
#472A83 (or 0x472A83) is known color: Windsor. HEX triplet: 47, 2A and 83. RGB value is (71,42,131). Sum of RGB (Red+Green+Blue) = 71+42+131=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #472A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A83 is #B8D57C. Grayscale: #3C3C3C. Windows color (decimal): -12113277 or 8596039. OLE color: 8596039.
HSL color Cylindrical-coordinate representation of color #472A83: hue angle of 259.55º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472A83 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 42 | 131 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.49 |
| HSL | 259.55º | 0.51% | 0.34% | - |
| HSV(B) | 259.55º | 0.68% | 0.51% | - |
| XYZ | 7.52 | 4.63 | 21.97 | - |
| YUV | 60.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 131 | 0.46 | 0.68 | 0 | 0.49 | 259.55 | 0.51 | 0.34 |
| Hex | 47 | 2A | 83 | 2E | 44 | 0 | 31 | 104 | 33 | 22 |
| Octal | 107 | 52 | 203 | 56 | 104 | 0 | 61 | 404 | 63 | 42 |
| Binary | 1000111 | 101010 | 10000011 | 101110 | 1000100 | 0 | 110001 | 100000100 | 110011 | 100010 |
Color Harmonies of #472A83
Complementary color
Monochromatic Colors of #472A83
Black with #472A83
Text Example
Text Example
White with #472A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A83; }
p { color: rgb(71,42,131); }
H1.HeaderClassName
{
color: #472A83;
}
.AnyTagClassName
{
color: #472A83;
}
</style>
background-color css
<style>
a { background-color: #472A83; }
a { background-color: rgb(71,42,131); }
div.DivClassName
{
background-color: #472A83;
}
.BgClassName
{
background-color: #472A83;
}
</style>
border-color css
<style>
span { border-color: #472A83; }
span { border-color: rgb(71,42,131); }
td.TdClassName
{
border-color: #472A83;
}
.TagClassName
{
border-color: #472A83;
}
</style>