Shades of Windsor #46217D
Tints of Windsor #46217D
RGB
CMYK
RGB Variations
Color information
#46217D (or 0x46217D) is known color: Windsor. HEX triplet: 46, 21 and 7D. RGB value is (70,33,125). Sum of RGB (Red+Green+Blue) = 70+33+125=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #46217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46217D is #B9DE82. Grayscale: #363636. Windows color (decimal): -12181123 or 8200518. OLE color: 8200518.
HSL color Cylindrical-coordinate representation of color #46217D: hue angle of 264.13º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46217D is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 33 | 125 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.51 |
| HSL | 264.13º | 0.58% | 0.31% | - |
| HSV(B) | 264.13º | 0.74% | 0.49% | - |
| XYZ | 6.77 | 3.87 | 19.79 | - |
| YUV | 54.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 125 | 0.44 | 0.74 | 0 | 0.51 | 264.13 | 0.58 | 0.31 |
| Hex | 46 | 21 | 7D | 2C | 4A | 0 | 33 | 108 | 3A | 1F |
| Octal | 106 | 41 | 175 | 54 | 112 | 0 | 63 | 410 | 72 | 37 |
| Binary | 1000110 | 100001 | 1111101 | 101100 | 1001010 | 0 | 110011 | 100001000 | 111010 | 11111 |
Color Harmonies of #46217D
Complementary color
Monochromatic Colors of #46217D
Black with #46217D
Text Example
Text Example
White with #46217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46217D; }
p { color: rgb(70,33,125); }
H1.HeaderClassName
{
color: #46217D;
}
.AnyTagClassName
{
color: #46217D;
}
</style>
background-color css
<style>
a { background-color: #46217D; }
a { background-color: rgb(70,33,125); }
div.DivClassName
{
background-color: #46217D;
}
.BgClassName
{
background-color: #46217D;
}
</style>
border-color css
<style>
span { border-color: #46217D; }
span { border-color: rgb(70,33,125); }
td.TdClassName
{
border-color: #46217D;
}
.TagClassName
{
border-color: #46217D;
}
</style>