Shades of Windsor #4B2289
Tints of Windsor #4B2289
RGB
CMYK
RGB Variations
Color information
#4B2289 (or 0x4B2289) is known color: Windsor. HEX triplet: 4B, 22 and 89. RGB value is (75,34,137). Sum of RGB (Red+Green+Blue) = 75+34+137=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B2289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2289 is #B4DD76. Grayscale: #393939. Windows color (decimal): -11853175 or 8987211. OLE color: 8987211.
HSL color Cylindrical-coordinate representation of color #4B2289: hue angle of 263.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B2289 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 34 | 137 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.46 |
| HSL | 263.88º | 0.6% | 0.34% | - |
| HSV(B) | 263.88º | 0.75% | 0.54% | - |
| XYZ | 7.99 | 4.45 | 24.1 | - |
| YUV | 58 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 137 | 0.45 | 0.75 | 0 | 0.46 | 263.88 | 0.6 | 0.34 |
| Hex | 4B | 22 | 89 | 2D | 4B | 0 | 2E | 108 | 3C | 22 |
| Octal | 113 | 42 | 211 | 55 | 113 | 0 | 56 | 410 | 74 | 42 |
| Binary | 1001011 | 100010 | 10001001 | 101101 | 1001011 | 0 | 101110 | 100001000 | 111100 | 100010 |
Color Harmonies of #4B2289
Complementary color
Monochromatic Colors of #4B2289
Black with #4B2289
Text Example
Text Example
White with #4B2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2289; }
p { color: rgb(75,34,137); }
H1.HeaderClassName
{
color: #4B2289;
}
.AnyTagClassName
{
color: #4B2289;
}
</style>
background-color css
<style>
a { background-color: #4B2289; }
a { background-color: rgb(75,34,137); }
div.DivClassName
{
background-color: #4B2289;
}
.BgClassName
{
background-color: #4B2289;
}
</style>
border-color css
<style>
span { border-color: #4B2289; }
span { border-color: rgb(75,34,137); }
td.TdClassName
{
border-color: #4B2289;
}
.TagClassName
{
border-color: #4B2289;
}
</style>