Shades of Windsor #4D2786
Tints of Windsor #4D2786
RGB
CMYK
RGB Variations
Color information
#4D2786 (or 0x4D2786) is known color: Windsor. HEX triplet: 4D, 27 and 86. RGB value is (77,39,134). Sum of RGB (Red+Green+Blue) = 77+39+134=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D2786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2786 is #B2D879. Grayscale: #3C3C3C. Windows color (decimal): -11720826 or 8791885. OLE color: 8791885.
HSL color Cylindrical-coordinate representation of color #4D2786: hue angle of 264º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2786 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 39 | 134 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.47 |
| HSL | 264º | 0.55% | 0.34% | - |
| HSV(B) | 264º | 0.71% | 0.53% | - |
| XYZ | 8.09 | 4.75 | 23.04 | - |
| YUV | 61.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 134 | 0.43 | 0.71 | 0 | 0.47 | 264 | 0.55 | 0.34 |
| Hex | 4D | 27 | 86 | 2B | 47 | 0 | 2F | 108 | 37 | 22 |
| Octal | 115 | 47 | 206 | 53 | 107 | 0 | 57 | 410 | 67 | 42 |
| Binary | 1001101 | 100111 | 10000110 | 101011 | 1000111 | 0 | 101111 | 100001000 | 110111 | 100010 |
Color Harmonies of #4D2786
Complementary color
Monochromatic Colors of #4D2786
Black with #4D2786
Text Example
Text Example
White with #4D2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2786; }
p { color: rgb(77,39,134); }
H1.HeaderClassName
{
color: #4D2786;
}
.AnyTagClassName
{
color: #4D2786;
}
</style>
background-color css
<style>
a { background-color: #4D2786; }
a { background-color: rgb(77,39,134); }
div.DivClassName
{
background-color: #4D2786;
}
.BgClassName
{
background-color: #4D2786;
}
</style>
border-color css
<style>
span { border-color: #4D2786; }
span { border-color: rgb(77,39,134); }
td.TdClassName
{
border-color: #4D2786;
}
.TagClassName
{
border-color: #4D2786;
}
</style>