Shades of Windsor #4A2C82
Tints of Windsor #4A2C82
RGB
CMYK
RGB Variations
Color information
#4A2C82 (or 0x4A2C82) is known color: Windsor. HEX triplet: 4A, 2C and 82. RGB value is (74,44,130). Sum of RGB (Red+Green+Blue) = 74+44+130=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A2C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2C82 is #B5D37D. Grayscale: #3E3E3E. Windows color (decimal): -11916158 or 8531018. OLE color: 8531018.
HSL color Cylindrical-coordinate representation of color #4A2C82: hue angle of 260.93º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A2C82 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 44 | 130 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.49 |
| HSL | 260.93º | 0.49% | 0.34% | - |
| HSV(B) | 260.93º | 0.66% | 0.51% | - |
| XYZ | 7.75 | 4.87 | 21.65 | - |
| YUV | 62.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 130 | 0.43 | 0.66 | 0 | 0.49 | 260.93 | 0.49 | 0.34 |
| Hex | 4A | 2C | 82 | 2B | 42 | 0 | 31 | 105 | 31 | 22 |
| Octal | 112 | 54 | 202 | 53 | 102 | 0 | 61 | 405 | 61 | 42 |
| Binary | 1001010 | 101100 | 10000010 | 101011 | 1000010 | 0 | 110001 | 100000101 | 110001 | 100010 |
Color Harmonies of #4A2C82
Complementary color
Monochromatic Colors of #4A2C82
Black with #4A2C82
Text Example
Text Example
White with #4A2C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2C82; }
p { color: rgb(74,44,130); }
H1.HeaderClassName
{
color: #4A2C82;
}
.AnyTagClassName
{
color: #4A2C82;
}
</style>
background-color css
<style>
a { background-color: #4A2C82; }
a { background-color: rgb(74,44,130); }
div.DivClassName
{
background-color: #4A2C82;
}
.BgClassName
{
background-color: #4A2C82;
}
</style>
border-color css
<style>
span { border-color: #4A2C82; }
span { border-color: rgb(74,44,130); }
td.TdClassName
{
border-color: #4A2C82;
}
.TagClassName
{
border-color: #4A2C82;
}
</style>