Shades of Windsor #4A2880
Tints of Windsor #4A2880
RGB
CMYK
RGB Variations
Color information
#4A2880 (or 0x4A2880) is known color: Windsor. HEX triplet: 4A, 28 and 80. RGB value is (74,40,128). Sum of RGB (Red+Green+Blue) = 74+40+128=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A2880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2880 is #B5D77F. Grayscale: #3B3B3B. Windows color (decimal): -11917184 or 8398922. OLE color: 8398922.
HSL color Cylindrical-coordinate representation of color #4A2880: hue angle of 263.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2880 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 40 | 128 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.50 |
| HSL | 263.18º | 0.52% | 0.33% | - |
| HSV(B) | 263.18º | 0.69% | 0.5% | - |
| XYZ | 7.48 | 4.53 | 20.9 | - |
| YUV | 60.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 128 | 0.42 | 0.69 | 0 | 0.50 | 263.18 | 0.52 | 0.33 |
| Hex | 4A | 28 | 80 | 2A | 45 | 0 | 32 | 107 | 34 | 21 |
| Octal | 112 | 50 | 200 | 52 | 105 | 0 | 62 | 407 | 64 | 41 |
| Binary | 1001010 | 101000 | 10000000 | 101010 | 1000101 | 0 | 110010 | 100000111 | 110100 | 100001 |
Color Harmonies of #4A2880
Complementary color
Monochromatic Colors of #4A2880
Black with #4A2880
Text Example
Text Example
White with #4A2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2880; }
p { color: rgb(74,40,128); }
H1.HeaderClassName
{
color: #4A2880;
}
.AnyTagClassName
{
color: #4A2880;
}
</style>
background-color css
<style>
a { background-color: #4A2880; }
a { background-color: rgb(74,40,128); }
div.DivClassName
{
background-color: #4A2880;
}
.BgClassName
{
background-color: #4A2880;
}
</style>
border-color css
<style>
span { border-color: #4A2880; }
span { border-color: rgb(74,40,128); }
td.TdClassName
{
border-color: #4A2880;
}
.TagClassName
{
border-color: #4A2880;
}
</style>