Shades of Windsor #4D3583
Tints of Windsor #4D3583
RGB
CMYK
RGB Variations
Color information
#4D3583 (or 0x4D3583) is known color: Windsor. HEX triplet: 4D, 35 and 83. RGB value is (77,53,131). Sum of RGB (Red+Green+Blue) = 77+53+131=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D3583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3583 is #B2CA7C. Grayscale: #444444. Windows color (decimal): -11717245 or 8598861. OLE color: 8598861.
HSL color Cylindrical-coordinate representation of color #4D3583: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D3583 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 53 | 131 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.49 |
| HSL | 258.46º | 0.42% | 0.36% | - |
| HSV(B) | 258.46º | 0.6% | 0.51% | - |
| XYZ | 8.43 | 5.76 | 22.14 | - |
| YUV | 69.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 131 | 0.41 | 0.60 | 0 | 0.49 | 258.46 | 0.42 | 0.36 |
| Hex | 4D | 35 | 83 | 29 | 3C | 0 | 31 | 102 | 2A | 24 |
| Octal | 115 | 65 | 203 | 51 | 74 | 0 | 61 | 402 | 52 | 44 |
| Binary | 1001101 | 110101 | 10000011 | 101001 | 111100 | 0 | 110001 | 100000010 | 101010 | 100100 |
Color Harmonies of #4D3583
Complementary color
Monochromatic Colors of #4D3583
Black with #4D3583
Text Example
Text Example
White with #4D3583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3583; }
p { color: rgb(77,53,131); }
H1.HeaderClassName
{
color: #4D3583;
}
.AnyTagClassName
{
color: #4D3583;
}
</style>
background-color css
<style>
a { background-color: #4D3583; }
a { background-color: rgb(77,53,131); }
div.DivClassName
{
background-color: #4D3583;
}
.BgClassName
{
background-color: #4D3583;
}
</style>
border-color css
<style>
span { border-color: #4D3583; }
span { border-color: rgb(77,53,131); }
td.TdClassName
{
border-color: #4D3583;
}
.TagClassName
{
border-color: #4D3583;
}
</style>