Shades of Windsor #463473
Tints of Windsor #463473
RGB
CMYK
RGB Variations
Color information
#463473 (or 0x463473) is known color: Windsor. HEX triplet: 46, 34 and 73. RGB value is (70,52,115). Sum of RGB (Red+Green+Blue) = 70+52+115=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #463473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463473 is #B9CB8C. Grayscale: #404040. Windows color (decimal): -12176269 or 7550022. OLE color: 7550022.
HSL color Cylindrical-coordinate representation of color #463473: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #463473 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 52 | 115 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.55 |
| HSL | 257.14º | 0.38% | 0.33% | - |
| HSV(B) | 257.14º | 0.55% | 0.45% | - |
| XYZ | 6.85 | 5 | 16.82 | - |
| YUV | 64.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 115 | 0.39 | 0.55 | 0 | 0.55 | 257.14 | 0.38 | 0.33 |
| Hex | 46 | 34 | 73 | 27 | 37 | 0 | 37 | 101 | 26 | 21 |
| Octal | 106 | 64 | 163 | 47 | 67 | 0 | 67 | 401 | 46 | 41 |
| Binary | 1000110 | 110100 | 1110011 | 100111 | 110111 | 0 | 110111 | 100000001 | 100110 | 100001 |
Color Harmonies of #463473
Complementary color
Monochromatic Colors of #463473
Black with #463473
Text Example
Text Example
White with #463473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463473; }
p { color: rgb(70,52,115); }
H1.HeaderClassName
{
color: #463473;
}
.AnyTagClassName
{
color: #463473;
}
</style>
background-color css
<style>
a { background-color: #463473; }
a { background-color: rgb(70,52,115); }
div.DivClassName
{
background-color: #463473;
}
.BgClassName
{
background-color: #463473;
}
</style>
border-color css
<style>
span { border-color: #463473; }
span { border-color: rgb(70,52,115); }
td.TdClassName
{
border-color: #463473;
}
.TagClassName
{
border-color: #463473;
}
</style>