Shades of Windsor #4A227D
Tints of Windsor #4A227D
RGB
CMYK
RGB Variations
Color information
#4A227D (or 0x4A227D) is known color: Windsor. HEX triplet: 4A, 22 and 7D. RGB value is (74,34,125). Sum of RGB (Red+Green+Blue) = 74+34+125=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A227D is #B5DD82. Grayscale: #383838. Windows color (decimal): -11918723 or 8200778. OLE color: 8200778.
HSL color Cylindrical-coordinate representation of color #4A227D: hue angle of 266.37º 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 #4A227D is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 34 | 125 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.51 |
| HSL | 266.37º | 0.57% | 0.31% | - |
| HSV(B) | 266.37º | 0.73% | 0.49% | - |
| XYZ | 7.1 | 4.08 | 19.82 | - |
| YUV | 56.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 125 | 0.41 | 0.73 | 0 | 0.51 | 266.37 | 0.57 | 0.31 |
| Hex | 4A | 22 | 7D | 29 | 49 | 0 | 33 | 10A | 39 | 1F |
| Octal | 112 | 42 | 175 | 51 | 111 | 0 | 63 | 412 | 71 | 37 |
| Binary | 1001010 | 100010 | 1111101 | 101001 | 1001001 | 0 | 110011 | 100001010 | 111001 | 11111 |
Color Harmonies of #4A227D
Complementary color
Monochromatic Colors of #4A227D
Black with #4A227D
Text Example
Text Example
White with #4A227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A227D; }
p { color: rgb(74,34,125); }
H1.HeaderClassName
{
color: #4A227D;
}
.AnyTagClassName
{
color: #4A227D;
}
</style>
background-color css
<style>
a { background-color: #4A227D; }
a { background-color: rgb(74,34,125); }
div.DivClassName
{
background-color: #4A227D;
}
.BgClassName
{
background-color: #4A227D;
}
</style>
border-color css
<style>
span { border-color: #4A227D; }
span { border-color: rgb(74,34,125); }
td.TdClassName
{
border-color: #4A227D;
}
.TagClassName
{
border-color: #4A227D;
}
</style>