Shades of Windsor #473183
Tints of Windsor #473183
RGB
CMYK
RGB Variations
Color information
#473183 (or 0x473183) is known color: Windsor. HEX triplet: 47, 31 and 83. RGB value is (71,49,131). Sum of RGB (Red+Green+Blue) = 71+49+131=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #473183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473183 is #B8CE7C. Grayscale: #404040. Windows color (decimal): -12111485 or 8597831. OLE color: 8597831.
HSL color Cylindrical-coordinate representation of color #473183: hue angle of 256.1º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473183 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 49 | 131 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.49 |
| HSL | 256.1º | 0.46% | 0.35% | - |
| HSV(B) | 256.1º | 0.63% | 0.51% | - |
| XYZ | 7.79 | 5.17 | 22.06 | - |
| YUV | 64.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 131 | 0.46 | 0.63 | 0 | 0.49 | 256.1 | 0.46 | 0.35 |
| Hex | 47 | 31 | 83 | 2E | 3F | 0 | 31 | 100 | 2E | 23 |
| Octal | 107 | 61 | 203 | 56 | 77 | 0 | 61 | 400 | 56 | 43 |
| Binary | 1000111 | 110001 | 10000011 | 101110 | 111111 | 0 | 110001 | 100000000 | 101110 | 100011 |
Color Harmonies of #473183
Complementary color
Monochromatic Colors of #473183
Black with #473183
Text Example
Text Example
White with #473183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473183; }
p { color: rgb(71,49,131); }
H1.HeaderClassName
{
color: #473183;
}
.AnyTagClassName
{
color: #473183;
}
</style>
background-color css
<style>
a { background-color: #473183; }
a { background-color: rgb(71,49,131); }
div.DivClassName
{
background-color: #473183;
}
.BgClassName
{
background-color: #473183;
}
</style>
border-color css
<style>
span { border-color: #473183; }
span { border-color: rgb(71,49,131); }
td.TdClassName
{
border-color: #473183;
}
.TagClassName
{
border-color: #473183;
}
</style>