Shades of Windsor #4D2284
Tints of Windsor #4D2284
RGB
CMYK
RGB Variations
Color information
#4D2284 (or 0x4D2284) is known color: Windsor. HEX triplet: 4D, 22 and 84. RGB value is (77,34,132). Sum of RGB (Red+Green+Blue) = 77+34+132=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D2284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2284 is #B2DD7B. Grayscale: #393939. Windows color (decimal): -11722108 or 8659533. OLE color: 8659533.
HSL color Cylindrical-coordinate representation of color #4D2284: hue angle of 266.33º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2284 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 34 | 132 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.48 |
| HSL | 266.33º | 0.59% | 0.33% | - |
| HSV(B) | 266.33º | 0.74% | 0.52% | - |
| XYZ | 7.8 | 4.39 | 22.27 | - |
| YUV | 58.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 132 | 0.42 | 0.74 | 0 | 0.48 | 266.33 | 0.59 | 0.33 |
| Hex | 4D | 22 | 84 | 2A | 4A | 0 | 30 | 10A | 3B | 21 |
| Octal | 115 | 42 | 204 | 52 | 112 | 0 | 60 | 412 | 73 | 41 |
| Binary | 1001101 | 100010 | 10000100 | 101010 | 1001010 | 0 | 110000 | 100001010 | 111011 | 100001 |
Color Harmonies of #4D2284
Complementary color
Monochromatic Colors of #4D2284
Black with #4D2284
Text Example
Text Example
White with #4D2284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2284; }
p { color: rgb(77,34,132); }
H1.HeaderClassName
{
color: #4D2284;
}
.AnyTagClassName
{
color: #4D2284;
}
</style>
background-color css
<style>
a { background-color: #4D2284; }
a { background-color: rgb(77,34,132); }
div.DivClassName
{
background-color: #4D2284;
}
.BgClassName
{
background-color: #4D2284;
}
</style>
border-color css
<style>
span { border-color: #4D2284; }
span { border-color: rgb(77,34,132); }
td.TdClassName
{
border-color: #4D2284;
}
.TagClassName
{
border-color: #4D2284;
}
</style>