Shades of Windsor #4B1B8A
Tints of Windsor #4B1B8A
RGB
CMYK
RGB Variations
Color information
#4B1B8A (or 0x4B1B8A) is known color: Windsor. HEX triplet: 4B, 1B and 8A. RGB value is (75,27,138). Sum of RGB (Red+Green+Blue) = 75+27+138=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B1B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1B8A is #B4E475. Grayscale: #353535. Windows color (decimal): -11854966 or 9050955. OLE color: 9050955.
HSL color Cylindrical-coordinate representation of color #4B1B8A: hue angle of 265.95º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1B8A is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 27 | 138 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.46 |
| HSL | 265.95º | 0.67% | 0.32% | - |
| HSV(B) | 265.95º | 0.8% | 0.54% | - |
| XYZ | 7.88 | 4.11 | 24.42 | - |
| YUV | 54.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 138 | 0.46 | 0.80 | 0 | 0.46 | 265.95 | 0.67 | 0.32 |
| Hex | 4B | 1B | 8A | 2E | 50 | 0 | 2E | 10A | 43 | 20 |
| Octal | 113 | 33 | 212 | 56 | 120 | 0 | 56 | 412 | 103 | 40 |
| Binary | 1001011 | 11011 | 10001010 | 101110 | 1010000 | 0 | 101110 | 100001010 | 1000011 | 100000 |
Color Harmonies of #4B1B8A
Complementary color
Monochromatic Colors of #4B1B8A
Black with #4B1B8A
Text Example
Text Example
White with #4B1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B8A; }
p { color: rgb(75,27,138); }
H1.HeaderClassName
{
color: #4B1B8A;
}
.AnyTagClassName
{
color: #4B1B8A;
}
</style>
background-color css
<style>
a { background-color: #4B1B8A; }
a { background-color: rgb(75,27,138); }
div.DivClassName
{
background-color: #4B1B8A;
}
.BgClassName
{
background-color: #4B1B8A;
}
</style>
border-color css
<style>
span { border-color: #4B1B8A; }
span { border-color: rgb(75,27,138); }
td.TdClassName
{
border-color: #4B1B8A;
}
.TagClassName
{
border-color: #4B1B8A;
}
</style>