Shades of Windsor #4B3282
Tints of Windsor #4B3282
RGB
CMYK
RGB Variations
Color information
#4B3282 (or 0x4B3282) is known color: Windsor. HEX triplet: 4B, 32 and 82. RGB value is (75,50,130). Sum of RGB (Red+Green+Blue) = 75+50+130=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B3282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3282 is #B4CD7D. Grayscale: #424242. Windows color (decimal): -11849086 or 8532555. OLE color: 8532555.
HSL color Cylindrical-coordinate representation of color #4B3282: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B3282 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 50 | 130 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.49 |
| HSL | 258.75º | 0.44% | 0.35% | - |
| HSV(B) | 258.75º | 0.62% | 0.51% | - |
| XYZ | 8.07 | 5.39 | 21.73 | - |
| YUV | 66.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 130 | 0.42 | 0.62 | 0 | 0.49 | 258.75 | 0.44 | 0.35 |
| Hex | 4B | 32 | 82 | 2A | 3E | 0 | 31 | 103 | 2C | 23 |
| Octal | 113 | 62 | 202 | 52 | 76 | 0 | 61 | 403 | 54 | 43 |
| Binary | 1001011 | 110010 | 10000010 | 101010 | 111110 | 0 | 110001 | 100000011 | 101100 | 100011 |
Color Harmonies of #4B3282
Complementary color
Monochromatic Colors of #4B3282
Black with #4B3282
Text Example
Text Example
White with #4B3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3282; }
p { color: rgb(75,50,130); }
H1.HeaderClassName
{
color: #4B3282;
}
.AnyTagClassName
{
color: #4B3282;
}
</style>
background-color css
<style>
a { background-color: #4B3282; }
a { background-color: rgb(75,50,130); }
div.DivClassName
{
background-color: #4B3282;
}
.BgClassName
{
background-color: #4B3282;
}
</style>
border-color css
<style>
span { border-color: #4B3282; }
span { border-color: rgb(75,50,130); }
td.TdClassName
{
border-color: #4B3282;
}
.TagClassName
{
border-color: #4B3282;
}
</style>