Shades of Windsor #4A298B
Tints of Windsor #4A298B
RGB
CMYK
RGB Variations
Color information
#4A298B (or 0x4A298B) is known color: Windsor. HEX triplet: 4A, 29 and 8B. RGB value is (74,41,139). Sum of RGB (Red+Green+Blue) = 74+41+139=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A298B is #B5D674. Grayscale: #3D3D3D. Windows color (decimal): -11916917 or 9120074. OLE color: 9120074.
HSL color Cylindrical-coordinate representation of color #4A298B: hue angle of 260.2º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A298B is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 41 | 139 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.45 |
| HSL | 260.2º | 0.54% | 0.35% | - |
| HSV(B) | 260.2º | 0.71% | 0.55% | - |
| XYZ | 8.28 | 4.91 | 24.94 | - |
| YUV | 62.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 139 | 0.47 | 0.71 | 0 | 0.45 | 260.2 | 0.54 | 0.35 |
| Hex | 4A | 29 | 8B | 2F | 47 | 0 | 2D | 104 | 36 | 23 |
| Octal | 112 | 51 | 213 | 57 | 107 | 0 | 55 | 404 | 66 | 43 |
| Binary | 1001010 | 101001 | 10001011 | 101111 | 1000111 | 0 | 101101 | 100000100 | 110110 | 100011 |
Color Harmonies of #4A298B
Complementary color
Monochromatic Colors of #4A298B
Black with #4A298B
Text Example
Text Example
White with #4A298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A298B; }
p { color: rgb(74,41,139); }
H1.HeaderClassName
{
color: #4A298B;
}
.AnyTagClassName
{
color: #4A298B;
}
</style>
background-color css
<style>
a { background-color: #4A298B; }
a { background-color: rgb(74,41,139); }
div.DivClassName
{
background-color: #4A298B;
}
.BgClassName
{
background-color: #4A298B;
}
</style>
border-color css
<style>
span { border-color: #4A298B; }
span { border-color: rgb(74,41,139); }
td.TdClassName
{
border-color: #4A298B;
}
.TagClassName
{
border-color: #4A298B;
}
</style>