Shades of Windsor #4C1A83
Tints of Windsor #4C1A83
RGB
CMYK
RGB Variations
Color information
#4C1A83 (or 0x4C1A83) is known color: Windsor. HEX triplet: 4C, 1A and 83. RGB value is (76,26,131). Sum of RGB (Red+Green+Blue) = 76+26+131=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C1A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1A83 is #B3E57C. Grayscale: #343434. Windows color (decimal): -11789693 or 8591948. OLE color: 8591948.
HSL color Cylindrical-coordinate representation of color #4C1A83: hue angle of 268.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1A83 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 26 | 131 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.49 |
| HSL | 268.57º | 0.67% | 0.31% | - |
| HSV(B) | 268.57º | 0.8% | 0.51% | - |
| XYZ | 7.45 | 3.91 | 21.84 | - |
| YUV | 52.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 131 | 0.42 | 0.80 | 0 | 0.49 | 268.57 | 0.67 | 0.31 |
| Hex | 4C | 1A | 83 | 2A | 50 | 0 | 31 | 10D | 43 | 1F |
| Octal | 114 | 32 | 203 | 52 | 120 | 0 | 61 | 415 | 103 | 37 |
| Binary | 1001100 | 11010 | 10000011 | 101010 | 1010000 | 0 | 110001 | 100001101 | 1000011 | 11111 |
Color Harmonies of #4C1A83
Complementary color
Monochromatic Colors of #4C1A83
Black with #4C1A83
Text Example
Text Example
White with #4C1A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A83; }
p { color: rgb(76,26,131); }
H1.HeaderClassName
{
color: #4C1A83;
}
.AnyTagClassName
{
color: #4C1A83;
}
</style>
background-color css
<style>
a { background-color: #4C1A83; }
a { background-color: rgb(76,26,131); }
div.DivClassName
{
background-color: #4C1A83;
}
.BgClassName
{
background-color: #4C1A83;
}
</style>
border-color css
<style>
span { border-color: #4C1A83; }
span { border-color: rgb(76,26,131); }
td.TdClassName
{
border-color: #4C1A83;
}
.TagClassName
{
border-color: #4C1A83;
}
</style>