Shades of Windsor #47287E
Tints of Windsor #47287E
RGB
CMYK
RGB Variations
Color information
#47287E (or 0x47287E) is known color: Windsor. HEX triplet: 47, 28 and 7E. RGB value is (71,40,126). Sum of RGB (Red+Green+Blue) = 71+40+126=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #47287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47287E is #B8D781. Grayscale: #3A3A3A. Windows color (decimal): -12113794 or 8267847. OLE color: 8267847.
HSL color Cylindrical-coordinate representation of color #47287E: hue angle of 261.63º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47287E is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 40 | 126 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.51 |
| HSL | 261.63º | 0.52% | 0.33% | - |
| HSV(B) | 261.63º | 0.68% | 0.49% | - |
| XYZ | 7.12 | 4.36 | 20.21 | - |
| YUV | 59.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 126 | 0.44 | 0.68 | 0 | 0.51 | 261.63 | 0.52 | 0.33 |
| Hex | 47 | 28 | 7E | 2C | 44 | 0 | 33 | 106 | 34 | 21 |
| Octal | 107 | 50 | 176 | 54 | 104 | 0 | 63 | 406 | 64 | 41 |
| Binary | 1000111 | 101000 | 1111110 | 101100 | 1000100 | 0 | 110011 | 100000110 | 110100 | 100001 |
Color Harmonies of #47287E
Complementary color
Monochromatic Colors of #47287E
Black with #47287E
Text Example
Text Example
White with #47287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47287E; }
p { color: rgb(71,40,126); }
H1.HeaderClassName
{
color: #47287E;
}
.AnyTagClassName
{
color: #47287E;
}
</style>
background-color css
<style>
a { background-color: #47287E; }
a { background-color: rgb(71,40,126); }
div.DivClassName
{
background-color: #47287E;
}
.BgClassName
{
background-color: #47287E;
}
</style>
border-color css
<style>
span { border-color: #47287E; }
span { border-color: rgb(71,40,126); }
td.TdClassName
{
border-color: #47287E;
}
.TagClassName
{
border-color: #47287E;
}
</style>