Shades of Windsor #4B3376
Tints of Windsor #4B3376
RGB
CMYK
RGB Variations
Color information
#4B3376 (or 0x4B3376) is known color: Windsor. HEX triplet: 4B, 33 and 76. RGB value is (75,51,118). Sum of RGB (Red+Green+Blue) = 75+51+118=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3376 is #B4CC89. Grayscale: #414141. Windows color (decimal): -11848842 or 7746379. OLE color: 7746379.
HSL color Cylindrical-coordinate representation of color #4B3376: hue angle of 261.49º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3376 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 51 | 118 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.54 |
| HSL | 261.49º | 0.4% | 0.33% | - |
| HSV(B) | 261.49º | 0.57% | 0.46% | - |
| XYZ | 7.36 | 5.17 | 17.75 | - |
| YUV | 65.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 118 | 0.36 | 0.57 | 0 | 0.54 | 261.49 | 0.4 | 0.33 |
| Hex | 4B | 33 | 76 | 24 | 39 | 0 | 36 | 105 | 28 | 21 |
| Octal | 113 | 63 | 166 | 44 | 71 | 0 | 66 | 405 | 50 | 41 |
| Binary | 1001011 | 110011 | 1110110 | 100100 | 111001 | 0 | 110110 | 100000101 | 101000 | 100001 |
Color Harmonies of #4B3376
Complementary color
Monochromatic Colors of #4B3376
Black with #4B3376
Text Example
Text Example
White with #4B3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3376; }
p { color: rgb(75,51,118); }
H1.HeaderClassName
{
color: #4B3376;
}
.AnyTagClassName
{
color: #4B3376;
}
</style>
background-color css
<style>
a { background-color: #4B3376; }
a { background-color: rgb(75,51,118); }
div.DivClassName
{
background-color: #4B3376;
}
.BgClassName
{
background-color: #4B3376;
}
</style>
border-color css
<style>
span { border-color: #4B3376; }
span { border-color: rgb(75,51,118); }
td.TdClassName
{
border-color: #4B3376;
}
.TagClassName
{
border-color: #4B3376;
}
</style>