Shades of Windsor #4B1980
Tints of Windsor #4B1980
RGB
CMYK
RGB Variations
Color information
#4B1980 (or 0x4B1980) is known color: Windsor. HEX triplet: 4B, 19 and 80. RGB value is (75,25,128). Sum of RGB (Red+Green+Blue) = 75+25+128=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B1980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1980 is #B4E67F. Grayscale: #333333. Windows color (decimal): -11855488 or 8395083. OLE color: 8395083.
HSL color Cylindrical-coordinate representation of color #4B1980: hue angle of 269.13º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1980 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 25 | 128 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.50 |
| HSL | 269.13º | 0.67% | 0.3% | - |
| HSV(B) | 269.13º | 0.8% | 0.5% | - |
| XYZ | 7.15 | 3.75 | 20.77 | - |
| YUV | 51.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 128 | 0.41 | 0.80 | 0 | 0.50 | 269.13 | 0.67 | 0.3 |
| Hex | 4B | 19 | 80 | 29 | 50 | 0 | 32 | 10D | 43 | 1E |
| Octal | 113 | 31 | 200 | 51 | 120 | 0 | 62 | 415 | 103 | 36 |
| Binary | 1001011 | 11001 | 10000000 | 101001 | 1010000 | 0 | 110010 | 100001101 | 1000011 | 11110 |
Color Harmonies of #4B1980
Complementary color
Monochromatic Colors of #4B1980
Black with #4B1980
Text Example
Text Example
White with #4B1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1980; }
p { color: rgb(75,25,128); }
H1.HeaderClassName
{
color: #4B1980;
}
.AnyTagClassName
{
color: #4B1980;
}
</style>
background-color css
<style>
a { background-color: #4B1980; }
a { background-color: rgb(75,25,128); }
div.DivClassName
{
background-color: #4B1980;
}
.BgClassName
{
background-color: #4B1980;
}
</style>
border-color css
<style>
span { border-color: #4B1980; }
span { border-color: rgb(75,25,128); }
td.TdClassName
{
border-color: #4B1980;
}
.TagClassName
{
border-color: #4B1980;
}
</style>