Shades of Windsor #4A277F
Tints of Windsor #4A277F
RGB
CMYK
RGB Variations
Color information
#4A277F (or 0x4A277F) is known color: Windsor. HEX triplet: 4A, 27 and 7F. RGB value is (74,39,127). Sum of RGB (Red+Green+Blue) = 74+39+127=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A277F is #B5D880. Grayscale: #3B3B3B. Windows color (decimal): -11917441 or 8333130. OLE color: 8333130.
HSL color Cylindrical-coordinate representation of color #4A277F: hue angle of 263.86º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A277F is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 39 | 127 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.50 |
| HSL | 263.86º | 0.53% | 0.33% | - |
| HSV(B) | 263.86º | 0.69% | 0.5% | - |
| XYZ | 7.38 | 4.44 | 20.55 | - |
| YUV | 59.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 127 | 0.42 | 0.69 | 0 | 0.50 | 263.86 | 0.53 | 0.33 |
| Hex | 4A | 27 | 7F | 2A | 45 | 0 | 32 | 108 | 35 | 21 |
| Octal | 112 | 47 | 177 | 52 | 105 | 0 | 62 | 410 | 65 | 41 |
| Binary | 1001010 | 100111 | 1111111 | 101010 | 1000101 | 0 | 110010 | 100001000 | 110101 | 100001 |
Color Harmonies of #4A277F
Complementary color
Monochromatic Colors of #4A277F
Black with #4A277F
Text Example
Text Example
White with #4A277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A277F; }
p { color: rgb(74,39,127); }
H1.HeaderClassName
{
color: #4A277F;
}
.AnyTagClassName
{
color: #4A277F;
}
</style>
background-color css
<style>
a { background-color: #4A277F; }
a { background-color: rgb(74,39,127); }
div.DivClassName
{
background-color: #4A277F;
}
.BgClassName
{
background-color: #4A277F;
}
</style>
border-color css
<style>
span { border-color: #4A277F; }
span { border-color: rgb(74,39,127); }
td.TdClassName
{
border-color: #4A277F;
}
.TagClassName
{
border-color: #4A277F;
}
</style>