Shades of Windsor #4B3576
Tints of Windsor #4B3576
RGB
CMYK
RGB Variations
Color information
#4B3576 (or 0x4B3576) is known color: Windsor. HEX triplet: 4B, 35 and 76. RGB value is (75,53,118). Sum of RGB (Red+Green+Blue) = 75+53+118=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3576 is #B4CA89. Grayscale: #424242. Windows color (decimal): -11848330 or 7746891. OLE color: 7746891.
HSL color Cylindrical-coordinate representation of color #4B3576: hue angle of 260.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B3576 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 53 | 118 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.54 |
| HSL | 260.31º | 0.38% | 0.34% | - |
| HSV(B) | 260.31º | 0.55% | 0.46% | - |
| XYZ | 7.44 | 5.35 | 17.78 | - |
| YUV | 66.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 118 | 0.36 | 0.55 | 0 | 0.54 | 260.31 | 0.38 | 0.34 |
| Hex | 4B | 35 | 76 | 24 | 37 | 0 | 36 | 104 | 26 | 22 |
| Octal | 113 | 65 | 166 | 44 | 67 | 0 | 66 | 404 | 46 | 42 |
| Binary | 1001011 | 110101 | 1110110 | 100100 | 110111 | 0 | 110110 | 100000100 | 100110 | 100010 |
Color Harmonies of #4B3576
Complementary color
Monochromatic Colors of #4B3576
Black with #4B3576
Text Example
Text Example
White with #4B3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3576; }
p { color: rgb(75,53,118); }
H1.HeaderClassName
{
color: #4B3576;
}
.AnyTagClassName
{
color: #4B3576;
}
</style>
background-color css
<style>
a { background-color: #4B3576; }
a { background-color: rgb(75,53,118); }
div.DivClassName
{
background-color: #4B3576;
}
.BgClassName
{
background-color: #4B3576;
}
</style>
border-color css
<style>
span { border-color: #4B3576; }
span { border-color: rgb(75,53,118); }
td.TdClassName
{
border-color: #4B3576;
}
.TagClassName
{
border-color: #4B3576;
}
</style>