Shades of Windsor #4A1A90
Tints of Windsor #4A1A90
RGB
CMYK
RGB Variations
Color information
#4A1A90 (or 0x4A1A90) is known color: Windsor. HEX triplet: 4A, 1A and 90. RGB value is (74,26,144). Sum of RGB (Red+Green+Blue) = 74+26+144=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1A90 is #B5E56F. Grayscale: #353535. Windows color (decimal): -11920752 or 9443914. OLE color: 9443914.
HSL color Cylindrical-coordinate representation of color #4A1A90: hue angle of 264.41º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1A90 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 26 | 144 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.44 |
| HSL | 264.41º | 0.69% | 0.33% | - |
| HSV(B) | 264.41º | 0.82% | 0.56% | - |
| XYZ | 8.23 | 4.21 | 26.76 | - |
| YUV | 53.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 144 | 0.49 | 0.82 | 0 | 0.44 | 264.41 | 0.69 | 0.33 |
| Hex | 4A | 1A | 90 | 31 | 52 | 0 | 2C | 108 | 45 | 21 |
| Octal | 112 | 32 | 220 | 61 | 122 | 0 | 54 | 410 | 105 | 41 |
| Binary | 1001010 | 11010 | 10010000 | 110001 | 1010010 | 0 | 101100 | 100001000 | 1000101 | 100001 |
Color Harmonies of #4A1A90
Complementary color
Monochromatic Colors of #4A1A90
Black with #4A1A90
Text Example
Text Example
White with #4A1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A90; }
p { color: rgb(74,26,144); }
H1.HeaderClassName
{
color: #4A1A90;
}
.AnyTagClassName
{
color: #4A1A90;
}
</style>
background-color css
<style>
a { background-color: #4A1A90; }
a { background-color: rgb(74,26,144); }
div.DivClassName
{
background-color: #4A1A90;
}
.BgClassName
{
background-color: #4A1A90;
}
</style>
border-color css
<style>
span { border-color: #4A1A90; }
span { border-color: rgb(74,26,144); }
td.TdClassName
{
border-color: #4A1A90;
}
.TagClassName
{
border-color: #4A1A90;
}
</style>