Shades of Windsor #46247F
Tints of Windsor #46247F
RGB
CMYK
RGB Variations
Color information
#46247F (or 0x46247F) is known color: Windsor. HEX triplet: 46, 24 and 7F. RGB value is (70,36,127). Sum of RGB (Red+Green+Blue) = 70+36+127=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #46247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46247F is #B9DB80. Grayscale: #383838. Windows color (decimal): -12180353 or 8332358. OLE color: 8332358.
HSL color Cylindrical-coordinate representation of color #46247F: hue angle of 262.42º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46247F is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 36 | 127 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.50 |
| HSL | 262.42º | 0.56% | 0.32% | - |
| HSV(B) | 262.42º | 0.72% | 0.5% | - |
| XYZ | 6.99 | 4.1 | 20.5 | - |
| YUV | 56.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 127 | 0.45 | 0.72 | 0 | 0.50 | 262.42 | 0.56 | 0.32 |
| Hex | 46 | 24 | 7F | 2D | 48 | 0 | 32 | 106 | 38 | 20 |
| Octal | 106 | 44 | 177 | 55 | 110 | 0 | 62 | 406 | 70 | 40 |
| Binary | 1000110 | 100100 | 1111111 | 101101 | 1001000 | 0 | 110010 | 100000110 | 111000 | 100000 |
Color Harmonies of #46247F
Complementary color
Monochromatic Colors of #46247F
Black with #46247F
Text Example
Text Example
White with #46247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46247F; }
p { color: rgb(70,36,127); }
H1.HeaderClassName
{
color: #46247F;
}
.AnyTagClassName
{
color: #46247F;
}
</style>
background-color css
<style>
a { background-color: #46247F; }
a { background-color: rgb(70,36,127); }
div.DivClassName
{
background-color: #46247F;
}
.BgClassName
{
background-color: #46247F;
}
</style>
border-color css
<style>
span { border-color: #46247F; }
span { border-color: rgb(70,36,127); }
td.TdClassName
{
border-color: #46247F;
}
.TagClassName
{
border-color: #46247F;
}
</style>