Shades of Windsor #4A1C94
Tints of Windsor #4A1C94
RGB
CMYK
RGB Variations
Color information
#4A1C94 (or 0x4A1C94) is known color: Windsor. HEX triplet: 4A, 1C and 94. RGB value is (74,28,148). Sum of RGB (Red+Green+Blue) = 74+28+148=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A1C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1C94 is #B5E36B. Grayscale: #373737. Windows color (decimal): -11920236 or 9706570. OLE color: 9706570.
HSL color Cylindrical-coordinate representation of color #4A1C94: hue angle of 263º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1C94 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 28 | 148 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.42 |
| HSL | 263º | 0.68% | 0.35% | - |
| HSV(B) | 263º | 0.81% | 0.58% | - |
| XYZ | 8.58 | 4.42 | 28.42 | - |
| YUV | 55.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 148 | 0.50 | 0.81 | 0 | 0.42 | 263 | 0.68 | 0.35 |
| Hex | 4A | 1C | 94 | 32 | 51 | 0 | 2A | 107 | 44 | 23 |
| Octal | 112 | 34 | 224 | 62 | 121 | 0 | 52 | 407 | 104 | 43 |
| Binary | 1001010 | 11100 | 10010100 | 110010 | 1010001 | 0 | 101010 | 100000111 | 1000100 | 100011 |
Color Harmonies of #4A1C94
Complementary color
Monochromatic Colors of #4A1C94
Black with #4A1C94
Text Example
Text Example
White with #4A1C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1C94; }
p { color: rgb(74,28,148); }
H1.HeaderClassName
{
color: #4A1C94;
}
.AnyTagClassName
{
color: #4A1C94;
}
</style>
background-color css
<style>
a { background-color: #4A1C94; }
a { background-color: rgb(74,28,148); }
div.DivClassName
{
background-color: #4A1C94;
}
.BgClassName
{
background-color: #4A1C94;
}
</style>
border-color css
<style>
span { border-color: #4A1C94; }
span { border-color: rgb(74,28,148); }
td.TdClassName
{
border-color: #4A1C94;
}
.TagClassName
{
border-color: #4A1C94;
}
</style>