Shades of Windsor #4C1A86
Tints of Windsor #4C1A86
RGB
CMYK
RGB Variations
Color information
#4C1A86 (or 0x4C1A86) is known color: Windsor. HEX triplet: 4C, 1A and 86. RGB value is (76,26,134). Sum of RGB (Red+Green+Blue) = 76+26+134=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C1A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1A86 is #B3E579. Grayscale: #343434. Windows color (decimal): -11789690 or 8788556. OLE color: 8788556.
HSL color Cylindrical-coordinate representation of color #4C1A86: hue angle of 267.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1A86 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 26 | 134 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.47 |
| HSL | 267.78º | 0.68% | 0.31% | - |
| HSV(B) | 267.78º | 0.81% | 0.53% | - |
| XYZ | 7.65 | 4 | 22.92 | - |
| YUV | 53.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 134 | 0.43 | 0.81 | 0 | 0.47 | 267.78 | 0.68 | 0.31 |
| Hex | 4C | 1A | 86 | 2B | 51 | 0 | 2F | 10C | 44 | 1F |
| Octal | 114 | 32 | 206 | 53 | 121 | 0 | 57 | 414 | 104 | 37 |
| Binary | 1001100 | 11010 | 10000110 | 101011 | 1010001 | 0 | 101111 | 100001100 | 1000100 | 11111 |
Color Harmonies of #4C1A86
Complementary color
Monochromatic Colors of #4C1A86
Black with #4C1A86
Text Example
Text Example
White with #4C1A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A86; }
p { color: rgb(76,26,134); }
H1.HeaderClassName
{
color: #4C1A86;
}
.AnyTagClassName
{
color: #4C1A86;
}
</style>
background-color css
<style>
a { background-color: #4C1A86; }
a { background-color: rgb(76,26,134); }
div.DivClassName
{
background-color: #4C1A86;
}
.BgClassName
{
background-color: #4C1A86;
}
</style>
border-color css
<style>
span { border-color: #4C1A86; }
span { border-color: rgb(76,26,134); }
td.TdClassName
{
border-color: #4C1A86;
}
.TagClassName
{
border-color: #4C1A86;
}
</style>