Shades of Windsor #4A3778
Tints of Windsor #4A3778
RGB
CMYK
RGB Variations
Color information
#4A3778 (or 0x4A3778) is known color: Windsor. HEX triplet: 4A, 37 and 78. RGB value is (74,55,120). Sum of RGB (Red+Green+Blue) = 74+55+120=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A3778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3778 is #B5C887. Grayscale: #434343. Windows color (decimal): -11913352 or 7878474. OLE color: 7878474.
HSL color Cylindrical-coordinate representation of color #4A3778: hue angle of 257.54º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A3778 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 55 | 120 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.53 |
| HSL | 257.54º | 0.37% | 0.34% | - |
| HSV(B) | 257.54º | 0.54% | 0.47% | - |
| XYZ | 7.58 | 5.54 | 18.44 | - |
| YUV | 68.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 120 | 0.38 | 0.54 | 0 | 0.53 | 257.54 | 0.37 | 0.34 |
| Hex | 4A | 37 | 78 | 26 | 36 | 0 | 35 | 102 | 25 | 22 |
| Octal | 112 | 67 | 170 | 46 | 66 | 0 | 65 | 402 | 45 | 42 |
| Binary | 1001010 | 110111 | 1111000 | 100110 | 110110 | 0 | 110101 | 100000010 | 100101 | 100010 |
Color Harmonies of #4A3778
Complementary color
Monochromatic Colors of #4A3778
Black with #4A3778
Text Example
Text Example
White with #4A3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3778; }
p { color: rgb(74,55,120); }
H1.HeaderClassName
{
color: #4A3778;
}
.AnyTagClassName
{
color: #4A3778;
}
</style>
background-color css
<style>
a { background-color: #4A3778; }
a { background-color: rgb(74,55,120); }
div.DivClassName
{
background-color: #4A3778;
}
.BgClassName
{
background-color: #4A3778;
}
</style>
border-color css
<style>
span { border-color: #4A3778; }
span { border-color: rgb(74,55,120); }
td.TdClassName
{
border-color: #4A3778;
}
.TagClassName
{
border-color: #4A3778;
}
</style>