Shades of Windsor #4C3379
Tints of Windsor #4C3379
RGB
CMYK
RGB Variations
Color information
#4C3379 (or 0x4C3379) is known color: Windsor. HEX triplet: 4C, 33 and 79. RGB value is (76,51,121). Sum of RGB (Red+Green+Blue) = 76+51+121=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C3379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3379 is #B3CC86. Grayscale: #424242. Windows color (decimal): -11783303 or 7942988. OLE color: 7942988.
HSL color Cylindrical-coordinate representation of color #4C3379: hue angle of 261.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C3379 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 51 | 121 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.53 |
| HSL | 261.43º | 0.41% | 0.34% | - |
| HSV(B) | 261.43º | 0.58% | 0.47% | - |
| XYZ | 7.62 | 5.28 | 18.71 | - |
| YUV | 66.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 121 | 0.37 | 0.58 | 0 | 0.53 | 261.43 | 0.41 | 0.34 |
| Hex | 4C | 33 | 79 | 25 | 3A | 0 | 35 | 105 | 29 | 22 |
| Octal | 114 | 63 | 171 | 45 | 72 | 0 | 65 | 405 | 51 | 42 |
| Binary | 1001100 | 110011 | 1111001 | 100101 | 111010 | 0 | 110101 | 100000101 | 101001 | 100010 |
Color Harmonies of #4C3379
Complementary color
Monochromatic Colors of #4C3379
Black with #4C3379
Text Example
Text Example
White with #4C3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3379; }
p { color: rgb(76,51,121); }
H1.HeaderClassName
{
color: #4C3379;
}
.AnyTagClassName
{
color: #4C3379;
}
</style>
background-color css
<style>
a { background-color: #4C3379; }
a { background-color: rgb(76,51,121); }
div.DivClassName
{
background-color: #4C3379;
}
.BgClassName
{
background-color: #4C3379;
}
</style>
border-color css
<style>
span { border-color: #4C3379; }
span { border-color: rgb(76,51,121); }
td.TdClassName
{
border-color: #4C3379;
}
.TagClassName
{
border-color: #4C3379;
}
</style>