Shades of Windsor #4A2A87
Tints of Windsor #4A2A87
RGB
CMYK
RGB Variations
Color information
#4A2A87 (or 0x4A2A87) is known color: Windsor. HEX triplet: 4A, 2A and 87. RGB value is (74,42,135). Sum of RGB (Red+Green+Blue) = 74+42+135=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A2A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2A87 is #B5D578. Grayscale: #3D3D3D. Windows color (decimal): -11916665 or 8858186. OLE color: 8858186.
HSL color Cylindrical-coordinate representation of color #4A2A87: hue angle of 260.65º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2A87 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 42 | 135 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.47 |
| HSL | 260.65º | 0.53% | 0.35% | - |
| HSV(B) | 260.65º | 0.69% | 0.53% | - |
| XYZ | 8.03 | 4.86 | 23.44 | - |
| YUV | 62.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 135 | 0.45 | 0.69 | 0 | 0.47 | 260.65 | 0.53 | 0.35 |
| Hex | 4A | 2A | 87 | 2D | 45 | 0 | 2F | 105 | 35 | 23 |
| Octal | 112 | 52 | 207 | 55 | 105 | 0 | 57 | 405 | 65 | 43 |
| Binary | 1001010 | 101010 | 10000111 | 101101 | 1000101 | 0 | 101111 | 100000101 | 110101 | 100011 |
Color Harmonies of #4A2A87
Complementary color
Monochromatic Colors of #4A2A87
Black with #4A2A87
Text Example
Text Example
White with #4A2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A87; }
p { color: rgb(74,42,135); }
H1.HeaderClassName
{
color: #4A2A87;
}
.AnyTagClassName
{
color: #4A2A87;
}
</style>
background-color css
<style>
a { background-color: #4A2A87; }
a { background-color: rgb(74,42,135); }
div.DivClassName
{
background-color: #4A2A87;
}
.BgClassName
{
background-color: #4A2A87;
}
</style>
border-color css
<style>
span { border-color: #4A2A87; }
span { border-color: rgb(74,42,135); }
td.TdClassName
{
border-color: #4A2A87;
}
.TagClassName
{
border-color: #4A2A87;
}
</style>