Shades of Windsor #4B2982
Tints of Windsor #4B2982
RGB
CMYK
RGB Variations
Color information
#4B2982 (or 0x4B2982) is known color: Windsor. HEX triplet: 4B, 29 and 82. RGB value is (75,41,130). Sum of RGB (Red+Green+Blue) = 75+41+130=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B2982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2982 is #B4D67D. Grayscale: #3C3C3C. Windows color (decimal): -11851390 or 8530251. OLE color: 8530251.
HSL color Cylindrical-coordinate representation of color #4B2982: hue angle of 262.92º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2982 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 41 | 130 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.49 |
| HSL | 262.92º | 0.52% | 0.34% | - |
| HSV(B) | 262.92º | 0.68% | 0.51% | - |
| XYZ | 7.72 | 4.69 | 21.62 | - |
| YUV | 61.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 130 | 0.42 | 0.68 | 0 | 0.49 | 262.92 | 0.52 | 0.34 |
| Hex | 4B | 29 | 82 | 2A | 44 | 0 | 31 | 107 | 34 | 22 |
| Octal | 113 | 51 | 202 | 52 | 104 | 0 | 61 | 407 | 64 | 42 |
| Binary | 1001011 | 101001 | 10000010 | 101010 | 1000100 | 0 | 110001 | 100000111 | 110100 | 100010 |
Color Harmonies of #4B2982
Complementary color
Monochromatic Colors of #4B2982
Black with #4B2982
Text Example
Text Example
White with #4B2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2982; }
p { color: rgb(75,41,130); }
H1.HeaderClassName
{
color: #4B2982;
}
.AnyTagClassName
{
color: #4B2982;
}
</style>
background-color css
<style>
a { background-color: #4B2982; }
a { background-color: rgb(75,41,130); }
div.DivClassName
{
background-color: #4B2982;
}
.BgClassName
{
background-color: #4B2982;
}
</style>
border-color css
<style>
span { border-color: #4B2982; }
span { border-color: rgb(75,41,130); }
td.TdClassName
{
border-color: #4B2982;
}
.TagClassName
{
border-color: #4B2982;
}
</style>