Shades of Windsor #4C2084
Tints of Windsor #4C2084
RGB
CMYK
RGB Variations
Color information
#4C2084 (or 0x4C2084) is known color: Windsor. HEX triplet: 4C, 20 and 84. RGB value is (76,32,132). Sum of RGB (Red+Green+Blue) = 76+32+132=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C2084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2084 is #B3DF7B. Grayscale: #383838. Windows color (decimal): -11788156 or 8659020. OLE color: 8659020.
HSL color Cylindrical-coordinate representation of color #4C2084: hue angle of 266.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2084 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 32 | 132 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.48 |
| HSL | 266.4º | 0.61% | 0.32% | - |
| HSV(B) | 266.4º | 0.76% | 0.52% | - |
| XYZ | 7.66 | 4.24 | 22.24 | - |
| YUV | 56.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 132 | 0.42 | 0.76 | 0 | 0.48 | 266.4 | 0.61 | 0.32 |
| Hex | 4C | 20 | 84 | 2A | 4C | 0 | 30 | 10A | 3D | 20 |
| Octal | 114 | 40 | 204 | 52 | 114 | 0 | 60 | 412 | 75 | 40 |
| Binary | 1001100 | 100000 | 10000100 | 101010 | 1001100 | 0 | 110000 | 100001010 | 111101 | 100000 |
Color Harmonies of #4C2084
Complementary color
Monochromatic Colors of #4C2084
Black with #4C2084
Text Example
Text Example
White with #4C2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2084; }
p { color: rgb(76,32,132); }
H1.HeaderClassName
{
color: #4C2084;
}
.AnyTagClassName
{
color: #4C2084;
}
</style>
background-color css
<style>
a { background-color: #4C2084; }
a { background-color: rgb(76,32,132); }
div.DivClassName
{
background-color: #4C2084;
}
.BgClassName
{
background-color: #4C2084;
}
</style>
border-color css
<style>
span { border-color: #4C2084; }
span { border-color: rgb(76,32,132); }
td.TdClassName
{
border-color: #4C2084;
}
.TagClassName
{
border-color: #4C2084;
}
</style>