Shades of Windsor #4A218B
Tints of Windsor #4A218B
RGB
CMYK
RGB Variations
Color information
#4A218B (or 0x4A218B) is known color: Windsor. HEX triplet: 4A, 21 and 8B. RGB value is (74,33,139). Sum of RGB (Red+Green+Blue) = 74+33+139=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A218B is #B5DE74. Grayscale: #383838. Windows color (decimal): -11918965 or 9118026. OLE color: 9118026.
HSL color Cylindrical-coordinate representation of color #4A218B: hue angle of 263.21º degrees, saturation: 0.62, 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 #4A218B is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 33 | 139 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.45 |
| HSL | 263.21º | 0.62% | 0.34% | - |
| HSV(B) | 263.21º | 0.76% | 0.55% | - |
| XYZ | 8.03 | 4.41 | 24.85 | - |
| YUV | 57.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 139 | 0.47 | 0.76 | 0 | 0.45 | 263.21 | 0.62 | 0.34 |
| Hex | 4A | 21 | 8B | 2F | 4C | 0 | 2D | 107 | 3E | 22 |
| Octal | 112 | 41 | 213 | 57 | 114 | 0 | 55 | 407 | 76 | 42 |
| Binary | 1001010 | 100001 | 10001011 | 101111 | 1001100 | 0 | 101101 | 100000111 | 111110 | 100010 |
Color Harmonies of #4A218B
Complementary color
Monochromatic Colors of #4A218B
Black with #4A218B
Text Example
Text Example
White with #4A218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A218B; }
p { color: rgb(74,33,139); }
H1.HeaderClassName
{
color: #4A218B;
}
.AnyTagClassName
{
color: #4A218B;
}
</style>
background-color css
<style>
a { background-color: #4A218B; }
a { background-color: rgb(74,33,139); }
div.DivClassName
{
background-color: #4A218B;
}
.BgClassName
{
background-color: #4A218B;
}
</style>
border-color css
<style>
span { border-color: #4A218B; }
span { border-color: rgb(74,33,139); }
td.TdClassName
{
border-color: #4A218B;
}
.TagClassName
{
border-color: #4A218B;
}
</style>