Shades of Windsor #4B317E
Tints of Windsor #4B317E
RGB
CMYK
RGB Variations
Color information
#4B317E (or 0x4B317E) is known color: Windsor. HEX triplet: 4B, 31 and 7E. RGB value is (75,49,126). Sum of RGB (Red+Green+Blue) = 75+49+126=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B317E is #B4CE81. Grayscale: #414141. Windows color (decimal): -11849346 or 8270155. OLE color: 8270155.
HSL color Cylindrical-coordinate representation of color #4B317E: hue angle of 260.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B317E is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 49 | 126 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.51 |
| HSL | 260.26º | 0.44% | 0.34% | - |
| HSV(B) | 260.26º | 0.61% | 0.49% | - |
| XYZ | 7.77 | 5.2 | 20.33 | - |
| YUV | 65.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 126 | 0.40 | 0.61 | 0 | 0.51 | 260.26 | 0.44 | 0.34 |
| Hex | 4B | 31 | 7E | 28 | 3D | 0 | 33 | 104 | 2C | 22 |
| Octal | 113 | 61 | 176 | 50 | 75 | 0 | 63 | 404 | 54 | 42 |
| Binary | 1001011 | 110001 | 1111110 | 101000 | 111101 | 0 | 110011 | 100000100 | 101100 | 100010 |
Color Harmonies of #4B317E
Complementary color
Monochromatic Colors of #4B317E
Black with #4B317E
Text Example
Text Example
White with #4B317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B317E; }
p { color: rgb(75,49,126); }
H1.HeaderClassName
{
color: #4B317E;
}
.AnyTagClassName
{
color: #4B317E;
}
</style>
background-color css
<style>
a { background-color: #4B317E; }
a { background-color: rgb(75,49,126); }
div.DivClassName
{
background-color: #4B317E;
}
.BgClassName
{
background-color: #4B317E;
}
</style>
border-color css
<style>
span { border-color: #4B317E; }
span { border-color: rgb(75,49,126); }
td.TdClassName
{
border-color: #4B317E;
}
.TagClassName
{
border-color: #4B317E;
}
</style>