Shades of Windsor #4A227C
Tints of Windsor #4A227C
RGB
CMYK
RGB Variations
Color information
#4A227C (or 0x4A227C) is known color: Windsor. HEX triplet: 4A, 22 and 7C. RGB value is (74,34,124). Sum of RGB (Red+Green+Blue) = 74+34+124=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A227C is #B5DD83. Grayscale: #373737. Windows color (decimal): -11918724 or 8135242. OLE color: 8135242.
HSL color Cylindrical-coordinate representation of color #4A227C: hue angle of 266.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A227C is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 34 | 124 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.51 |
| HSL | 266.67º | 0.57% | 0.31% | - |
| HSV(B) | 266.67º | 0.73% | 0.49% | - |
| XYZ | 7.03 | 4.06 | 19.48 | - |
| YUV | 56.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 124 | 0.40 | 0.73 | 0 | 0.51 | 266.67 | 0.57 | 0.31 |
| Hex | 4A | 22 | 7C | 28 | 49 | 0 | 33 | 10B | 39 | 1F |
| Octal | 112 | 42 | 174 | 50 | 111 | 0 | 63 | 413 | 71 | 37 |
| Binary | 1001010 | 100010 | 1111100 | 101000 | 1001001 | 0 | 110011 | 100001011 | 111001 | 11111 |
Color Harmonies of #4A227C
Complementary color
Monochromatic Colors of #4A227C
Black with #4A227C
Text Example
Text Example
White with #4A227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A227C; }
p { color: rgb(74,34,124); }
H1.HeaderClassName
{
color: #4A227C;
}
.AnyTagClassName
{
color: #4A227C;
}
</style>
background-color css
<style>
a { background-color: #4A227C; }
a { background-color: rgb(74,34,124); }
div.DivClassName
{
background-color: #4A227C;
}
.BgClassName
{
background-color: #4A227C;
}
</style>
border-color css
<style>
span { border-color: #4A227C; }
span { border-color: rgb(74,34,124); }
td.TdClassName
{
border-color: #4A227C;
}
.TagClassName
{
border-color: #4A227C;
}
</style>