Shades of Windsor #4A277B
Tints of Windsor #4A277B
RGB
CMYK
RGB Variations
Color information
#4A277B (or 0x4A277B) is known color: Windsor. HEX triplet: 4A, 27 and 7B. RGB value is (74,39,123). Sum of RGB (Red+Green+Blue) = 74+39+123=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A277B is #B5D884. Grayscale: #3A3A3A. Windows color (decimal): -11917445 or 8070986. OLE color: 8070986.
HSL color Cylindrical-coordinate representation of color #4A277B: hue angle of 265º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A277B is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 39 | 123 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.52 |
| HSL | 265º | 0.52% | 0.32% | - |
| HSV(B) | 265º | 0.68% | 0.48% | - |
| XYZ | 7.12 | 4.34 | 19.2 | - |
| YUV | 59.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 123 | 0.40 | 0.68 | 0 | 0.52 | 265 | 0.52 | 0.32 |
| Hex | 4A | 27 | 7B | 28 | 44 | 0 | 34 | 109 | 34 | 20 |
| Octal | 112 | 47 | 173 | 50 | 104 | 0 | 64 | 411 | 64 | 40 |
| Binary | 1001010 | 100111 | 1111011 | 101000 | 1000100 | 0 | 110100 | 100001001 | 110100 | 100000 |
Color Harmonies of #4A277B
Complementary color
Monochromatic Colors of #4A277B
Black with #4A277B
Text Example
Text Example
White with #4A277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A277B; }
p { color: rgb(74,39,123); }
H1.HeaderClassName
{
color: #4A277B;
}
.AnyTagClassName
{
color: #4A277B;
}
</style>
background-color css
<style>
a { background-color: #4A277B; }
a { background-color: rgb(74,39,123); }
div.DivClassName
{
background-color: #4A277B;
}
.BgClassName
{
background-color: #4A277B;
}
</style>
border-color css
<style>
span { border-color: #4A277B; }
span { border-color: rgb(74,39,123); }
td.TdClassName
{
border-color: #4A277B;
}
.TagClassName
{
border-color: #4A277B;
}
</style>