Shades of Windsor #4B307C
Tints of Windsor #4B307C
RGB
CMYK
RGB Variations
Color information
#4B307C (or 0x4B307C) is known color: Windsor. HEX triplet: 4B, 30 and 7C. RGB value is (75,48,124). Sum of RGB (Red+Green+Blue) = 75+48+124=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B307C is #B4CF83. Grayscale: #404040. Windows color (decimal): -11849604 or 8138827. OLE color: 8138827.
HSL color Cylindrical-coordinate representation of color #4B307C: hue angle of 261.32º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B307C is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 48 | 124 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.51 |
| HSL | 261.32º | 0.44% | 0.34% | - |
| HSV(B) | 261.32º | 0.61% | 0.49% | - |
| XYZ | 7.6 | 5.06 | 19.65 | - |
| YUV | 64.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 124 | 0.40 | 0.61 | 0 | 0.51 | 261.32 | 0.44 | 0.34 |
| Hex | 4B | 30 | 7C | 28 | 3D | 0 | 33 | 105 | 2C | 22 |
| Octal | 113 | 60 | 174 | 50 | 75 | 0 | 63 | 405 | 54 | 42 |
| Binary | 1001011 | 110000 | 1111100 | 101000 | 111101 | 0 | 110011 | 100000101 | 101100 | 100010 |
Color Harmonies of #4B307C
Complementary color
Monochromatic Colors of #4B307C
Black with #4B307C
Text Example
Text Example
White with #4B307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B307C; }
p { color: rgb(75,48,124); }
H1.HeaderClassName
{
color: #4B307C;
}
.AnyTagClassName
{
color: #4B307C;
}
</style>
background-color css
<style>
a { background-color: #4B307C; }
a { background-color: rgb(75,48,124); }
div.DivClassName
{
background-color: #4B307C;
}
.BgClassName
{
background-color: #4B307C;
}
</style>
border-color css
<style>
span { border-color: #4B307C; }
span { border-color: rgb(75,48,124); }
td.TdClassName
{
border-color: #4B307C;
}
.TagClassName
{
border-color: #4B307C;
}
</style>