Shades of Windsor #4B2B8A
Tints of Windsor #4B2B8A
RGB
CMYK
RGB Variations
Color information
#4B2B8A (or 0x4B2B8A) is known color: Windsor. HEX triplet: 4B, 2B and 8A. RGB value is (75,43,138). Sum of RGB (Red+Green+Blue) = 75+43+138=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B2B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2B8A is #B4D475. Grayscale: #3F3F3F. Windows color (decimal): -11850870 or 9055051. OLE color: 9055051.
HSL color Cylindrical-coordinate representation of color #4B2B8A: hue angle of 260.21º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B2B8A is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 43 | 138 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.46 |
| HSL | 260.21º | 0.52% | 0.35% | - |
| HSV(B) | 260.21º | 0.69% | 0.54% | - |
| XYZ | 8.35 | 5.06 | 24.58 | - |
| YUV | 63.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 138 | 0.46 | 0.69 | 0 | 0.46 | 260.21 | 0.52 | 0.35 |
| Hex | 4B | 2B | 8A | 2E | 45 | 0 | 2E | 104 | 34 | 23 |
| Octal | 113 | 53 | 212 | 56 | 105 | 0 | 56 | 404 | 64 | 43 |
| Binary | 1001011 | 101011 | 10001010 | 101110 | 1000101 | 0 | 101110 | 100000100 | 110100 | 100011 |
Color Harmonies of #4B2B8A
Complementary color
Monochromatic Colors of #4B2B8A
Black with #4B2B8A
Text Example
Text Example
White with #4B2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2B8A; }
p { color: rgb(75,43,138); }
H1.HeaderClassName
{
color: #4B2B8A;
}
.AnyTagClassName
{
color: #4B2B8A;
}
</style>
background-color css
<style>
a { background-color: #4B2B8A; }
a { background-color: rgb(75,43,138); }
div.DivClassName
{
background-color: #4B2B8A;
}
.BgClassName
{
background-color: #4B2B8A;
}
</style>
border-color css
<style>
span { border-color: #4B2B8A; }
span { border-color: rgb(75,43,138); }
td.TdClassName
{
border-color: #4B2B8A;
}
.TagClassName
{
border-color: #4B2B8A;
}
</style>