Shades of Windsor #4B357F
Tints of Windsor #4B357F
RGB
CMYK
RGB Variations
Color information
#4B357F (or 0x4B357F) is known color: Windsor. HEX triplet: 4B, 35 and 7F. RGB value is (75,53,127). Sum of RGB (Red+Green+Blue) = 75+53+127=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B357F is #B4CA80. Grayscale: #434343. Windows color (decimal): -11848321 or 8336715. OLE color: 8336715.
HSL color Cylindrical-coordinate representation of color #4B357F: hue angle of 257.84º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B357F is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 53 | 127 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.50 |
| HSL | 257.84º | 0.41% | 0.35% | - |
| HSV(B) | 257.84º | 0.58% | 0.5% | - |
| XYZ | 8.01 | 5.57 | 20.73 | - |
| YUV | 68.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 127 | 0.41 | 0.58 | 0 | 0.50 | 257.84 | 0.41 | 0.35 |
| Hex | 4B | 35 | 7F | 29 | 3A | 0 | 32 | 102 | 29 | 23 |
| Octal | 113 | 65 | 177 | 51 | 72 | 0 | 62 | 402 | 51 | 43 |
| Binary | 1001011 | 110101 | 1111111 | 101001 | 111010 | 0 | 110010 | 100000010 | 101001 | 100011 |
Color Harmonies of #4B357F
Complementary color
Monochromatic Colors of #4B357F
Black with #4B357F
Text Example
Text Example
White with #4B357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B357F; }
p { color: rgb(75,53,127); }
H1.HeaderClassName
{
color: #4B357F;
}
.AnyTagClassName
{
color: #4B357F;
}
</style>
background-color css
<style>
a { background-color: #4B357F; }
a { background-color: rgb(75,53,127); }
div.DivClassName
{
background-color: #4B357F;
}
.BgClassName
{
background-color: #4B357F;
}
</style>
border-color css
<style>
span { border-color: #4B357F; }
span { border-color: rgb(75,53,127); }
td.TdClassName
{
border-color: #4B357F;
}
.TagClassName
{
border-color: #4B357F;
}
</style>