Shades of Windsor #4C248D
Tints of Windsor #4C248D
RGB
CMYK
RGB Variations
Color information
#4C248D (or 0x4C248D) is known color: Windsor. HEX triplet: 4C, 24 and 8D. RGB value is (76,36,141). Sum of RGB (Red+Green+Blue) = 76+36+141=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C248D is #B3DB72. Grayscale: #3B3B3B. Windows color (decimal): -11787123 or 9249868. OLE color: 9249868.
HSL color Cylindrical-coordinate representation of color #4C248D: hue angle of 262.86º 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 #4C248D is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 36 | 141 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.45 |
| HSL | 262.86º | 0.59% | 0.35% | - |
| HSV(B) | 262.86º | 0.74% | 0.55% | - |
| XYZ | 8.42 | 4.72 | 25.67 | - |
| YUV | 59.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 141 | 0.46 | 0.74 | 0 | 0.45 | 262.86 | 0.59 | 0.35 |
| Hex | 4C | 24 | 8D | 2E | 4A | 0 | 2D | 107 | 3B | 23 |
| Octal | 114 | 44 | 215 | 56 | 112 | 0 | 55 | 407 | 73 | 43 |
| Binary | 1001100 | 100100 | 10001101 | 101110 | 1001010 | 0 | 101101 | 100000111 | 111011 | 100011 |
Color Harmonies of #4C248D
Complementary color
Monochromatic Colors of #4C248D
Black with #4C248D
Text Example
Text Example
White with #4C248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C248D; }
p { color: rgb(76,36,141); }
H1.HeaderClassName
{
color: #4C248D;
}
.AnyTagClassName
{
color: #4C248D;
}
</style>
background-color css
<style>
a { background-color: #4C248D; }
a { background-color: rgb(76,36,141); }
div.DivClassName
{
background-color: #4C248D;
}
.BgClassName
{
background-color: #4C248D;
}
</style>
border-color css
<style>
span { border-color: #4C248D; }
span { border-color: rgb(76,36,141); }
td.TdClassName
{
border-color: #4C248D;
}
.TagClassName
{
border-color: #4C248D;
}
</style>