Shades of Windsor #46208E
Tints of Windsor #46208E
RGB
CMYK
RGB Variations
Color information
#46208E (or 0x46208E) is known color: Windsor. HEX triplet: 46, 20 and 8E. RGB value is (70,32,142). Sum of RGB (Red+Green+Blue) = 70+32+142=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #46208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46208E is #B9DF71. Grayscale: #373737. Windows color (decimal): -12181362 or 9314374. OLE color: 9314374.
HSL color Cylindrical-coordinate representation of color #46208E: hue angle of 260.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46208E is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 32 | 142 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.44 |
| HSL | 260.73º | 0.63% | 0.34% | - |
| HSV(B) | 260.73º | 0.77% | 0.56% | - |
| XYZ | 7.92 | 4.29 | 26 | - |
| YUV | 55.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 142 | 0.51 | 0.77 | 0 | 0.44 | 260.73 | 0.63 | 0.34 |
| Hex | 46 | 20 | 8E | 33 | 4D | 0 | 2C | 105 | 3F | 22 |
| Octal | 106 | 40 | 216 | 63 | 115 | 0 | 54 | 405 | 77 | 42 |
| Binary | 1000110 | 100000 | 10001110 | 110011 | 1001101 | 0 | 101100 | 100000101 | 111111 | 100010 |
Color Harmonies of #46208E
Complementary color
Monochromatic Colors of #46208E
Black with #46208E
Text Example
Text Example
White with #46208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46208E; }
p { color: rgb(70,32,142); }
H1.HeaderClassName
{
color: #46208E;
}
.AnyTagClassName
{
color: #46208E;
}
</style>
background-color css
<style>
a { background-color: #46208E; }
a { background-color: rgb(70,32,142); }
div.DivClassName
{
background-color: #46208E;
}
.BgClassName
{
background-color: #46208E;
}
</style>
border-color css
<style>
span { border-color: #46208E; }
span { border-color: rgb(70,32,142); }
td.TdClassName
{
border-color: #46208E;
}
.TagClassName
{
border-color: #46208E;
}
</style>