Shades of Windsor #4D2288
Tints of Windsor #4D2288
RGB
CMYK
RGB Variations
Color information
#4D2288 (or 0x4D2288) is known color: Windsor. HEX triplet: 4D, 22 and 88. RGB value is (77,34,136). Sum of RGB (Red+Green+Blue) = 77+34+136=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D2288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2288 is #B2DD77. Grayscale: #3A3A3A. Windows color (decimal): -11722104 or 8921677. OLE color: 8921677.
HSL color Cylindrical-coordinate representation of color #4D2288: hue angle of 265.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2288 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 34 | 136 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.47 |
| HSL | 265.29º | 0.6% | 0.33% | - |
| HSV(B) | 265.29º | 0.75% | 0.53% | - |
| XYZ | 8.08 | 4.5 | 23.74 | - |
| YUV | 58.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 136 | 0.43 | 0.75 | 0 | 0.47 | 265.29 | 0.6 | 0.33 |
| Hex | 4D | 22 | 88 | 2B | 4B | 0 | 2F | 109 | 3C | 21 |
| Octal | 115 | 42 | 210 | 53 | 113 | 0 | 57 | 411 | 74 | 41 |
| Binary | 1001101 | 100010 | 10001000 | 101011 | 1001011 | 0 | 101111 | 100001001 | 111100 | 100001 |
Color Harmonies of #4D2288
Complementary color
Monochromatic Colors of #4D2288
Black with #4D2288
Text Example
Text Example
White with #4D2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2288; }
p { color: rgb(77,34,136); }
H1.HeaderClassName
{
color: #4D2288;
}
.AnyTagClassName
{
color: #4D2288;
}
</style>
background-color css
<style>
a { background-color: #4D2288; }
a { background-color: rgb(77,34,136); }
div.DivClassName
{
background-color: #4D2288;
}
.BgClassName
{
background-color: #4D2288;
}
</style>
border-color css
<style>
span { border-color: #4D2288; }
span { border-color: rgb(77,34,136); }
td.TdClassName
{
border-color: #4D2288;
}
.TagClassName
{
border-color: #4D2288;
}
</style>