Shades of Windsor #4C2590
Tints of Windsor #4C2590
RGB
CMYK
RGB Variations
Color information
#4C2590 (or 0x4C2590) is known color: Windsor. HEX triplet: 4C, 25 and 90. RGB value is (76,37,144). Sum of RGB (Red+Green+Blue) = 76+37+144=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C2590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2590 is #B3DA6F. Grayscale: #3C3C3C. Windows color (decimal): -11786864 or 9446732. OLE color: 9446732.
HSL color Cylindrical-coordinate representation of color #4C2590: hue angle of 261.87º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2590 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 37 | 144 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.44 |
| HSL | 261.87º | 0.59% | 0.35% | - |
| HSV(B) | 261.87º | 0.74% | 0.56% | - |
| XYZ | 8.68 | 4.87 | 26.87 | - |
| YUV | 60.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 144 | 0.47 | 0.74 | 0 | 0.44 | 261.87 | 0.59 | 0.35 |
| Hex | 4C | 25 | 90 | 2F | 4A | 0 | 2C | 106 | 3B | 23 |
| Octal | 114 | 45 | 220 | 57 | 112 | 0 | 54 | 406 | 73 | 43 |
| Binary | 1001100 | 100101 | 10010000 | 101111 | 1001010 | 0 | 101100 | 100000110 | 111011 | 100011 |
Color Harmonies of #4C2590
Complementary color
Monochromatic Colors of #4C2590
Black with #4C2590
Text Example
Text Example
White with #4C2590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2590; }
p { color: rgb(76,37,144); }
H1.HeaderClassName
{
color: #4C2590;
}
.AnyTagClassName
{
color: #4C2590;
}
</style>
background-color css
<style>
a { background-color: #4C2590; }
a { background-color: rgb(76,37,144); }
div.DivClassName
{
background-color: #4C2590;
}
.BgClassName
{
background-color: #4C2590;
}
</style>
border-color css
<style>
span { border-color: #4C2590; }
span { border-color: rgb(76,37,144); }
td.TdClassName
{
border-color: #4C2590;
}
.TagClassName
{
border-color: #4C2590;
}
</style>