Shades of Windsor #46217F
Tints of Windsor #46217F
RGB
CMYK
RGB Variations
Color information
#46217F (or 0x46217F) is known color: Windsor. HEX triplet: 46, 21 and 7F. RGB value is (70,33,127). Sum of RGB (Red+Green+Blue) = 70+33+127=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #46217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46217F is #B9DE80. Grayscale: #363636. Windows color (decimal): -12181121 or 8331590. OLE color: 8331590.
HSL color Cylindrical-coordinate representation of color #46217F: hue angle of 263.62º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46217F is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 33 | 127 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.50 |
| HSL | 263.62º | 0.59% | 0.31% | - |
| HSV(B) | 263.62º | 0.74% | 0.5% | - |
| XYZ | 6.9 | 3.92 | 20.47 | - |
| YUV | 54.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 127 | 0.45 | 0.74 | 0 | 0.50 | 263.62 | 0.59 | 0.31 |
| Hex | 46 | 21 | 7F | 2D | 4A | 0 | 32 | 108 | 3B | 1F |
| Octal | 106 | 41 | 177 | 55 | 112 | 0 | 62 | 410 | 73 | 37 |
| Binary | 1000110 | 100001 | 1111111 | 101101 | 1001010 | 0 | 110010 | 100001000 | 111011 | 11111 |
Color Harmonies of #46217F
Complementary color
Monochromatic Colors of #46217F
Black with #46217F
Text Example
Text Example
White with #46217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46217F; }
p { color: rgb(70,33,127); }
H1.HeaderClassName
{
color: #46217F;
}
.AnyTagClassName
{
color: #46217F;
}
</style>
background-color css
<style>
a { background-color: #46217F; }
a { background-color: rgb(70,33,127); }
div.DivClassName
{
background-color: #46217F;
}
.BgClassName
{
background-color: #46217F;
}
</style>
border-color css
<style>
span { border-color: #46217F; }
span { border-color: rgb(70,33,127); }
td.TdClassName
{
border-color: #46217F;
}
.TagClassName
{
border-color: #46217F;
}
</style>