Shades of Windsor #4C3087
Tints of Windsor #4C3087
RGB
CMYK
RGB Variations
Color information
#4C3087 (or 0x4C3087) is known color: Windsor. HEX triplet: 4C, 30 and 87. RGB value is (76,48,135). Sum of RGB (Red+Green+Blue) = 76+48+135=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C3087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3087 is #B3CF78. Grayscale: #414141. Windows color (decimal): -11784057 or 8859724. OLE color: 8859724.
HSL color Cylindrical-coordinate representation of color #4C3087: hue angle of 259.31º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C3087 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 48 | 135 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.47 |
| HSL | 259.31º | 0.48% | 0.36% | - |
| HSV(B) | 259.31º | 0.64% | 0.53% | - |
| XYZ | 8.41 | 5.4 | 23.52 | - |
| YUV | 66.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 135 | 0.44 | 0.64 | 0 | 0.47 | 259.31 | 0.48 | 0.36 |
| Hex | 4C | 30 | 87 | 2C | 40 | 0 | 2F | 103 | 30 | 24 |
| Octal | 114 | 60 | 207 | 54 | 100 | 0 | 57 | 403 | 60 | 44 |
| Binary | 1001100 | 110000 | 10000111 | 101100 | 1000000 | 0 | 101111 | 100000011 | 110000 | 100100 |
Color Harmonies of #4C3087
Complementary color
Monochromatic Colors of #4C3087
Black with #4C3087
Text Example
Text Example
White with #4C3087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3087; }
p { color: rgb(76,48,135); }
H1.HeaderClassName
{
color: #4C3087;
}
.AnyTagClassName
{
color: #4C3087;
}
</style>
background-color css
<style>
a { background-color: #4C3087; }
a { background-color: rgb(76,48,135); }
div.DivClassName
{
background-color: #4C3087;
}
.BgClassName
{
background-color: #4C3087;
}
</style>
border-color css
<style>
span { border-color: #4C3087; }
span { border-color: rgb(76,48,135); }
td.TdClassName
{
border-color: #4C3087;
}
.TagClassName
{
border-color: #4C3087;
}
</style>