Shades of Windsor #473777
Tints of Windsor #473777
RGB
CMYK
RGB Variations
Color information
#473777 (or 0x473777) is known color: Windsor. HEX triplet: 47, 37 and 77. RGB value is (71,55,119). Sum of RGB (Red+Green+Blue) = 71+55+119=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #473777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473777 is #B8C888. Grayscale: #424242. Windows color (decimal): -12109961 or 7812935. OLE color: 7812935.
HSL color Cylindrical-coordinate representation of color #473777: hue angle of 255º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473777 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 55 | 119 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.53 |
| HSL | 255º | 0.37% | 0.34% | - |
| HSV(B) | 255º | 0.54% | 0.47% | - |
| XYZ | 7.29 | 5.4 | 18.11 | - |
| YUV | 67.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 119 | 0.40 | 0.54 | 0 | 0.53 | 255 | 0.37 | 0.34 |
| Hex | 47 | 37 | 77 | 28 | 36 | 0 | 35 | FF | 25 | 22 |
| Octal | 107 | 67 | 167 | 50 | 66 | 0 | 65 | 377 | 45 | 42 |
| Binary | 1000111 | 110111 | 1110111 | 101000 | 110110 | 0 | 110101 | 11111111 | 100101 | 100010 |
Color Harmonies of #473777
Complementary color
Monochromatic Colors of #473777
Black with #473777
Text Example
Text Example
White with #473777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473777; }
p { color: rgb(71,55,119); }
H1.HeaderClassName
{
color: #473777;
}
.AnyTagClassName
{
color: #473777;
}
</style>
background-color css
<style>
a { background-color: #473777; }
a { background-color: rgb(71,55,119); }
div.DivClassName
{
background-color: #473777;
}
.BgClassName
{
background-color: #473777;
}
</style>
border-color css
<style>
span { border-color: #473777; }
span { border-color: rgb(71,55,119); }
td.TdClassName
{
border-color: #473777;
}
.TagClassName
{
border-color: #473777;
}
</style>