Shades of Windsor #4D377B
Tints of Windsor #4D377B
RGB
CMYK
RGB Variations
Color information
#4D377B (or 0x4D377B) is known color: Windsor. HEX triplet: 4D, 37 and 7B. RGB value is (77,55,123). Sum of RGB (Red+Green+Blue) = 77+55+123=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D377B is #B2C884. Grayscale: #454545. Windows color (decimal): -11716741 or 8075085. OLE color: 8075085.
HSL color Cylindrical-coordinate representation of color #4D377B: hue angle of 259.41º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D377B is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 55 | 123 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.52 |
| HSL | 259.41º | 0.38% | 0.35% | - |
| HSV(B) | 259.41º | 0.55% | 0.48% | - |
| XYZ | 8 | 5.74 | 19.43 | - |
| YUV | 69.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 123 | 0.37 | 0.55 | 0 | 0.52 | 259.41 | 0.38 | 0.35 |
| Hex | 4D | 37 | 7B | 25 | 37 | 0 | 34 | 103 | 26 | 23 |
| Octal | 115 | 67 | 173 | 45 | 67 | 0 | 64 | 403 | 46 | 43 |
| Binary | 1001101 | 110111 | 1111011 | 100101 | 110111 | 0 | 110100 | 100000011 | 100110 | 100011 |
Color Harmonies of #4D377B
Complementary color
Monochromatic Colors of #4D377B
Black with #4D377B
Text Example
Text Example
White with #4D377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D377B; }
p { color: rgb(77,55,123); }
H1.HeaderClassName
{
color: #4D377B;
}
.AnyTagClassName
{
color: #4D377B;
}
</style>
background-color css
<style>
a { background-color: #4D377B; }
a { background-color: rgb(77,55,123); }
div.DivClassName
{
background-color: #4D377B;
}
.BgClassName
{
background-color: #4D377B;
}
</style>
border-color css
<style>
span { border-color: #4D377B; }
span { border-color: rgb(77,55,123); }
td.TdClassName
{
border-color: #4D377B;
}
.TagClassName
{
border-color: #4D377B;
}
</style>