Shades of Windsor #4B3277
Tints of Windsor #4B3277
RGB
CMYK
RGB Variations
Color information
#4B3277 (or 0x4B3277) is known color: Windsor. HEX triplet: 4B, 32 and 77. RGB value is (75,50,119). Sum of RGB (Red+Green+Blue) = 75+50+119=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3277 is #B4CD88. Grayscale: #414141. Windows color (decimal): -11849097 or 7811659. OLE color: 7811659.
HSL color Cylindrical-coordinate representation of color #4B3277: hue angle of 261.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B3277 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 50 | 119 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.53 |
| HSL | 261.74º | 0.41% | 0.33% | - |
| HSV(B) | 261.74º | 0.58% | 0.47% | - |
| XYZ | 7.37 | 5.11 | 18.05 | - |
| YUV | 65.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 119 | 0.37 | 0.58 | 0 | 0.53 | 261.74 | 0.41 | 0.33 |
| Hex | 4B | 32 | 77 | 25 | 3A | 0 | 35 | 106 | 29 | 21 |
| Octal | 113 | 62 | 167 | 45 | 72 | 0 | 65 | 406 | 51 | 41 |
| Binary | 1001011 | 110010 | 1110111 | 100101 | 111010 | 0 | 110101 | 100000110 | 101001 | 100001 |
Color Harmonies of #4B3277
Complementary color
Monochromatic Colors of #4B3277
Black with #4B3277
Text Example
Text Example
White with #4B3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3277; }
p { color: rgb(75,50,119); }
H1.HeaderClassName
{
color: #4B3277;
}
.AnyTagClassName
{
color: #4B3277;
}
</style>
background-color css
<style>
a { background-color: #4B3277; }
a { background-color: rgb(75,50,119); }
div.DivClassName
{
background-color: #4B3277;
}
.BgClassName
{
background-color: #4B3277;
}
</style>
border-color css
<style>
span { border-color: #4B3277; }
span { border-color: rgb(75,50,119); }
td.TdClassName
{
border-color: #4B3277;
}
.TagClassName
{
border-color: #4B3277;
}
</style>