Shades of Windsor #4B3377
Tints of Windsor #4B3377
RGB
CMYK
RGB Variations
Color information
#4B3377 (or 0x4B3377) is known color: Windsor. HEX triplet: 4B, 33 and 77. RGB value is (75,51,119). Sum of RGB (Red+Green+Blue) = 75+51+119=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B3377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3377 is #B4CC88. Grayscale: #414141. Windows color (decimal): -11848841 or 7811915. OLE color: 7811915.
HSL color Cylindrical-coordinate representation of color #4B3377: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3377 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 51 | 119 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.53 |
| HSL | 261.18º | 0.4% | 0.33% | - |
| HSV(B) | 261.18º | 0.57% | 0.47% | - |
| XYZ | 7.42 | 5.2 | 18.06 | - |
| YUV | 65.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 119 | 0.37 | 0.57 | 0 | 0.53 | 261.18 | 0.4 | 0.33 |
| Hex | 4B | 33 | 77 | 25 | 39 | 0 | 35 | 105 | 28 | 21 |
| Octal | 113 | 63 | 167 | 45 | 71 | 0 | 65 | 405 | 50 | 41 |
| Binary | 1001011 | 110011 | 1110111 | 100101 | 111001 | 0 | 110101 | 100000101 | 101000 | 100001 |
Color Harmonies of #4B3377
Complementary color
Monochromatic Colors of #4B3377
Black with #4B3377
Text Example
Text Example
White with #4B3377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3377; }
p { color: rgb(75,51,119); }
H1.HeaderClassName
{
color: #4B3377;
}
.AnyTagClassName
{
color: #4B3377;
}
</style>
background-color css
<style>
a { background-color: #4B3377; }
a { background-color: rgb(75,51,119); }
div.DivClassName
{
background-color: #4B3377;
}
.BgClassName
{
background-color: #4B3377;
}
</style>
border-color css
<style>
span { border-color: #4B3377; }
span { border-color: rgb(75,51,119); }
td.TdClassName
{
border-color: #4B3377;
}
.TagClassName
{
border-color: #4B3377;
}
</style>