Shades of Windsor #47337E
Tints of Windsor #47337E
RGB
CMYK
RGB Variations
Color information
#47337E (or 0x47337E) is known color: Windsor. HEX triplet: 47, 33 and 7E. RGB value is (71,51,126). Sum of RGB (Red+Green+Blue) = 71+51+126=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #47337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47337E is #B8CC81. Grayscale: #414141. Windows color (decimal): -12110978 or 8270663. OLE color: 8270663.
HSL color Cylindrical-coordinate representation of color #47337E: hue angle of 256º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47337E is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 51 | 126 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.51 |
| HSL | 256º | 0.42% | 0.35% | - |
| HSV(B) | 256º | 0.6% | 0.49% | - |
| XYZ | 7.55 | 5.21 | 20.35 | - |
| YUV | 65.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 126 | 0.44 | 0.60 | 0 | 0.51 | 256 | 0.42 | 0.35 |
| Hex | 47 | 33 | 7E | 2C | 3C | 0 | 33 | 100 | 2A | 23 |
| Octal | 107 | 63 | 176 | 54 | 74 | 0 | 63 | 400 | 52 | 43 |
| Binary | 1000111 | 110011 | 1111110 | 101100 | 111100 | 0 | 110011 | 100000000 | 101010 | 100011 |
Color Harmonies of #47337E
Complementary color
Monochromatic Colors of #47337E
Black with #47337E
Text Example
Text Example
White with #47337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47337E; }
p { color: rgb(71,51,126); }
H1.HeaderClassName
{
color: #47337E;
}
.AnyTagClassName
{
color: #47337E;
}
</style>
background-color css
<style>
a { background-color: #47337E; }
a { background-color: rgb(71,51,126); }
div.DivClassName
{
background-color: #47337E;
}
.BgClassName
{
background-color: #47337E;
}
</style>
border-color css
<style>
span { border-color: #47337E; }
span { border-color: rgb(71,51,126); }
td.TdClassName
{
border-color: #47337E;
}
.TagClassName
{
border-color: #47337E;
}
</style>