Shades of Windsor #4D2684
Tints of Windsor #4D2684
RGB
CMYK
RGB Variations
Color information
#4D2684 (or 0x4D2684) is known color: Windsor. HEX triplet: 4D, 26 and 84. RGB value is (77,38,132). Sum of RGB (Red+Green+Blue) = 77+38+132=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D2684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2684 is #B2D97B. Grayscale: #3C3C3C. Windows color (decimal): -11721084 or 8660557. OLE color: 8660557.
HSL color Cylindrical-coordinate representation of color #4D2684: hue angle of 264.89º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2684 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 38 | 132 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.48 |
| HSL | 264.89º | 0.55% | 0.33% | - |
| HSV(B) | 264.89º | 0.71% | 0.52% | - |
| XYZ | 7.92 | 4.63 | 22.31 | - |
| YUV | 60.38 | 168.42 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 132 | 0.42 | 0.71 | 0 | 0.48 | 264.89 | 0.55 | 0.33 |
| Hex | 4D | 26 | 84 | 2A | 47 | 0 | 30 | 109 | 37 | 21 |
| Octal | 115 | 46 | 204 | 52 | 107 | 0 | 60 | 411 | 67 | 41 |
| Binary | 1001101 | 100110 | 10000100 | 101010 | 1000111 | 0 | 110000 | 100001001 | 110111 | 100001 |
Color Harmonies of #4D2684
Complementary color
Monochromatic Colors of #4D2684
Black with #4D2684
Text Example
Text Example
White with #4D2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2684; }
p { color: rgb(77,38,132); }
H1.HeaderClassName
{
color: #4D2684;
}
.AnyTagClassName
{
color: #4D2684;
}
</style>
background-color css
<style>
a { background-color: #4D2684; }
a { background-color: rgb(77,38,132); }
div.DivClassName
{
background-color: #4D2684;
}
.BgClassName
{
background-color: #4D2684;
}
</style>
border-color css
<style>
span { border-color: #4D2684; }
span { border-color: rgb(77,38,132); }
td.TdClassName
{
border-color: #4D2684;
}
.TagClassName
{
border-color: #4D2684;
}
</style>