Shades of Windsor #473070
Tints of Windsor #473070
RGB
CMYK
RGB Variations
Color information
#473070 (or 0x473070) is known color: Windsor. HEX triplet: 47, 30 and 70. RGB value is (71,48,112). Sum of RGB (Red+Green+Blue) = 71+48+112=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #473070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473070 is #B8CF8F. Grayscale: #3D3D3D. Windows color (decimal): -12111760 or 7352391. OLE color: 7352391.
HSL color Cylindrical-coordinate representation of color #473070: hue angle of 261.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #473070 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 48 | 112 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.56 |
| HSL | 261.56º | 0.4% | 0.31% | - |
| HSV(B) | 261.56º | 0.57% | 0.44% | - |
| XYZ | 6.58 | 4.62 | 15.87 | - |
| YUV | 62.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 112 | 0.37 | 0.57 | 0 | 0.56 | 261.56 | 0.4 | 0.31 |
| Hex | 47 | 30 | 70 | 25 | 39 | 0 | 38 | 106 | 28 | 1F |
| Octal | 107 | 60 | 160 | 45 | 71 | 0 | 70 | 406 | 50 | 37 |
| Binary | 1000111 | 110000 | 1110000 | 100101 | 111001 | 0 | 111000 | 100000110 | 101000 | 11111 |
Color Harmonies of #473070
Complementary color
Monochromatic Colors of #473070
Black with #473070
Text Example
Text Example
White with #473070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473070; }
p { color: rgb(71,48,112); }
H1.HeaderClassName
{
color: #473070;
}
.AnyTagClassName
{
color: #473070;
}
</style>
background-color css
<style>
a { background-color: #473070; }
a { background-color: rgb(71,48,112); }
div.DivClassName
{
background-color: #473070;
}
.BgClassName
{
background-color: #473070;
}
</style>
border-color css
<style>
span { border-color: #473070; }
span { border-color: rgb(71,48,112); }
td.TdClassName
{
border-color: #473070;
}
.TagClassName
{
border-color: #473070;
}
</style>