Shades of Windsor #4D337B
Tints of Windsor #4D337B
RGB
CMYK
RGB Variations
Color information
#4D337B (or 0x4D337B) is known color: Windsor. HEX triplet: 4D, 33 and 7B. RGB value is (77,51,123). Sum of RGB (Red+Green+Blue) = 77+51+123=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D337B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D337B is #B2CC84. Grayscale: #424242. Windows color (decimal): -11717765 or 8074061. OLE color: 8074061.
HSL color Cylindrical-coordinate representation of color #4D337B: hue angle of 261.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D337B is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 51 | 123 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.52 |
| HSL | 261.67º | 0.41% | 0.34% | - |
| HSV(B) | 261.67º | 0.59% | 0.48% | - |
| XYZ | 7.82 | 5.38 | 19.36 | - |
| YUV | 66.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 123 | 0.37 | 0.59 | 0 | 0.52 | 261.67 | 0.41 | 0.34 |
| Hex | 4D | 33 | 7B | 25 | 3B | 0 | 34 | 106 | 29 | 22 |
| Octal | 115 | 63 | 173 | 45 | 73 | 0 | 64 | 406 | 51 | 42 |
| Binary | 1001101 | 110011 | 1111011 | 100101 | 111011 | 0 | 110100 | 100000110 | 101001 | 100010 |
Color Harmonies of #4D337B
Complementary color
Monochromatic Colors of #4D337B
Black with #4D337B
Text Example
Text Example
White with #4D337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D337B; }
p { color: rgb(77,51,123); }
H1.HeaderClassName
{
color: #4D337B;
}
.AnyTagClassName
{
color: #4D337B;
}
</style>
background-color css
<style>
a { background-color: #4D337B; }
a { background-color: rgb(77,51,123); }
div.DivClassName
{
background-color: #4D337B;
}
.BgClassName
{
background-color: #4D337B;
}
</style>
border-color css
<style>
span { border-color: #4D337B; }
span { border-color: rgb(77,51,123); }
td.TdClassName
{
border-color: #4D337B;
}
.TagClassName
{
border-color: #4D337B;
}
</style>