Shades of Windsor #4C3679
Tints of Windsor #4C3679
RGB
CMYK
RGB Variations
Color information
#4C3679 (or 0x4C3679) is known color: Windsor. HEX triplet: 4C, 36 and 79. RGB value is (76,54,121). Sum of RGB (Red+Green+Blue) = 76+54+121=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C3679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3679 is #B3C986. Grayscale: #434343. Windows color (decimal): -11782535 or 7943756. OLE color: 7943756.
HSL color Cylindrical-coordinate representation of color #4C3679: hue angle of 259.7º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C3679 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 54 | 121 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.53 |
| HSL | 259.7º | 0.38% | 0.34% | - |
| HSV(B) | 259.7º | 0.55% | 0.47% | - |
| XYZ | 7.75 | 5.56 | 18.75 | - |
| YUV | 68.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 121 | 0.37 | 0.55 | 0 | 0.53 | 259.7 | 0.38 | 0.34 |
| Hex | 4C | 36 | 79 | 25 | 37 | 0 | 35 | 104 | 26 | 22 |
| Octal | 114 | 66 | 171 | 45 | 67 | 0 | 65 | 404 | 46 | 42 |
| Binary | 1001100 | 110110 | 1111001 | 100101 | 110111 | 0 | 110101 | 100000100 | 100110 | 100010 |
Color Harmonies of #4C3679
Complementary color
Monochromatic Colors of #4C3679
Black with #4C3679
Text Example
Text Example
White with #4C3679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3679; }
p { color: rgb(76,54,121); }
H1.HeaderClassName
{
color: #4C3679;
}
.AnyTagClassName
{
color: #4C3679;
}
</style>
background-color css
<style>
a { background-color: #4C3679; }
a { background-color: rgb(76,54,121); }
div.DivClassName
{
background-color: #4C3679;
}
.BgClassName
{
background-color: #4C3679;
}
</style>
border-color css
<style>
span { border-color: #4C3679; }
span { border-color: rgb(76,54,121); }
td.TdClassName
{
border-color: #4C3679;
}
.TagClassName
{
border-color: #4C3679;
}
</style>