Shades of Windsor #4C2490
Tints of Windsor #4C2490
RGB
CMYK
RGB Variations
Color information
#4C2490 (or 0x4C2490) is known color: Windsor. HEX triplet: 4C, 24 and 90. RGB value is (76,36,144). Sum of RGB (Red+Green+Blue) = 76+36+144=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C2490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2490 is #B3DB6F. Grayscale: #3B3B3B. Windows color (decimal): -11787120 or 9446476. OLE color: 9446476.
HSL color Cylindrical-coordinate representation of color #4C2490: hue angle of 262.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2490 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 36 | 144 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.44 |
| HSL | 262.22º | 0.6% | 0.35% | - |
| HSV(B) | 262.22º | 0.75% | 0.56% | - |
| XYZ | 8.65 | 4.81 | 26.86 | - |
| YUV | 60.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 144 | 0.47 | 0.75 | 0 | 0.44 | 262.22 | 0.6 | 0.35 |
| Hex | 4C | 24 | 90 | 2F | 4B | 0 | 2C | 106 | 3C | 23 |
| Octal | 114 | 44 | 220 | 57 | 113 | 0 | 54 | 406 | 74 | 43 |
| Binary | 1001100 | 100100 | 10010000 | 101111 | 1001011 | 0 | 101100 | 100000110 | 111100 | 100011 |
Color Harmonies of #4C2490
Complementary color
Monochromatic Colors of #4C2490
Black with #4C2490
Text Example
Text Example
White with #4C2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2490; }
p { color: rgb(76,36,144); }
H1.HeaderClassName
{
color: #4C2490;
}
.AnyTagClassName
{
color: #4C2490;
}
</style>
background-color css
<style>
a { background-color: #4C2490; }
a { background-color: rgb(76,36,144); }
div.DivClassName
{
background-color: #4C2490;
}
.BgClassName
{
background-color: #4C2490;
}
</style>
border-color css
<style>
span { border-color: #4C2490; }
span { border-color: rgb(76,36,144); }
td.TdClassName
{
border-color: #4C2490;
}
.TagClassName
{
border-color: #4C2490;
}
</style>