Shades of Windsor #4B288C
Tints of Windsor #4B288C
RGB
CMYK
RGB Variations
Color information
#4B288C (or 0x4B288C) is known color: Windsor. HEX triplet: 4B, 28 and 8C. RGB value is (75,40,140). Sum of RGB (Red+Green+Blue) = 75+40+140=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B288C is #B4D773. Grayscale: #3D3D3D. Windows color (decimal): -11851636 or 9185355. OLE color: 9185355.
HSL color Cylindrical-coordinate representation of color #4B288C: hue angle of 261º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B288C is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 40 | 140 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.45 |
| HSL | 261º | 0.56% | 0.35% | - |
| HSV(B) | 261º | 0.71% | 0.55% | - |
| XYZ | 8.39 | 4.91 | 25.32 | - |
| YUV | 61.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 140 | 0.46 | 0.71 | 0 | 0.45 | 261 | 0.56 | 0.35 |
| Hex | 4B | 28 | 8C | 2E | 47 | 0 | 2D | 105 | 38 | 23 |
| Octal | 113 | 50 | 214 | 56 | 107 | 0 | 55 | 405 | 70 | 43 |
| Binary | 1001011 | 101000 | 10001100 | 101110 | 1000111 | 0 | 101101 | 100000101 | 111000 | 100011 |
Color Harmonies of #4B288C
Complementary color
Monochromatic Colors of #4B288C
Black with #4B288C
Text Example
Text Example
White with #4B288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B288C; }
p { color: rgb(75,40,140); }
H1.HeaderClassName
{
color: #4B288C;
}
.AnyTagClassName
{
color: #4B288C;
}
</style>
background-color css
<style>
a { background-color: #4B288C; }
a { background-color: rgb(75,40,140); }
div.DivClassName
{
background-color: #4B288C;
}
.BgClassName
{
background-color: #4B288C;
}
</style>
border-color css
<style>
span { border-color: #4B288C; }
span { border-color: rgb(75,40,140); }
td.TdClassName
{
border-color: #4B288C;
}
.TagClassName
{
border-color: #4B288C;
}
</style>