Shades of Windsor #4A3180
Tints of Windsor #4A3180
RGB
CMYK
RGB Variations
Color information
#4A3180 (or 0x4A3180) is known color: Windsor. HEX triplet: 4A, 31 and 80. RGB value is (74,49,128). Sum of RGB (Red+Green+Blue) = 74+49+128=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A3180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3180 is #B5CE7F. Grayscale: #414141. Windows color (decimal): -11914880 or 8401226. OLE color: 8401226.
HSL color Cylindrical-coordinate representation of color #4A3180: hue angle of 258.99º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A3180 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 49 | 128 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.50 |
| HSL | 258.99º | 0.45% | 0.35% | - |
| HSV(B) | 258.99º | 0.62% | 0.5% | - |
| XYZ | 7.82 | 5.21 | 21.02 | - |
| YUV | 65.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 128 | 0.42 | 0.62 | 0 | 0.50 | 258.99 | 0.45 | 0.35 |
| Hex | 4A | 31 | 80 | 2A | 3E | 0 | 32 | 103 | 2D | 23 |
| Octal | 112 | 61 | 200 | 52 | 76 | 0 | 62 | 403 | 55 | 43 |
| Binary | 1001010 | 110001 | 10000000 | 101010 | 111110 | 0 | 110010 | 100000011 | 101101 | 100011 |
Color Harmonies of #4A3180
Complementary color
Monochromatic Colors of #4A3180
Black with #4A3180
Text Example
Text Example
White with #4A3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3180; }
p { color: rgb(74,49,128); }
H1.HeaderClassName
{
color: #4A3180;
}
.AnyTagClassName
{
color: #4A3180;
}
</style>
background-color css
<style>
a { background-color: #4A3180; }
a { background-color: rgb(74,49,128); }
div.DivClassName
{
background-color: #4A3180;
}
.BgClassName
{
background-color: #4A3180;
}
</style>
border-color css
<style>
span { border-color: #4A3180; }
span { border-color: rgb(74,49,128); }
td.TdClassName
{
border-color: #4A3180;
}
.TagClassName
{
border-color: #4A3180;
}
</style>