Shades of Windsor #4C377B
Tints of Windsor #4C377B
RGB
CMYK
RGB Variations
Color information
#4C377B (or 0x4C377B) is known color: Windsor. HEX triplet: 4C, 37 and 7B. RGB value is (76,55,123). Sum of RGB (Red+Green+Blue) = 76+55+123=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C377B is #B3C884. Grayscale: #444444. Windows color (decimal): -11782277 or 8075084. OLE color: 8075084.
HSL color Cylindrical-coordinate representation of color #4C377B: hue angle of 258.53º 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 #4C377B is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 55 | 123 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.52 |
| HSL | 258.53º | 0.38% | 0.35% | - |
| HSV(B) | 258.53º | 0.55% | 0.48% | - |
| XYZ | 7.92 | 5.7 | 19.42 | - |
| YUV | 69.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 123 | 0.38 | 0.55 | 0 | 0.52 | 258.53 | 0.38 | 0.35 |
| Hex | 4C | 37 | 7B | 26 | 37 | 0 | 34 | 103 | 26 | 23 |
| Octal | 114 | 67 | 173 | 46 | 67 | 0 | 64 | 403 | 46 | 43 |
| Binary | 1001100 | 110111 | 1111011 | 100110 | 110111 | 0 | 110100 | 100000011 | 100110 | 100011 |
Color Harmonies of #4C377B
Complementary color
Monochromatic Colors of #4C377B
Black with #4C377B
Text Example
Text Example
White with #4C377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C377B; }
p { color: rgb(76,55,123); }
H1.HeaderClassName
{
color: #4C377B;
}
.AnyTagClassName
{
color: #4C377B;
}
</style>
background-color css
<style>
a { background-color: #4C377B; }
a { background-color: rgb(76,55,123); }
div.DivClassName
{
background-color: #4C377B;
}
.BgClassName
{
background-color: #4C377B;
}
</style>
border-color css
<style>
span { border-color: #4C377B; }
span { border-color: rgb(76,55,123); }
td.TdClassName
{
border-color: #4C377B;
}
.TagClassName
{
border-color: #4C377B;
}
</style>