Shades of Windsor #4B208F
Tints of Windsor #4B208F
RGB
CMYK
RGB Variations
Color information
#4B208F (or 0x4B208F) is known color: Windsor. HEX triplet: 4B, 20 and 8F. RGB value is (75,32,143). Sum of RGB (Red+Green+Blue) = 75+32+143=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B208F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B208F is #B4DF70. Grayscale: #393939. Windows color (decimal): -11853681 or 9379915. OLE color: 9379915.
HSL color Cylindrical-coordinate representation of color #4B208F: hue angle of 263.24º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B208F is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 32 | 143 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.44 |
| HSL | 263.24º | 0.63% | 0.34% | - |
| HSV(B) | 263.24º | 0.78% | 0.56% | - |
| XYZ | 8.38 | 4.51 | 26.42 | - |
| YUV | 57.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 143 | 0.48 | 0.78 | 0 | 0.44 | 263.24 | 0.63 | 0.34 |
| Hex | 4B | 20 | 8F | 30 | 4E | 0 | 2C | 107 | 3F | 22 |
| Octal | 113 | 40 | 217 | 60 | 116 | 0 | 54 | 407 | 77 | 42 |
| Binary | 1001011 | 100000 | 10001111 | 110000 | 1001110 | 0 | 101100 | 100000111 | 111111 | 100010 |
Color Harmonies of #4B208F
Complementary color
Monochromatic Colors of #4B208F
Black with #4B208F
Text Example
Text Example
White with #4B208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B208F; }
p { color: rgb(75,32,143); }
H1.HeaderClassName
{
color: #4B208F;
}
.AnyTagClassName
{
color: #4B208F;
}
</style>
background-color css
<style>
a { background-color: #4B208F; }
a { background-color: rgb(75,32,143); }
div.DivClassName
{
background-color: #4B208F;
}
.BgClassName
{
background-color: #4B208F;
}
</style>
border-color css
<style>
span { border-color: #4B208F; }
span { border-color: rgb(75,32,143); }
td.TdClassName
{
border-color: #4B208F;
}
.TagClassName
{
border-color: #4B208F;
}
</style>