Shades of Windsor #4C3380
Tints of Windsor #4C3380
RGB
CMYK
RGB Variations
Color information
#4C3380 (or 0x4C3380) is known color: Windsor. HEX triplet: 4C, 33 and 80. RGB value is (76,51,128). Sum of RGB (Red+Green+Blue) = 76+51+128=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C3380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3380 is #B3CC7F. Grayscale: #424242. Windows color (decimal): -11783296 or 8401740. OLE color: 8401740.
HSL color Cylindrical-coordinate representation of color #4C3380: hue angle of 259.48º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C3380 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 51 | 128 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.50 |
| HSL | 259.48º | 0.43% | 0.35% | - |
| HSV(B) | 259.48º | 0.6% | 0.5% | - |
| XYZ | 8.06 | 5.46 | 21.05 | - |
| YUV | 67.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 128 | 0.41 | 0.60 | 0 | 0.50 | 259.48 | 0.43 | 0.35 |
| Hex | 4C | 33 | 80 | 29 | 3C | 0 | 32 | 103 | 2B | 23 |
| Octal | 114 | 63 | 200 | 51 | 74 | 0 | 62 | 403 | 53 | 43 |
| Binary | 1001100 | 110011 | 10000000 | 101001 | 111100 | 0 | 110010 | 100000011 | 101011 | 100011 |
Color Harmonies of #4C3380
Complementary color
Monochromatic Colors of #4C3380
Black with #4C3380
Text Example
Text Example
White with #4C3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3380; }
p { color: rgb(76,51,128); }
H1.HeaderClassName
{
color: #4C3380;
}
.AnyTagClassName
{
color: #4C3380;
}
</style>
background-color css
<style>
a { background-color: #4C3380; }
a { background-color: rgb(76,51,128); }
div.DivClassName
{
background-color: #4C3380;
}
.BgClassName
{
background-color: #4C3380;
}
</style>
border-color css
<style>
span { border-color: #4C3380; }
span { border-color: rgb(76,51,128); }
td.TdClassName
{
border-color: #4C3380;
}
.TagClassName
{
border-color: #4C3380;
}
</style>