Shades of Windsor #49237D
Tints of Windsor #49237D
RGB
CMYK
RGB Variations
Color information
#49237D (or 0x49237D) is known color: Windsor. HEX triplet: 49, 23 and 7D. RGB value is (73,35,125). Sum of RGB (Red+Green+Blue) = 73+35+125=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #49237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49237D is #B6DC82. Grayscale: #383838. Windows color (decimal): -11984003 or 8201033. OLE color: 8201033.
HSL color Cylindrical-coordinate representation of color #49237D: hue angle of 265.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49237D is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 35 | 125 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.51 |
| HSL | 265.33º | 0.56% | 0.31% | - |
| HSV(B) | 265.33º | 0.72% | 0.49% | - |
| XYZ | 7.05 | 4.1 | 19.82 | - |
| YUV | 56.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 125 | 0.42 | 0.72 | 0 | 0.51 | 265.33 | 0.56 | 0.31 |
| Hex | 49 | 23 | 7D | 2A | 48 | 0 | 33 | 109 | 38 | 1F |
| Octal | 111 | 43 | 175 | 52 | 110 | 0 | 63 | 411 | 70 | 37 |
| Binary | 1001001 | 100011 | 1111101 | 101010 | 1001000 | 0 | 110011 | 100001001 | 111000 | 11111 |
Color Harmonies of #49237D
Complementary color
Monochromatic Colors of #49237D
Black with #49237D
Text Example
Text Example
White with #49237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49237D; }
p { color: rgb(73,35,125); }
H1.HeaderClassName
{
color: #49237D;
}
.AnyTagClassName
{
color: #49237D;
}
</style>
background-color css
<style>
a { background-color: #49237D; }
a { background-color: rgb(73,35,125); }
div.DivClassName
{
background-color: #49237D;
}
.BgClassName
{
background-color: #49237D;
}
</style>
border-color css
<style>
span { border-color: #49237D; }
span { border-color: rgb(73,35,125); }
td.TdClassName
{
border-color: #49237D;
}
.TagClassName
{
border-color: #49237D;
}
</style>