Shades of Windsor #47327B
Tints of Windsor #47327B
RGB
CMYK
RGB Variations
Color information
#47327B (or 0x47327B) is known color: Windsor. HEX triplet: 47, 32 and 7B. RGB value is (71,50,123). Sum of RGB (Red+Green+Blue) = 71+50+123=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #47327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47327B is #B8CD84. Grayscale: #404040. Windows color (decimal): -12111237 or 8073799. OLE color: 8073799.
HSL color Cylindrical-coordinate representation of color #47327B: hue angle of 257.26º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47327B is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 50 | 123 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.52 |
| HSL | 257.26º | 0.42% | 0.34% | - |
| HSV(B) | 257.26º | 0.59% | 0.48% | - |
| XYZ | 7.31 | 5.05 | 19.33 | - |
| YUV | 64.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 123 | 0.42 | 0.59 | 0 | 0.52 | 257.26 | 0.42 | 0.34 |
| Hex | 47 | 32 | 7B | 2A | 3B | 0 | 34 | 101 | 2A | 22 |
| Octal | 107 | 62 | 173 | 52 | 73 | 0 | 64 | 401 | 52 | 42 |
| Binary | 1000111 | 110010 | 1111011 | 101010 | 111011 | 0 | 110100 | 100000001 | 101010 | 100010 |
Color Harmonies of #47327B
Complementary color
Monochromatic Colors of #47327B
Black with #47327B
Text Example
Text Example
White with #47327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47327B; }
p { color: rgb(71,50,123); }
H1.HeaderClassName
{
color: #47327B;
}
.AnyTagClassName
{
color: #47327B;
}
</style>
background-color css
<style>
a { background-color: #47327B; }
a { background-color: rgb(71,50,123); }
div.DivClassName
{
background-color: #47327B;
}
.BgClassName
{
background-color: #47327B;
}
</style>
border-color css
<style>
span { border-color: #47327B; }
span { border-color: rgb(71,50,123); }
td.TdClassName
{
border-color: #47327B;
}
.TagClassName
{
border-color: #47327B;
}
</style>