Shades of Windsor #4A1882
Tints of Windsor #4A1882
RGB
CMYK
RGB Variations
Color information
#4A1882 (or 0x4A1882) is known color: Windsor. HEX triplet: 4A, 18 and 82. RGB value is (74,24,130). Sum of RGB (Red+Green+Blue) = 74+24+130=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1882 is #B5E77D. Grayscale: #323232. Windows color (decimal): -11921278 or 8525898. OLE color: 8525898.
HSL color Cylindrical-coordinate representation of color #4A1882: hue angle of 268.3º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1882 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 24 | 130 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.49 |
| HSL | 268.3º | 0.69% | 0.3% | - |
| HSV(B) | 268.3º | 0.82% | 0.51% | - |
| XYZ | 7.18 | 3.72 | 21.46 | - |
| YUV | 51.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 130 | 0.43 | 0.82 | 0 | 0.49 | 268.3 | 0.69 | 0.3 |
| Hex | 4A | 18 | 82 | 2B | 52 | 0 | 31 | 10C | 45 | 1E |
| Octal | 112 | 30 | 202 | 53 | 122 | 0 | 61 | 414 | 105 | 36 |
| Binary | 1001010 | 11000 | 10000010 | 101011 | 1010010 | 0 | 110001 | 100001100 | 1000101 | 11110 |
Color Harmonies of #4A1882
Complementary color
Monochromatic Colors of #4A1882
Black with #4A1882
Text Example
Text Example
White with #4A1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1882; }
p { color: rgb(74,24,130); }
H1.HeaderClassName
{
color: #4A1882;
}
.AnyTagClassName
{
color: #4A1882;
}
</style>
background-color css
<style>
a { background-color: #4A1882; }
a { background-color: rgb(74,24,130); }
div.DivClassName
{
background-color: #4A1882;
}
.BgClassName
{
background-color: #4A1882;
}
</style>
border-color css
<style>
span { border-color: #4A1882; }
span { border-color: rgb(74,24,130); }
td.TdClassName
{
border-color: #4A1882;
}
.TagClassName
{
border-color: #4A1882;
}
</style>