Shades of Windsor #4A208B
Tints of Windsor #4A208B
RGB
CMYK
RGB Variations
Color information
#4A208B (or 0x4A208B) is known color: Windsor. HEX triplet: 4A, 20 and 8B. RGB value is (74,32,139). Sum of RGB (Red+Green+Blue) = 74+32+139=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A208B is #B5DF74. Grayscale: #383838. Windows color (decimal): -11919221 or 9117770. OLE color: 9117770.
HSL color Cylindrical-coordinate representation of color #4A208B: hue angle of 263.55º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A208B is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 32 | 139 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.45 |
| HSL | 263.55º | 0.63% | 0.34% | - |
| HSV(B) | 263.55º | 0.77% | 0.55% | - |
| XYZ | 8 | 4.35 | 24.84 | - |
| YUV | 56.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 139 | 0.47 | 0.77 | 0 | 0.45 | 263.55 | 0.63 | 0.34 |
| Hex | 4A | 20 | 8B | 2F | 4D | 0 | 2D | 108 | 3F | 22 |
| Octal | 112 | 40 | 213 | 57 | 115 | 0 | 55 | 410 | 77 | 42 |
| Binary | 1001010 | 100000 | 10001011 | 101111 | 1001101 | 0 | 101101 | 100001000 | 111111 | 100010 |
Color Harmonies of #4A208B
Complementary color
Monochromatic Colors of #4A208B
Black with #4A208B
Text Example
Text Example
White with #4A208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A208B; }
p { color: rgb(74,32,139); }
H1.HeaderClassName
{
color: #4A208B;
}
.AnyTagClassName
{
color: #4A208B;
}
</style>
background-color css
<style>
a { background-color: #4A208B; }
a { background-color: rgb(74,32,139); }
div.DivClassName
{
background-color: #4A208B;
}
.BgClassName
{
background-color: #4A208B;
}
</style>
border-color css
<style>
span { border-color: #4A208B; }
span { border-color: rgb(74,32,139); }
td.TdClassName
{
border-color: #4A208B;
}
.TagClassName
{
border-color: #4A208B;
}
</style>