Shades of Windsor #4D2888
Tints of Windsor #4D2888
RGB
CMYK
RGB Variations
Color information
#4D2888 (or 0x4D2888) is known color: Windsor. HEX triplet: 4D, 28 and 88. RGB value is (77,40,136). Sum of RGB (Red+Green+Blue) = 77+40+136=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D2888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2888 is #B2D777. Grayscale: #3D3D3D. Windows color (decimal): -11720568 or 8923213. OLE color: 8923213.
HSL color Cylindrical-coordinate representation of color #4D2888: hue angle of 263.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2888 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 40 | 136 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.47 |
| HSL | 263.13º | 0.55% | 0.35% | - |
| HSV(B) | 263.13º | 0.71% | 0.53% | - |
| XYZ | 8.26 | 4.87 | 23.8 | - |
| YUV | 62.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 136 | 0.43 | 0.71 | 0 | 0.47 | 263.13 | 0.55 | 0.35 |
| Hex | 4D | 28 | 88 | 2B | 47 | 0 | 2F | 107 | 37 | 23 |
| Octal | 115 | 50 | 210 | 53 | 107 | 0 | 57 | 407 | 67 | 43 |
| Binary | 1001101 | 101000 | 10001000 | 101011 | 1000111 | 0 | 101111 | 100000111 | 110111 | 100011 |
Color Harmonies of #4D2888
Complementary color
Monochromatic Colors of #4D2888
Black with #4D2888
Text Example
Text Example
White with #4D2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2888; }
p { color: rgb(77,40,136); }
H1.HeaderClassName
{
color: #4D2888;
}
.AnyTagClassName
{
color: #4D2888;
}
</style>
background-color css
<style>
a { background-color: #4D2888; }
a { background-color: rgb(77,40,136); }
div.DivClassName
{
background-color: #4D2888;
}
.BgClassName
{
background-color: #4D2888;
}
</style>
border-color css
<style>
span { border-color: #4D2888; }
span { border-color: rgb(77,40,136); }
td.TdClassName
{
border-color: #4D2888;
}
.TagClassName
{
border-color: #4D2888;
}
</style>