Shades of Windsor #4A357A
Tints of Windsor #4A357A
RGB
CMYK
RGB Variations
Color information
#4A357A (or 0x4A357A) is known color: Windsor. HEX triplet: 4A, 35 and 7A. RGB value is (74,53,122). Sum of RGB (Red+Green+Blue) = 74+53+122=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A357A is #B5CA85. Grayscale: #424242. Windows color (decimal): -11913862 or 8009034. OLE color: 8009034.
HSL color Cylindrical-coordinate representation of color #4A357A: hue angle of 258.26º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A357A is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 53 | 122 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.52 |
| HSL | 258.26º | 0.39% | 0.34% | - |
| HSV(B) | 258.26º | 0.57% | 0.48% | - |
| XYZ | 7.61 | 5.41 | 19.05 | - |
| YUV | 67.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 122 | 0.39 | 0.57 | 0 | 0.52 | 258.26 | 0.39 | 0.34 |
| Hex | 4A | 35 | 7A | 27 | 39 | 0 | 34 | 102 | 27 | 22 |
| Octal | 112 | 65 | 172 | 47 | 71 | 0 | 64 | 402 | 47 | 42 |
| Binary | 1001010 | 110101 | 1111010 | 100111 | 111001 | 0 | 110100 | 100000010 | 100111 | 100010 |
Color Harmonies of #4A357A
Complementary color
Monochromatic Colors of #4A357A
Black with #4A357A
Text Example
Text Example
White with #4A357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A357A; }
p { color: rgb(74,53,122); }
H1.HeaderClassName
{
color: #4A357A;
}
.AnyTagClassName
{
color: #4A357A;
}
</style>
background-color css
<style>
a { background-color: #4A357A; }
a { background-color: rgb(74,53,122); }
div.DivClassName
{
background-color: #4A357A;
}
.BgClassName
{
background-color: #4A357A;
}
</style>
border-color css
<style>
span { border-color: #4A357A; }
span { border-color: rgb(74,53,122); }
td.TdClassName
{
border-color: #4A357A;
}
.TagClassName
{
border-color: #4A357A;
}
</style>