Shades of Windsor #46208B
Tints of Windsor #46208B
RGB
CMYK
RGB Variations
Color information
#46208B (or 0x46208B) is known color: Windsor. HEX triplet: 46, 20 and 8B. RGB value is (70,32,139). Sum of RGB (Red+Green+Blue) = 70+32+139=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #46208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46208B is #B9DF74. Grayscale: #373737. Windows color (decimal): -12181365 or 9117766. OLE color: 9117766.
HSL color Cylindrical-coordinate representation of color #46208B: hue angle of 261.31º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46208B is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 32 | 139 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.45 |
| HSL | 261.31º | 0.63% | 0.34% | - |
| HSV(B) | 261.31º | 0.77% | 0.55% | - |
| XYZ | 7.7 | 4.2 | 24.83 | - |
| YUV | 55.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 139 | 0.50 | 0.77 | 0 | 0.45 | 261.31 | 0.63 | 0.34 |
| Hex | 46 | 20 | 8B | 32 | 4D | 0 | 2D | 105 | 3F | 22 |
| Octal | 106 | 40 | 213 | 62 | 115 | 0 | 55 | 405 | 77 | 42 |
| Binary | 1000110 | 100000 | 10001011 | 110010 | 1001101 | 0 | 101101 | 100000101 | 111111 | 100010 |
Color Harmonies of #46208B
Complementary color
Monochromatic Colors of #46208B
Black with #46208B
Text Example
Text Example
White with #46208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46208B; }
p { color: rgb(70,32,139); }
H1.HeaderClassName
{
color: #46208B;
}
.AnyTagClassName
{
color: #46208B;
}
</style>
background-color css
<style>
a { background-color: #46208B; }
a { background-color: rgb(70,32,139); }
div.DivClassName
{
background-color: #46208B;
}
.BgClassName
{
background-color: #46208B;
}
</style>
border-color css
<style>
span { border-color: #46208B; }
span { border-color: rgb(70,32,139); }
td.TdClassName
{
border-color: #46208B;
}
.TagClassName
{
border-color: #46208B;
}
</style>