Shades of Windsor #4A2390
Tints of Windsor #4A2390
RGB
CMYK
RGB Variations
Color information
#4A2390 (or 0x4A2390) is known color: Windsor. HEX triplet: 4A, 23 and 90. RGB value is (74,35,144). Sum of RGB (Red+Green+Blue) = 74+35+144=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A2390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2390 is #B5DC6F. Grayscale: #3A3A3A. Windows color (decimal): -11918448 or 9446218. OLE color: 9446218.
HSL color Cylindrical-coordinate representation of color #4A2390: hue angle of 261.47º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A2390 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 35 | 144 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.44 |
| HSL | 261.47º | 0.61% | 0.35% | - |
| HSV(B) | 261.47º | 0.76% | 0.56% | - |
| XYZ | 8.46 | 4.67 | 26.84 | - |
| YUV | 59.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 144 | 0.49 | 0.76 | 0 | 0.44 | 261.47 | 0.61 | 0.35 |
| Hex | 4A | 23 | 90 | 31 | 4C | 0 | 2C | 105 | 3D | 23 |
| Octal | 112 | 43 | 220 | 61 | 114 | 0 | 54 | 405 | 75 | 43 |
| Binary | 1001010 | 100011 | 10010000 | 110001 | 1001100 | 0 | 101100 | 100000101 | 111101 | 100011 |
Color Harmonies of #4A2390
Complementary color
Monochromatic Colors of #4A2390
Black with #4A2390
Text Example
Text Example
White with #4A2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2390; }
p { color: rgb(74,35,144); }
H1.HeaderClassName
{
color: #4A2390;
}
.AnyTagClassName
{
color: #4A2390;
}
</style>
background-color css
<style>
a { background-color: #4A2390; }
a { background-color: rgb(74,35,144); }
div.DivClassName
{
background-color: #4A2390;
}
.BgClassName
{
background-color: #4A2390;
}
</style>
border-color css
<style>
span { border-color: #4A2390; }
span { border-color: rgb(74,35,144); }
td.TdClassName
{
border-color: #4A2390;
}
.TagClassName
{
border-color: #4A2390;
}
</style>