Shades of Windsor #4C327C
Tints of Windsor #4C327C
RGB
CMYK
RGB Variations
Color information
#4C327C (or 0x4C327C) is known color: Windsor. HEX triplet: 4C, 32 and 7C. RGB value is (76,50,124). Sum of RGB (Red+Green+Blue) = 76+50+124=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C327C is #B3CD83. Grayscale: #414141. Windows color (decimal): -11783556 or 8139340. OLE color: 8139340.
HSL color Cylindrical-coordinate representation of color #4C327C: hue angle of 261.08º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C327C is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 50 | 124 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.51 |
| HSL | 261.08º | 0.43% | 0.34% | - |
| HSV(B) | 261.08º | 0.6% | 0.49% | - |
| XYZ | 7.76 | 5.27 | 19.68 | - |
| YUV | 66.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 124 | 0.39 | 0.60 | 0 | 0.51 | 261.08 | 0.43 | 0.34 |
| Hex | 4C | 32 | 7C | 27 | 3C | 0 | 33 | 105 | 2B | 22 |
| Octal | 114 | 62 | 174 | 47 | 74 | 0 | 63 | 405 | 53 | 42 |
| Binary | 1001100 | 110010 | 1111100 | 100111 | 111100 | 0 | 110011 | 100000101 | 101011 | 100010 |
Color Harmonies of #4C327C
Complementary color
Monochromatic Colors of #4C327C
Black with #4C327C
Text Example
Text Example
White with #4C327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C327C; }
p { color: rgb(76,50,124); }
H1.HeaderClassName
{
color: #4C327C;
}
.AnyTagClassName
{
color: #4C327C;
}
</style>
background-color css
<style>
a { background-color: #4C327C; }
a { background-color: rgb(76,50,124); }
div.DivClassName
{
background-color: #4C327C;
}
.BgClassName
{
background-color: #4C327C;
}
</style>
border-color css
<style>
span { border-color: #4C327C; }
span { border-color: rgb(76,50,124); }
td.TdClassName
{
border-color: #4C327C;
}
.TagClassName
{
border-color: #4C327C;
}
</style>