Shades of Windsor #4B3284
Tints of Windsor #4B3284
RGB
CMYK
RGB Variations
Color information
#4B3284 (or 0x4B3284) is known color: Windsor. HEX triplet: 4B, 32 and 84. RGB value is (75,50,132). Sum of RGB (Red+Green+Blue) = 75+50+132=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B3284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3284 is #B4CD7B. Grayscale: #424242. Windows color (decimal): -11849084 or 8663627. OLE color: 8663627.
HSL color Cylindrical-coordinate representation of color #4B3284: hue angle of 258.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B3284 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 50 | 132 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.48 |
| HSL | 258.29º | 0.45% | 0.36% | - |
| HSV(B) | 258.29º | 0.62% | 0.52% | - |
| XYZ | 8.21 | 5.44 | 22.45 | - |
| YUV | 66.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 132 | 0.43 | 0.62 | 0 | 0.48 | 258.29 | 0.45 | 0.36 |
| Hex | 4B | 32 | 84 | 2B | 3E | 0 | 30 | 102 | 2D | 24 |
| Octal | 113 | 62 | 204 | 53 | 76 | 0 | 60 | 402 | 55 | 44 |
| Binary | 1001011 | 110010 | 10000100 | 101011 | 111110 | 0 | 110000 | 100000010 | 101101 | 100100 |
Color Harmonies of #4B3284
Complementary color
Monochromatic Colors of #4B3284
Black with #4B3284
Text Example
Text Example
White with #4B3284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3284; }
p { color: rgb(75,50,132); }
H1.HeaderClassName
{
color: #4B3284;
}
.AnyTagClassName
{
color: #4B3284;
}
</style>
background-color css
<style>
a { background-color: #4B3284; }
a { background-color: rgb(75,50,132); }
div.DivClassName
{
background-color: #4B3284;
}
.BgClassName
{
background-color: #4B3284;
}
</style>
border-color css
<style>
span { border-color: #4B3284; }
span { border-color: rgb(75,50,132); }
td.TdClassName
{
border-color: #4B3284;
}
.TagClassName
{
border-color: #4B3284;
}
</style>