Shades of Windsor #46227F
Tints of Windsor #46227F
RGB
CMYK
RGB Variations
Color information
#46227F (or 0x46227F) is known color: Windsor. HEX triplet: 46, 22 and 7F. RGB value is (70,34,127). Sum of RGB (Red+Green+Blue) = 70+34+127=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #46227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46227F is #B9DD80. Grayscale: #373737. Windows color (decimal): -12180865 or 8331846. OLE color: 8331846.
HSL color Cylindrical-coordinate representation of color #46227F: hue angle of 263.23º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46227F is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 34 | 127 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.50 |
| HSL | 263.23º | 0.58% | 0.32% | - |
| HSV(B) | 263.23º | 0.73% | 0.5% | - |
| XYZ | 6.93 | 3.98 | 20.48 | - |
| YUV | 55.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 127 | 0.45 | 0.73 | 0 | 0.50 | 263.23 | 0.58 | 0.32 |
| Hex | 46 | 22 | 7F | 2D | 49 | 0 | 32 | 107 | 3A | 20 |
| Octal | 106 | 42 | 177 | 55 | 111 | 0 | 62 | 407 | 72 | 40 |
| Binary | 1000110 | 100010 | 1111111 | 101101 | 1001001 | 0 | 110010 | 100000111 | 111010 | 100000 |
Color Harmonies of #46227F
Complementary color
Monochromatic Colors of #46227F
Black with #46227F
Text Example
Text Example
White with #46227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46227F; }
p { color: rgb(70,34,127); }
H1.HeaderClassName
{
color: #46227F;
}
.AnyTagClassName
{
color: #46227F;
}
</style>
background-color css
<style>
a { background-color: #46227F; }
a { background-color: rgb(70,34,127); }
div.DivClassName
{
background-color: #46227F;
}
.BgClassName
{
background-color: #46227F;
}
</style>
border-color css
<style>
span { border-color: #46227F; }
span { border-color: rgb(70,34,127); }
td.TdClassName
{
border-color: #46227F;
}
.TagClassName
{
border-color: #46227F;
}
</style>