Shades of Windsor #4C248C
Tints of Windsor #4C248C
RGB
CMYK
RGB Variations
Color information
#4C248C (or 0x4C248C) is known color: Windsor. HEX triplet: 4C, 24 and 8C. RGB value is (76,36,140). Sum of RGB (Red+Green+Blue) = 76+36+140=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C248C is #B3DB73. Grayscale: #3B3B3B. Windows color (decimal): -11787124 or 9184332. OLE color: 9184332.
HSL color Cylindrical-coordinate representation of color #4C248C: hue angle of 263.08º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C248C is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 36 | 140 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.45 |
| HSL | 263.08º | 0.59% | 0.35% | - |
| HSV(B) | 263.08º | 0.74% | 0.55% | - |
| XYZ | 8.34 | 4.69 | 25.28 | - |
| YUV | 59.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 140 | 0.46 | 0.74 | 0 | 0.45 | 263.08 | 0.59 | 0.35 |
| Hex | 4C | 24 | 8C | 2E | 4A | 0 | 2D | 107 | 3B | 23 |
| Octal | 114 | 44 | 214 | 56 | 112 | 0 | 55 | 407 | 73 | 43 |
| Binary | 1001100 | 100100 | 10001100 | 101110 | 1001010 | 0 | 101101 | 100000111 | 111011 | 100011 |
Color Harmonies of #4C248C
Complementary color
Monochromatic Colors of #4C248C
Black with #4C248C
Text Example
Text Example
White with #4C248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C248C; }
p { color: rgb(76,36,140); }
H1.HeaderClassName
{
color: #4C248C;
}
.AnyTagClassName
{
color: #4C248C;
}
</style>
background-color css
<style>
a { background-color: #4C248C; }
a { background-color: rgb(76,36,140); }
div.DivClassName
{
background-color: #4C248C;
}
.BgClassName
{
background-color: #4C248C;
}
</style>
border-color css
<style>
span { border-color: #4C248C; }
span { border-color: rgb(76,36,140); }
td.TdClassName
{
border-color: #4C248C;
}
.TagClassName
{
border-color: #4C248C;
}
</style>