Shades of Windsor #4A1A95
Tints of Windsor #4A1A95
RGB
CMYK
RGB Variations
Color information
#4A1A95 (or 0x4A1A95) is known color: Windsor. HEX triplet: 4A, 1A and 95. RGB value is (74,26,149). Sum of RGB (Red+Green+Blue) = 74+26+149=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A1A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1A95 is #B5E56A. Grayscale: #353535. Windows color (decimal): -11920747 or 9771594. OLE color: 9771594.
HSL color Cylindrical-coordinate representation of color #4A1A95: hue angle of 263.41º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1A95 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 26 | 149 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.42 |
| HSL | 263.41º | 0.7% | 0.34% | - |
| HSV(B) | 263.41º | 0.83% | 0.58% | - |
| XYZ | 8.62 | 4.36 | 28.82 | - |
| YUV | 54.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 149 | 0.50 | 0.83 | 0 | 0.42 | 263.41 | 0.7 | 0.34 |
| Hex | 4A | 1A | 95 | 32 | 53 | 0 | 2A | 107 | 46 | 22 |
| Octal | 112 | 32 | 225 | 62 | 123 | 0 | 52 | 407 | 106 | 42 |
| Binary | 1001010 | 11010 | 10010101 | 110010 | 1010011 | 0 | 101010 | 100000111 | 1000110 | 100010 |
Color Harmonies of #4A1A95
Complementary color
Monochromatic Colors of #4A1A95
Black with #4A1A95
Text Example
Text Example
White with #4A1A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A95; }
p { color: rgb(74,26,149); }
H1.HeaderClassName
{
color: #4A1A95;
}
.AnyTagClassName
{
color: #4A1A95;
}
</style>
background-color css
<style>
a { background-color: #4A1A95; }
a { background-color: rgb(74,26,149); }
div.DivClassName
{
background-color: #4A1A95;
}
.BgClassName
{
background-color: #4A1A95;
}
</style>
border-color css
<style>
span { border-color: #4A1A95; }
span { border-color: rgb(74,26,149); }
td.TdClassName
{
border-color: #4A1A95;
}
.TagClassName
{
border-color: #4A1A95;
}
</style>