Shades of Windsor #4D218A
Tints of Windsor #4D218A
RGB
CMYK
RGB Variations
Color information
#4D218A (or 0x4D218A) is known color: Windsor. HEX triplet: 4D, 21 and 8A. RGB value is (77,33,138). Sum of RGB (Red+Green+Blue) = 77+33+138=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D218A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D218A is #B2DE75. Grayscale: #393939. Windows color (decimal): -11722358 or 9052493. OLE color: 9052493.
HSL color Cylindrical-coordinate representation of color #4D218A: hue angle of 265.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D218A is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 33 | 138 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.46 |
| HSL | 265.14º | 0.61% | 0.34% | - |
| HSV(B) | 265.14º | 0.76% | 0.54% | - |
| XYZ | 8.19 | 4.5 | 24.48 | - |
| YUV | 58.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 138 | 0.44 | 0.76 | 0 | 0.46 | 265.14 | 0.61 | 0.34 |
| Hex | 4D | 21 | 8A | 2C | 4C | 0 | 2E | 109 | 3D | 22 |
| Octal | 115 | 41 | 212 | 54 | 114 | 0 | 56 | 411 | 75 | 42 |
| Binary | 1001101 | 100001 | 10001010 | 101100 | 1001100 | 0 | 101110 | 100001001 | 111101 | 100010 |
Color Harmonies of #4D218A
Complementary color
Monochromatic Colors of #4D218A
Black with #4D218A
Text Example
Text Example
White with #4D218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D218A; }
p { color: rgb(77,33,138); }
H1.HeaderClassName
{
color: #4D218A;
}
.AnyTagClassName
{
color: #4D218A;
}
</style>
background-color css
<style>
a { background-color: #4D218A; }
a { background-color: rgb(77,33,138); }
div.DivClassName
{
background-color: #4D218A;
}
.BgClassName
{
background-color: #4D218A;
}
</style>
border-color css
<style>
span { border-color: #4D218A; }
span { border-color: rgb(77,33,138); }
td.TdClassName
{
border-color: #4D218A;
}
.TagClassName
{
border-color: #4D218A;
}
</style>