Shades of Windsor #46277C
Tints of Windsor #46277C
RGB
CMYK
RGB Variations
Color information
#46277C (or 0x46277C) is known color: Windsor. HEX triplet: 46, 27 and 7C. RGB value is (70,39,124). Sum of RGB (Red+Green+Blue) = 70+39+124=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #46277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46277C is #B9D883. Grayscale: #393939. Windows color (decimal): -12179588 or 8136518. OLE color: 8136518.
HSL color Cylindrical-coordinate representation of color #46277C: hue angle of 261.88º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46277C is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 39 | 124 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.51 |
| HSL | 261.88º | 0.52% | 0.32% | - |
| HSV(B) | 261.88º | 0.69% | 0.49% | - |
| XYZ | 6.89 | 4.21 | 19.52 | - |
| YUV | 57.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 124 | 0.44 | 0.69 | 0 | 0.51 | 261.88 | 0.52 | 0.32 |
| Hex | 46 | 27 | 7C | 2C | 45 | 0 | 33 | 106 | 34 | 20 |
| Octal | 106 | 47 | 174 | 54 | 105 | 0 | 63 | 406 | 64 | 40 |
| Binary | 1000110 | 100111 | 1111100 | 101100 | 1000101 | 0 | 110011 | 100000110 | 110100 | 100000 |
Color Harmonies of #46277C
Complementary color
Monochromatic Colors of #46277C
Black with #46277C
Text Example
Text Example
White with #46277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46277C; }
p { color: rgb(70,39,124); }
H1.HeaderClassName
{
color: #46277C;
}
.AnyTagClassName
{
color: #46277C;
}
</style>
background-color css
<style>
a { background-color: #46277C; }
a { background-color: rgb(70,39,124); }
div.DivClassName
{
background-color: #46277C;
}
.BgClassName
{
background-color: #46277C;
}
</style>
border-color css
<style>
span { border-color: #46277C; }
span { border-color: rgb(70,39,124); }
td.TdClassName
{
border-color: #46277C;
}
.TagClassName
{
border-color: #46277C;
}
</style>