Shades of Windsor #4B218D
Tints of Windsor #4B218D
RGB
CMYK
RGB Variations
Color information
#4B218D (or 0x4B218D) is known color: Windsor. HEX triplet: 4B, 21 and 8D. RGB value is (75,33,141). Sum of RGB (Red+Green+Blue) = 75+33+141=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B218D is #B4DE72. Grayscale: #393939. Windows color (decimal): -11853427 or 9249099. OLE color: 9249099.
HSL color Cylindrical-coordinate representation of color #4B218D: hue angle of 263.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B218D is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 33 | 141 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.45 |
| HSL | 263.33º | 0.62% | 0.34% | - |
| HSV(B) | 263.33º | 0.77% | 0.55% | - |
| XYZ | 8.25 | 4.51 | 25.63 | - |
| YUV | 57.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 141 | 0.47 | 0.77 | 0 | 0.45 | 263.33 | 0.62 | 0.34 |
| Hex | 4B | 21 | 8D | 2F | 4D | 0 | 2D | 107 | 3E | 22 |
| Octal | 113 | 41 | 215 | 57 | 115 | 0 | 55 | 407 | 76 | 42 |
| Binary | 1001011 | 100001 | 10001101 | 101111 | 1001101 | 0 | 101101 | 100000111 | 111110 | 100010 |
Color Harmonies of #4B218D
Complementary color
Monochromatic Colors of #4B218D
Black with #4B218D
Text Example
Text Example
White with #4B218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B218D; }
p { color: rgb(75,33,141); }
H1.HeaderClassName
{
color: #4B218D;
}
.AnyTagClassName
{
color: #4B218D;
}
</style>
background-color css
<style>
a { background-color: #4B218D; }
a { background-color: rgb(75,33,141); }
div.DivClassName
{
background-color: #4B218D;
}
.BgClassName
{
background-color: #4B218D;
}
</style>
border-color css
<style>
span { border-color: #4B218D; }
span { border-color: rgb(75,33,141); }
td.TdClassName
{
border-color: #4B218D;
}
.TagClassName
{
border-color: #4B218D;
}
</style>