Shades of Windsor #4A228B
Tints of Windsor #4A228B
RGB
CMYK
RGB Variations
Color information
#4A228B (or 0x4A228B) is known color: Windsor. HEX triplet: 4A, 22 and 8B. RGB value is (74,34,139). Sum of RGB (Red+Green+Blue) = 74+34+139=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A228B is #B5DD74. Grayscale: #393939. Windows color (decimal): -11918709 or 9118282. OLE color: 9118282.
HSL color Cylindrical-coordinate representation of color #4A228B: hue angle of 262.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A228B is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 34 | 139 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.45 |
| HSL | 262.86º | 0.61% | 0.34% | - |
| HSV(B) | 262.86º | 0.76% | 0.55% | - |
| XYZ | 8.06 | 4.46 | 24.86 | - |
| YUV | 57.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 139 | 0.47 | 0.76 | 0 | 0.45 | 262.86 | 0.61 | 0.34 |
| Hex | 4A | 22 | 8B | 2F | 4C | 0 | 2D | 107 | 3D | 22 |
| Octal | 112 | 42 | 213 | 57 | 114 | 0 | 55 | 407 | 75 | 42 |
| Binary | 1001010 | 100010 | 10001011 | 101111 | 1001100 | 0 | 101101 | 100000111 | 111101 | 100010 |
Color Harmonies of #4A228B
Complementary color
Monochromatic Colors of #4A228B
Black with #4A228B
Text Example
Text Example
White with #4A228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A228B; }
p { color: rgb(74,34,139); }
H1.HeaderClassName
{
color: #4A228B;
}
.AnyTagClassName
{
color: #4A228B;
}
</style>
background-color css
<style>
a { background-color: #4A228B; }
a { background-color: rgb(74,34,139); }
div.DivClassName
{
background-color: #4A228B;
}
.BgClassName
{
background-color: #4A228B;
}
</style>
border-color css
<style>
span { border-color: #4A228B; }
span { border-color: rgb(74,34,139); }
td.TdClassName
{
border-color: #4A228B;
}
.TagClassName
{
border-color: #4A228B;
}
</style>