Shades of Windsor #4B3079
Tints of Windsor #4B3079
RGB
CMYK
RGB Variations
Color information
#4B3079 (or 0x4B3079) is known color: Windsor. HEX triplet: 4B, 30 and 79. RGB value is (75,48,121). Sum of RGB (Red+Green+Blue) = 75+48+121=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B3079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3079 is #B4CF86. Grayscale: #404040. Windows color (decimal): -11849607 or 7942219. OLE color: 7942219.
HSL color Cylindrical-coordinate representation of color #4B3079: hue angle of 262.19º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B3079 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 48 | 121 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.53 |
| HSL | 262.19º | 0.43% | 0.33% | - |
| HSV(B) | 262.19º | 0.6% | 0.47% | - |
| XYZ | 7.41 | 4.99 | 18.66 | - |
| YUV | 64.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 121 | 0.38 | 0.60 | 0 | 0.53 | 262.19 | 0.43 | 0.33 |
| Hex | 4B | 30 | 79 | 26 | 3C | 0 | 35 | 106 | 2B | 21 |
| Octal | 113 | 60 | 171 | 46 | 74 | 0 | 65 | 406 | 53 | 41 |
| Binary | 1001011 | 110000 | 1111001 | 100110 | 111100 | 0 | 110101 | 100000110 | 101011 | 100001 |
Color Harmonies of #4B3079
Complementary color
Monochromatic Colors of #4B3079
Black with #4B3079
Text Example
Text Example
White with #4B3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3079; }
p { color: rgb(75,48,121); }
H1.HeaderClassName
{
color: #4B3079;
}
.AnyTagClassName
{
color: #4B3079;
}
</style>
background-color css
<style>
a { background-color: #4B3079; }
a { background-color: rgb(75,48,121); }
div.DivClassName
{
background-color: #4B3079;
}
.BgClassName
{
background-color: #4B3079;
}
</style>
border-color css
<style>
span { border-color: #4B3079; }
span { border-color: rgb(75,48,121); }
td.TdClassName
{
border-color: #4B3079;
}
.TagClassName
{
border-color: #4B3079;
}
</style>