Shades of Windsor #4D218B
Tints of Windsor #4D218B
RGB
CMYK
RGB Variations
Color information
#4D218B (or 0x4D218B) is known color: Windsor. HEX triplet: 4D, 21 and 8B. RGB value is (77,33,139). Sum of RGB (Red+Green+Blue) = 77+33+139=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D218B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D218B is #B2DE74. Grayscale: #393939. Windows color (decimal): -11722357 or 9118029. OLE color: 9118029.
HSL color Cylindrical-coordinate representation of color #4D218B: hue angle of 264.91º 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 #4D218B is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 33 | 139 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.45 |
| HSL | 264.91º | 0.62% | 0.34% | - |
| HSV(B) | 264.91º | 0.76% | 0.55% | - |
| XYZ | 8.26 | 4.53 | 24.86 | - |
| YUV | 58.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 139 | 0.45 | 0.76 | 0 | 0.45 | 264.91 | 0.62 | 0.34 |
| Hex | 4D | 21 | 8B | 2D | 4C | 0 | 2D | 109 | 3E | 22 |
| Octal | 115 | 41 | 213 | 55 | 114 | 0 | 55 | 411 | 76 | 42 |
| Binary | 1001101 | 100001 | 10001011 | 101101 | 1001100 | 0 | 101101 | 100001001 | 111110 | 100010 |
Color Harmonies of #4D218B
Complementary color
Monochromatic Colors of #4D218B
Black with #4D218B
Text Example
Text Example
White with #4D218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D218B; }
p { color: rgb(77,33,139); }
H1.HeaderClassName
{
color: #4D218B;
}
.AnyTagClassName
{
color: #4D218B;
}
</style>
background-color css
<style>
a { background-color: #4D218B; }
a { background-color: rgb(77,33,139); }
div.DivClassName
{
background-color: #4D218B;
}
.BgClassName
{
background-color: #4D218B;
}
</style>
border-color css
<style>
span { border-color: #4D218B; }
span { border-color: rgb(77,33,139); }
td.TdClassName
{
border-color: #4D218B;
}
.TagClassName
{
border-color: #4D218B;
}
</style>