Shades of Windsor #4B2E79
Tints of Windsor #4B2E79
RGB
CMYK
RGB Variations
Color information
#4B2E79 (or 0x4B2E79) is known color: Windsor. HEX triplet: 4B, 2E and 79. RGB value is (75,46,121). Sum of RGB (Red+Green+Blue) = 75+46+121=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B2E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E79 is #B4D186. Grayscale: #3E3E3E. Windows color (decimal): -11850119 or 7941707. OLE color: 7941707.
HSL color Cylindrical-coordinate representation of color #4B2E79: hue angle of 263.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B2E79 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 46 | 121 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.53 |
| HSL | 263.2º | 0.45% | 0.33% | - |
| HSV(B) | 263.2º | 0.62% | 0.47% | - |
| XYZ | 7.33 | 4.83 | 18.64 | - |
| YUV | 63.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 121 | 0.38 | 0.62 | 0 | 0.53 | 263.2 | 0.45 | 0.33 |
| Hex | 4B | 2E | 79 | 26 | 3E | 0 | 35 | 107 | 2D | 21 |
| Octal | 113 | 56 | 171 | 46 | 76 | 0 | 65 | 407 | 55 | 41 |
| Binary | 1001011 | 101110 | 1111001 | 100110 | 111110 | 0 | 110101 | 100000111 | 101101 | 100001 |
Color Harmonies of #4B2E79
Complementary color
Monochromatic Colors of #4B2E79
Black with #4B2E79
Text Example
Text Example
White with #4B2E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E79; }
p { color: rgb(75,46,121); }
H1.HeaderClassName
{
color: #4B2E79;
}
.AnyTagClassName
{
color: #4B2E79;
}
</style>
background-color css
<style>
a { background-color: #4B2E79; }
a { background-color: rgb(75,46,121); }
div.DivClassName
{
background-color: #4B2E79;
}
.BgClassName
{
background-color: #4B2E79;
}
</style>
border-color css
<style>
span { border-color: #4B2E79; }
span { border-color: rgb(75,46,121); }
td.TdClassName
{
border-color: #4B2E79;
}
.TagClassName
{
border-color: #4B2E79;
}
</style>