Shades of Windsor #4B327F
Tints of Windsor #4B327F
RGB
CMYK
RGB Variations
Color information
#4B327F (or 0x4B327F) is known color: Windsor. HEX triplet: 4B, 32 and 7F. RGB value is (75,50,127). Sum of RGB (Red+Green+Blue) = 75+50+127=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B327F is #B4CD80. Grayscale: #414141. Windows color (decimal): -11849089 or 8335947. OLE color: 8335947.
HSL color Cylindrical-coordinate representation of color #4B327F: hue angle of 259.48º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B327F is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 50 | 127 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.50 |
| HSL | 259.48º | 0.44% | 0.35% | - |
| HSV(B) | 259.48º | 0.61% | 0.5% | - |
| XYZ | 7.87 | 5.31 | 20.69 | - |
| YUV | 66.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 127 | 0.41 | 0.61 | 0 | 0.50 | 259.48 | 0.44 | 0.35 |
| Hex | 4B | 32 | 7F | 29 | 3D | 0 | 32 | 103 | 2C | 23 |
| Octal | 113 | 62 | 177 | 51 | 75 | 0 | 62 | 403 | 54 | 43 |
| Binary | 1001011 | 110010 | 1111111 | 101001 | 111101 | 0 | 110010 | 100000011 | 101100 | 100011 |
Color Harmonies of #4B327F
Complementary color
Monochromatic Colors of #4B327F
Black with #4B327F
Text Example
Text Example
White with #4B327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B327F; }
p { color: rgb(75,50,127); }
H1.HeaderClassName
{
color: #4B327F;
}
.AnyTagClassName
{
color: #4B327F;
}
</style>
background-color css
<style>
a { background-color: #4B327F; }
a { background-color: rgb(75,50,127); }
div.DivClassName
{
background-color: #4B327F;
}
.BgClassName
{
background-color: #4B327F;
}
</style>
border-color css
<style>
span { border-color: #4B327F; }
span { border-color: rgb(75,50,127); }
td.TdClassName
{
border-color: #4B327F;
}
.TagClassName
{
border-color: #4B327F;
}
</style>