Shades of Windsor #4C218B
Tints of Windsor #4C218B
RGB
CMYK
RGB Variations
Color information
#4C218B (or 0x4C218B) is known color: Windsor. HEX triplet: 4C, 21 and 8B. RGB value is (76,33,139). Sum of RGB (Red+Green+Blue) = 76+33+139=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C218B is #B3DE74. Grayscale: #393939. Windows color (decimal): -11787893 or 9118028. OLE color: 9118028.
HSL color Cylindrical-coordinate representation of color #4C218B: hue angle of 264.34º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C218B is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 33 | 139 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.45 |
| HSL | 264.34º | 0.62% | 0.34% | - |
| HSV(B) | 264.34º | 0.76% | 0.55% | - |
| XYZ | 8.18 | 4.49 | 24.86 | - |
| YUV | 57.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 139 | 0.45 | 0.76 | 0 | 0.45 | 264.34 | 0.62 | 0.34 |
| Hex | 4C | 21 | 8B | 2D | 4C | 0 | 2D | 108 | 3E | 22 |
| Octal | 114 | 41 | 213 | 55 | 114 | 0 | 55 | 410 | 76 | 42 |
| Binary | 1001100 | 100001 | 10001011 | 101101 | 1001100 | 0 | 101101 | 100001000 | 111110 | 100010 |
Color Harmonies of #4C218B
Complementary color
Monochromatic Colors of #4C218B
Black with #4C218B
Text Example
Text Example
White with #4C218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C218B; }
p { color: rgb(76,33,139); }
H1.HeaderClassName
{
color: #4C218B;
}
.AnyTagClassName
{
color: #4C218B;
}
</style>
background-color css
<style>
a { background-color: #4C218B; }
a { background-color: rgb(76,33,139); }
div.DivClassName
{
background-color: #4C218B;
}
.BgClassName
{
background-color: #4C218B;
}
</style>
border-color css
<style>
span { border-color: #4C218B; }
span { border-color: rgb(76,33,139); }
td.TdClassName
{
border-color: #4C218B;
}
.TagClassName
{
border-color: #4C218B;
}
</style>