Shades of Windsor #4B347C
Tints of Windsor #4B347C
RGB
CMYK
RGB Variations
Color information
#4B347C (or 0x4B347C) is known color: Windsor. HEX triplet: 4B, 34 and 7C. RGB value is (75,52,124). Sum of RGB (Red+Green+Blue) = 75+52+124=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B347C is #B4CB83. Grayscale: #424242. Windows color (decimal): -11848580 or 8139851. OLE color: 8139851.
HSL color Cylindrical-coordinate representation of color #4B347C: hue angle of 259.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B347C is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 52 | 124 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.51 |
| HSL | 259.17º | 0.41% | 0.35% | - |
| HSV(B) | 259.17º | 0.58% | 0.49% | - |
| XYZ | 7.77 | 5.41 | 19.7 | - |
| YUV | 67.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 124 | 0.40 | 0.58 | 0 | 0.51 | 259.17 | 0.41 | 0.35 |
| Hex | 4B | 34 | 7C | 28 | 3A | 0 | 33 | 103 | 29 | 23 |
| Octal | 113 | 64 | 174 | 50 | 72 | 0 | 63 | 403 | 51 | 43 |
| Binary | 1001011 | 110100 | 1111100 | 101000 | 111010 | 0 | 110011 | 100000011 | 101001 | 100011 |
Color Harmonies of #4B347C
Complementary color
Monochromatic Colors of #4B347C
Black with #4B347C
Text Example
Text Example
White with #4B347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B347C; }
p { color: rgb(75,52,124); }
H1.HeaderClassName
{
color: #4B347C;
}
.AnyTagClassName
{
color: #4B347C;
}
</style>
background-color css
<style>
a { background-color: #4B347C; }
a { background-color: rgb(75,52,124); }
div.DivClassName
{
background-color: #4B347C;
}
.BgClassName
{
background-color: #4B347C;
}
</style>
border-color css
<style>
span { border-color: #4B347C; }
span { border-color: rgb(75,52,124); }
td.TdClassName
{
border-color: #4B347C;
}
.TagClassName
{
border-color: #4B347C;
}
</style>