Shades of Windsor #49248B
Tints of Windsor #49248B
RGB
CMYK
RGB Variations
Color information
#49248B (or 0x49248B) is known color: Windsor. HEX triplet: 49, 24 and 8B. RGB value is (73,36,139). Sum of RGB (Red+Green+Blue) = 73+36+139=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #49248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49248B is #B6DB74. Grayscale: #3A3A3A. Windows color (decimal): -11983733 or 9118793. OLE color: 9118793.
HSL color Cylindrical-coordinate representation of color #49248B: hue angle of 261.55º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49248B is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 36 | 139 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.45 |
| HSL | 261.55º | 0.59% | 0.34% | - |
| HSV(B) | 261.55º | 0.74% | 0.55% | - |
| XYZ | 8.04 | 4.54 | 24.88 | - |
| YUV | 58.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 139 | 0.47 | 0.74 | 0 | 0.45 | 261.55 | 0.59 | 0.34 |
| Hex | 49 | 24 | 8B | 2F | 4A | 0 | 2D | 106 | 3B | 22 |
| Octal | 111 | 44 | 213 | 57 | 112 | 0 | 55 | 406 | 73 | 42 |
| Binary | 1001001 | 100100 | 10001011 | 101111 | 1001010 | 0 | 101101 | 100000110 | 111011 | 100010 |
Color Harmonies of #49248B
Complementary color
Monochromatic Colors of #49248B
Black with #49248B
Text Example
Text Example
White with #49248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49248B; }
p { color: rgb(73,36,139); }
H1.HeaderClassName
{
color: #49248B;
}
.AnyTagClassName
{
color: #49248B;
}
</style>
background-color css
<style>
a { background-color: #49248B; }
a { background-color: rgb(73,36,139); }
div.DivClassName
{
background-color: #49248B;
}
.BgClassName
{
background-color: #49248B;
}
</style>
border-color css
<style>
span { border-color: #49248B; }
span { border-color: rgb(73,36,139); }
td.TdClassName
{
border-color: #49248B;
}
.TagClassName
{
border-color: #49248B;
}
</style>