Shades of Windsor #4B228D
Tints of Windsor #4B228D
RGB
CMYK
RGB Variations
Color information
#4B228D (or 0x4B228D) is known color: Windsor. HEX triplet: 4B, 22 and 8D. RGB value is (75,34,141). Sum of RGB (Red+Green+Blue) = 75+34+141=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B228D is #B4DD72. Grayscale: #3A3A3A. Windows color (decimal): -11853171 or 9249355. OLE color: 9249355.
HSL color Cylindrical-coordinate representation of color #4B228D: hue angle of 262.99º degrees, saturation: 0.61, 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 #4B228D is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 34 | 141 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.45 |
| HSL | 262.99º | 0.61% | 0.34% | - |
| HSV(B) | 262.99º | 0.76% | 0.55% | - |
| XYZ | 8.28 | 4.56 | 25.64 | - |
| YUV | 58.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 141 | 0.47 | 0.76 | 0 | 0.45 | 262.99 | 0.61 | 0.34 |
| Hex | 4B | 22 | 8D | 2F | 4C | 0 | 2D | 107 | 3D | 22 |
| Octal | 113 | 42 | 215 | 57 | 114 | 0 | 55 | 407 | 75 | 42 |
| Binary | 1001011 | 100010 | 10001101 | 101111 | 1001100 | 0 | 101101 | 100000111 | 111101 | 100010 |
Color Harmonies of #4B228D
Complementary color
Monochromatic Colors of #4B228D
Black with #4B228D
Text Example
Text Example
White with #4B228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B228D; }
p { color: rgb(75,34,141); }
H1.HeaderClassName
{
color: #4B228D;
}
.AnyTagClassName
{
color: #4B228D;
}
</style>
background-color css
<style>
a { background-color: #4B228D; }
a { background-color: rgb(75,34,141); }
div.DivClassName
{
background-color: #4B228D;
}
.BgClassName
{
background-color: #4B228D;
}
</style>
border-color css
<style>
span { border-color: #4B228D; }
span { border-color: rgb(75,34,141); }
td.TdClassName
{
border-color: #4B228D;
}
.TagClassName
{
border-color: #4B228D;
}
</style>