Shades of Windsor #4B1C93
Tints of Windsor #4B1C93
RGB
CMYK
RGB Variations
Color information
#4B1C93 (or 0x4B1C93) is known color: Windsor. HEX triplet: 4B, 1C and 93. RGB value is (75,28,147). Sum of RGB (Red+Green+Blue) = 75+28+147=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B1C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1C93 is #B4E36C. Grayscale: #373737. Windows color (decimal): -11854701 or 9641035. OLE color: 9641035.
HSL color Cylindrical-coordinate representation of color #4B1C93: hue angle of 263.7º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1C93 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 28 | 147 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.42 |
| HSL | 263.7º | 0.68% | 0.34% | - |
| HSV(B) | 263.7º | 0.81% | 0.58% | - |
| XYZ | 8.58 | 4.43 | 28.01 | - |
| YUV | 55.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 147 | 0.49 | 0.81 | 0 | 0.42 | 263.7 | 0.68 | 0.34 |
| Hex | 4B | 1C | 93 | 31 | 51 | 0 | 2A | 108 | 44 | 22 |
| Octal | 113 | 34 | 223 | 61 | 121 | 0 | 52 | 410 | 104 | 42 |
| Binary | 1001011 | 11100 | 10010011 | 110001 | 1010001 | 0 | 101010 | 100001000 | 1000100 | 100010 |
Color Harmonies of #4B1C93
Complementary color
Monochromatic Colors of #4B1C93
Black with #4B1C93
Text Example
Text Example
White with #4B1C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1C93; }
p { color: rgb(75,28,147); }
H1.HeaderClassName
{
color: #4B1C93;
}
.AnyTagClassName
{
color: #4B1C93;
}
</style>
background-color css
<style>
a { background-color: #4B1C93; }
a { background-color: rgb(75,28,147); }
div.DivClassName
{
background-color: #4B1C93;
}
.BgClassName
{
background-color: #4B1C93;
}
</style>
border-color css
<style>
span { border-color: #4B1C93; }
span { border-color: rgb(75,28,147); }
td.TdClassName
{
border-color: #4B1C93;
}
.TagClassName
{
border-color: #4B1C93;
}
</style>