Shades of Windsor #4B3080
Tints of Windsor #4B3080
RGB
CMYK
RGB Variations
Color information
#4B3080 (or 0x4B3080) is known color: Windsor. HEX triplet: 4B, 30 and 80. RGB value is (75,48,128). Sum of RGB (Red+Green+Blue) = 75+48+128=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B3080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3080 is #B4CF7F. Grayscale: #404040. Windows color (decimal): -11849600 or 8400971. OLE color: 8400971.
HSL color Cylindrical-coordinate representation of color #4B3080: hue angle of 260.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B3080 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 48 | 128 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.50 |
| HSL | 260.25º | 0.45% | 0.35% | - |
| HSV(B) | 260.25º | 0.63% | 0.5% | - |
| XYZ | 7.85 | 5.17 | 21.01 | - |
| YUV | 65.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 128 | 0.41 | 0.62 | 0 | 0.50 | 260.25 | 0.45 | 0.35 |
| Hex | 4B | 30 | 80 | 29 | 3E | 0 | 32 | 104 | 2D | 23 |
| Octal | 113 | 60 | 200 | 51 | 76 | 0 | 62 | 404 | 55 | 43 |
| Binary | 1001011 | 110000 | 10000000 | 101001 | 111110 | 0 | 110010 | 100000100 | 101101 | 100011 |
Color Harmonies of #4B3080
Complementary color
Monochromatic Colors of #4B3080
Black with #4B3080
Text Example
Text Example
White with #4B3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3080; }
p { color: rgb(75,48,128); }
H1.HeaderClassName
{
color: #4B3080;
}
.AnyTagClassName
{
color: #4B3080;
}
</style>
background-color css
<style>
a { background-color: #4B3080; }
a { background-color: rgb(75,48,128); }
div.DivClassName
{
background-color: #4B3080;
}
.BgClassName
{
background-color: #4B3080;
}
</style>
border-color css
<style>
span { border-color: #4B3080; }
span { border-color: rgb(75,48,128); }
td.TdClassName
{
border-color: #4B3080;
}
.TagClassName
{
border-color: #4B3080;
}
</style>