Shades of Windsor #46237F
Tints of Windsor #46237F
RGB
CMYK
RGB Variations
Color information
#46237F (or 0x46237F) is known color: Windsor. HEX triplet: 46, 23 and 7F. RGB value is (70,35,127). Sum of RGB (Red+Green+Blue) = 70+35+127=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #46237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46237F is #B9DC80. Grayscale: #373737. Windows color (decimal): -12180609 or 8332102. OLE color: 8332102.
HSL color Cylindrical-coordinate representation of color #46237F: hue angle of 262.83º degrees, saturation: 0.57, 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 #46237F is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 35 | 127 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.50 |
| HSL | 262.83º | 0.57% | 0.32% | - |
| HSV(B) | 262.83º | 0.72% | 0.5% | - |
| XYZ | 6.96 | 4.04 | 20.49 | - |
| YUV | 55.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 127 | 0.45 | 0.72 | 0 | 0.50 | 262.83 | 0.57 | 0.32 |
| Hex | 46 | 23 | 7F | 2D | 48 | 0 | 32 | 107 | 39 | 20 |
| Octal | 106 | 43 | 177 | 55 | 110 | 0 | 62 | 407 | 71 | 40 |
| Binary | 1000110 | 100011 | 1111111 | 101101 | 1001000 | 0 | 110010 | 100000111 | 111001 | 100000 |
Color Harmonies of #46237F
Complementary color
Monochromatic Colors of #46237F
Black with #46237F
Text Example
Text Example
White with #46237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46237F; }
p { color: rgb(70,35,127); }
H1.HeaderClassName
{
color: #46237F;
}
.AnyTagClassName
{
color: #46237F;
}
</style>
background-color css
<style>
a { background-color: #46237F; }
a { background-color: rgb(70,35,127); }
div.DivClassName
{
background-color: #46237F;
}
.BgClassName
{
background-color: #46237F;
}
</style>
border-color css
<style>
span { border-color: #46237F; }
span { border-color: rgb(70,35,127); }
td.TdClassName
{
border-color: #46237F;
}
.TagClassName
{
border-color: #46237F;
}
</style>