Shades of Windsor #4B2584
Tints of Windsor #4B2584
RGB
CMYK
RGB Variations
Color information
#4B2584 (or 0x4B2584) is known color: Windsor. HEX triplet: 4B, 25 and 84. RGB value is (75,37,132). Sum of RGB (Red+Green+Blue) = 75+37+132=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2584 is #B4DA7B. Grayscale: #3A3A3A. Windows color (decimal): -11852412 or 8660299. OLE color: 8660299.
HSL color Cylindrical-coordinate representation of color #4B2584: hue angle of 264º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2584 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 37 | 132 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.48 |
| HSL | 264º | 0.56% | 0.33% | - |
| HSV(B) | 264º | 0.72% | 0.52% | - |
| XYZ | 7.73 | 4.48 | 22.29 | - |
| YUV | 59.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 132 | 0.43 | 0.72 | 0 | 0.48 | 264 | 0.56 | 0.33 |
| Hex | 4B | 25 | 84 | 2B | 48 | 0 | 30 | 108 | 38 | 21 |
| Octal | 113 | 45 | 204 | 53 | 110 | 0 | 60 | 410 | 70 | 41 |
| Binary | 1001011 | 100101 | 10000100 | 101011 | 1001000 | 0 | 110000 | 100001000 | 111000 | 100001 |
Color Harmonies of #4B2584
Complementary color
Monochromatic Colors of #4B2584
Black with #4B2584
Text Example
Text Example
White with #4B2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2584; }
p { color: rgb(75,37,132); }
H1.HeaderClassName
{
color: #4B2584;
}
.AnyTagClassName
{
color: #4B2584;
}
</style>
background-color css
<style>
a { background-color: #4B2584; }
a { background-color: rgb(75,37,132); }
div.DivClassName
{
background-color: #4B2584;
}
.BgClassName
{
background-color: #4B2584;
}
</style>
border-color css
<style>
span { border-color: #4B2584; }
span { border-color: rgb(75,37,132); }
td.TdClassName
{
border-color: #4B2584;
}
.TagClassName
{
border-color: #4B2584;
}
</style>