Shades of Windsor #4B237F
Tints of Windsor #4B237F
RGB
CMYK
RGB Variations
Color information
#4B237F (or 0x4B237F) is known color: Windsor. HEX triplet: 4B, 23 and 7F. RGB value is (75,35,127). Sum of RGB (Red+Green+Blue) = 75+35+127=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B237F is #B4DC80. Grayscale: #393939. Windows color (decimal): -11852929 or 8332107. OLE color: 8332107.
HSL color Cylindrical-coordinate representation of color #4B237F: hue angle of 266.09º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B237F is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 35 | 127 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.50 |
| HSL | 266.09º | 0.57% | 0.32% | - |
| HSV(B) | 266.09º | 0.72% | 0.5% | - |
| XYZ | 7.33 | 4.23 | 20.51 | - |
| YUV | 57.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 127 | 0.41 | 0.72 | 0 | 0.50 | 266.09 | 0.57 | 0.32 |
| Hex | 4B | 23 | 7F | 29 | 48 | 0 | 32 | 10A | 39 | 20 |
| Octal | 113 | 43 | 177 | 51 | 110 | 0 | 62 | 412 | 71 | 40 |
| Binary | 1001011 | 100011 | 1111111 | 101001 | 1001000 | 0 | 110010 | 100001010 | 111001 | 100000 |
Color Harmonies of #4B237F
Complementary color
Monochromatic Colors of #4B237F
Black with #4B237F
Text Example
Text Example
White with #4B237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B237F; }
p { color: rgb(75,35,127); }
H1.HeaderClassName
{
color: #4B237F;
}
.AnyTagClassName
{
color: #4B237F;
}
</style>
background-color css
<style>
a { background-color: #4B237F; }
a { background-color: rgb(75,35,127); }
div.DivClassName
{
background-color: #4B237F;
}
.BgClassName
{
background-color: #4B237F;
}
</style>
border-color css
<style>
span { border-color: #4B237F; }
span { border-color: rgb(75,35,127); }
td.TdClassName
{
border-color: #4B237F;
}
.TagClassName
{
border-color: #4B237F;
}
</style>