Shades of Windsor #4B238A
Tints of Windsor #4B238A
RGB
CMYK
RGB Variations
Color information
#4B238A (or 0x4B238A) is known color: Windsor. HEX triplet: 4B, 23 and 8A. RGB value is (75,35,138). Sum of RGB (Red+Green+Blue) = 75+35+138=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B238A is #B4DC75. Grayscale: #3A3A3A. Windows color (decimal): -11852918 or 9053003. OLE color: 9053003.
HSL color Cylindrical-coordinate representation of color #4B238A: hue angle of 263.3º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B238A is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 35 | 138 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.46 |
| HSL | 263.3º | 0.6% | 0.34% | - |
| HSV(B) | 263.3º | 0.75% | 0.54% | - |
| XYZ | 8.09 | 4.53 | 24.49 | - |
| YUV | 58.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 138 | 0.46 | 0.75 | 0 | 0.46 | 263.3 | 0.6 | 0.34 |
| Hex | 4B | 23 | 8A | 2E | 4B | 0 | 2E | 107 | 3C | 22 |
| Octal | 113 | 43 | 212 | 56 | 113 | 0 | 56 | 407 | 74 | 42 |
| Binary | 1001011 | 100011 | 10001010 | 101110 | 1001011 | 0 | 101110 | 100000111 | 111100 | 100010 |
Color Harmonies of #4B238A
Complementary color
Monochromatic Colors of #4B238A
Black with #4B238A
Text Example
Text Example
White with #4B238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B238A; }
p { color: rgb(75,35,138); }
H1.HeaderClassName
{
color: #4B238A;
}
.AnyTagClassName
{
color: #4B238A;
}
</style>
background-color css
<style>
a { background-color: #4B238A; }
a { background-color: rgb(75,35,138); }
div.DivClassName
{
background-color: #4B238A;
}
.BgClassName
{
background-color: #4B238A;
}
</style>
border-color css
<style>
span { border-color: #4B238A; }
span { border-color: rgb(75,35,138); }
td.TdClassName
{
border-color: #4B238A;
}
.TagClassName
{
border-color: #4B238A;
}
</style>