Shades of Windsor #49298B
Tints of Windsor #49298B
RGB
CMYK
RGB Variations
Color information
#49298B (or 0x49298B) is known color: Windsor. HEX triplet: 49, 29 and 8B. RGB value is (73,41,139). Sum of RGB (Red+Green+Blue) = 73+41+139=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #49298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49298B is #B6D674. Grayscale: #3D3D3D. Windows color (decimal): -11982453 or 9120073. OLE color: 9120073.
HSL color Cylindrical-coordinate representation of color #49298B: hue angle of 259.59º 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 #49298B is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 41 | 139 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.45 |
| HSL | 259.59º | 0.54% | 0.35% | - |
| HSV(B) | 259.59º | 0.71% | 0.55% | - |
| XYZ | 8.2 | 4.87 | 24.93 | - |
| YUV | 61.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 139 | 0.47 | 0.71 | 0 | 0.45 | 259.59 | 0.54 | 0.35 |
| Hex | 49 | 29 | 8B | 2F | 47 | 0 | 2D | 104 | 36 | 23 |
| Octal | 111 | 51 | 213 | 57 | 107 | 0 | 55 | 404 | 66 | 43 |
| Binary | 1001001 | 101001 | 10001011 | 101111 | 1000111 | 0 | 101101 | 100000100 | 110110 | 100011 |
Color Harmonies of #49298B
Complementary color
Monochromatic Colors of #49298B
Black with #49298B
Text Example
Text Example
White with #49298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49298B; }
p { color: rgb(73,41,139); }
H1.HeaderClassName
{
color: #49298B;
}
.AnyTagClassName
{
color: #49298B;
}
</style>
background-color css
<style>
a { background-color: #49298B; }
a { background-color: rgb(73,41,139); }
div.DivClassName
{
background-color: #49298B;
}
.BgClassName
{
background-color: #49298B;
}
</style>
border-color css
<style>
span { border-color: #49298B; }
span { border-color: rgb(73,41,139); }
td.TdClassName
{
border-color: #49298B;
}
.TagClassName
{
border-color: #49298B;
}
</style>