Shades of Windsor #4B267C
Tints of Windsor #4B267C
RGB
CMYK
RGB Variations
Color information
#4B267C (or 0x4B267C) is known color: Windsor. HEX triplet: 4B, 26 and 7C. RGB value is (75,38,124). Sum of RGB (Red+Green+Blue) = 75+38+124=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B267C is #B4D983. Grayscale: #3A3A3A. Windows color (decimal): -11852164 or 8136267. OLE color: 8136267.
HSL color Cylindrical-coordinate representation of color #4B267C: hue angle of 265.81º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B267C is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 38 | 124 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.51 |
| HSL | 265.81º | 0.53% | 0.32% | - |
| HSV(B) | 265.81º | 0.69% | 0.49% | - |
| XYZ | 7.23 | 4.34 | 19.52 | - |
| YUV | 58.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 124 | 0.40 | 0.69 | 0 | 0.51 | 265.81 | 0.53 | 0.32 |
| Hex | 4B | 26 | 7C | 28 | 45 | 0 | 33 | 10A | 35 | 20 |
| Octal | 113 | 46 | 174 | 50 | 105 | 0 | 63 | 412 | 65 | 40 |
| Binary | 1001011 | 100110 | 1111100 | 101000 | 1000101 | 0 | 110011 | 100001010 | 110101 | 100000 |
Color Harmonies of #4B267C
Complementary color
Monochromatic Colors of #4B267C
Black with #4B267C
Text Example
Text Example
White with #4B267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B267C; }
p { color: rgb(75,38,124); }
H1.HeaderClassName
{
color: #4B267C;
}
.AnyTagClassName
{
color: #4B267C;
}
</style>
background-color css
<style>
a { background-color: #4B267C; }
a { background-color: rgb(75,38,124); }
div.DivClassName
{
background-color: #4B267C;
}
.BgClassName
{
background-color: #4B267C;
}
</style>
border-color css
<style>
span { border-color: #4B267C; }
span { border-color: rgb(75,38,124); }
td.TdClassName
{
border-color: #4B267C;
}
.TagClassName
{
border-color: #4B267C;
}
</style>