Shades of Windsor #4C327E
Tints of Windsor #4C327E
RGB
CMYK
RGB Variations
Color information
#4C327E (or 0x4C327E) is known color: Windsor. HEX triplet: 4C, 32 and 7E. RGB value is (76,50,126). Sum of RGB (Red+Green+Blue) = 76+50+126=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C327E is #B3CD81. Grayscale: #424242. Windows color (decimal): -11783554 or 8270412. OLE color: 8270412.
HSL color Cylindrical-coordinate representation of color #4C327E: hue angle of 260.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C327E is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 50 | 126 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.51 |
| HSL | 260.53º | 0.43% | 0.35% | - |
| HSV(B) | 260.53º | 0.6% | 0.49% | - |
| XYZ | 7.89 | 5.32 | 20.35 | - |
| YUV | 66.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 126 | 0.40 | 0.60 | 0 | 0.51 | 260.53 | 0.43 | 0.35 |
| Hex | 4C | 32 | 7E | 28 | 3C | 0 | 33 | 105 | 2B | 23 |
| Octal | 114 | 62 | 176 | 50 | 74 | 0 | 63 | 405 | 53 | 43 |
| Binary | 1001100 | 110010 | 1111110 | 101000 | 111100 | 0 | 110011 | 100000101 | 101011 | 100011 |
Color Harmonies of #4C327E
Complementary color
Monochromatic Colors of #4C327E
Black with #4C327E
Text Example
Text Example
White with #4C327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C327E; }
p { color: rgb(76,50,126); }
H1.HeaderClassName
{
color: #4C327E;
}
.AnyTagClassName
{
color: #4C327E;
}
</style>
background-color css
<style>
a { background-color: #4C327E; }
a { background-color: rgb(76,50,126); }
div.DivClassName
{
background-color: #4C327E;
}
.BgClassName
{
background-color: #4C327E;
}
</style>
border-color css
<style>
span { border-color: #4C327E; }
span { border-color: rgb(76,50,126); }
td.TdClassName
{
border-color: #4C327E;
}
.TagClassName
{
border-color: #4C327E;
}
</style>