Shades of Windsor #4B2089
Tints of Windsor #4B2089
RGB
CMYK
RGB Variations
Color information
#4B2089 (or 0x4B2089) is known color: Windsor. HEX triplet: 4B, 20 and 89. RGB value is (75,32,137). Sum of RGB (Red+Green+Blue) = 75+32+137=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B2089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2089 is #B4DF76. Grayscale: #383838. Windows color (decimal): -11853687 or 8986699. OLE color: 8986699.
HSL color Cylindrical-coordinate representation of color #4B2089: hue angle of 264.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2089 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 32 | 137 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.46 |
| HSL | 264.57º | 0.62% | 0.33% | - |
| HSV(B) | 264.57º | 0.77% | 0.54% | - |
| XYZ | 7.93 | 4.34 | 24.09 | - |
| YUV | 56.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 137 | 0.45 | 0.77 | 0 | 0.46 | 264.57 | 0.62 | 0.33 |
| Hex | 4B | 20 | 89 | 2D | 4D | 0 | 2E | 109 | 3E | 21 |
| Octal | 113 | 40 | 211 | 55 | 115 | 0 | 56 | 411 | 76 | 41 |
| Binary | 1001011 | 100000 | 10001001 | 101101 | 1001101 | 0 | 101110 | 100001001 | 111110 | 100001 |
Color Harmonies of #4B2089
Complementary color
Monochromatic Colors of #4B2089
Black with #4B2089
Text Example
Text Example
White with #4B2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2089; }
p { color: rgb(75,32,137); }
H1.HeaderClassName
{
color: #4B2089;
}
.AnyTagClassName
{
color: #4B2089;
}
</style>
background-color css
<style>
a { background-color: #4B2089; }
a { background-color: rgb(75,32,137); }
div.DivClassName
{
background-color: #4B2089;
}
.BgClassName
{
background-color: #4B2089;
}
</style>
border-color css
<style>
span { border-color: #4B2089; }
span { border-color: rgb(75,32,137); }
td.TdClassName
{
border-color: #4B2089;
}
.TagClassName
{
border-color: #4B2089;
}
</style>