Shades of Windsor #4D327B
Tints of Windsor #4D327B
RGB
CMYK
RGB Variations
Color information
#4D327B (or 0x4D327B) is known color: Windsor. HEX triplet: 4D, 32 and 7B. RGB value is (77,50,123). Sum of RGB (Red+Green+Blue) = 77+50+123=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D327B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D327B is #B2CD84. Grayscale: #424242. Windows color (decimal): -11718021 or 8073805. OLE color: 8073805.
HSL color Cylindrical-coordinate representation of color #4D327B: hue angle of 262.19º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D327B is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 50 | 123 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.52 |
| HSL | 262.19º | 0.42% | 0.34% | - |
| HSV(B) | 262.19º | 0.59% | 0.48% | - |
| XYZ | 7.78 | 5.29 | 19.35 | - |
| YUV | 66.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 123 | 0.37 | 0.59 | 0 | 0.52 | 262.19 | 0.42 | 0.34 |
| Hex | 4D | 32 | 7B | 25 | 3B | 0 | 34 | 106 | 2A | 22 |
| Octal | 115 | 62 | 173 | 45 | 73 | 0 | 64 | 406 | 52 | 42 |
| Binary | 1001101 | 110010 | 1111011 | 100101 | 111011 | 0 | 110100 | 100000110 | 101010 | 100010 |
Color Harmonies of #4D327B
Complementary color
Monochromatic Colors of #4D327B
Black with #4D327B
Text Example
Text Example
White with #4D327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D327B; }
p { color: rgb(77,50,123); }
H1.HeaderClassName
{
color: #4D327B;
}
.AnyTagClassName
{
color: #4D327B;
}
</style>
background-color css
<style>
a { background-color: #4D327B; }
a { background-color: rgb(77,50,123); }
div.DivClassName
{
background-color: #4D327B;
}
.BgClassName
{
background-color: #4D327B;
}
</style>
border-color css
<style>
span { border-color: #4D327B; }
span { border-color: rgb(77,50,123); }
td.TdClassName
{
border-color: #4D327B;
}
.TagClassName
{
border-color: #4D327B;
}
</style>