Shades of Windsor #4A357B
Tints of Windsor #4A357B
RGB
CMYK
RGB Variations
Color information
#4A357B (or 0x4A357B) is known color: Windsor. HEX triplet: 4A, 35 and 7B. RGB value is (74,53,123). Sum of RGB (Red+Green+Blue) = 74+53+123=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A357B is #B5CA84. Grayscale: #434343. Windows color (decimal): -11913861 or 8074570. OLE color: 8074570.
HSL color Cylindrical-coordinate representation of color #4A357B: hue angle of 258º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A357B is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 53 | 123 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.52 |
| HSL | 258º | 0.4% | 0.35% | - |
| HSV(B) | 258º | 0.57% | 0.48% | - |
| XYZ | 7.67 | 5.43 | 19.38 | - |
| YUV | 67.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 123 | 0.40 | 0.57 | 0 | 0.52 | 258 | 0.4 | 0.35 |
| Hex | 4A | 35 | 7B | 28 | 39 | 0 | 34 | 102 | 28 | 23 |
| Octal | 112 | 65 | 173 | 50 | 71 | 0 | 64 | 402 | 50 | 43 |
| Binary | 1001010 | 110101 | 1111011 | 101000 | 111001 | 0 | 110100 | 100000010 | 101000 | 100011 |
Color Harmonies of #4A357B
Complementary color
Monochromatic Colors of #4A357B
Black with #4A357B
Text Example
Text Example
White with #4A357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A357B; }
p { color: rgb(74,53,123); }
H1.HeaderClassName
{
color: #4A357B;
}
.AnyTagClassName
{
color: #4A357B;
}
</style>
background-color css
<style>
a { background-color: #4A357B; }
a { background-color: rgb(74,53,123); }
div.DivClassName
{
background-color: #4A357B;
}
.BgClassName
{
background-color: #4A357B;
}
</style>
border-color css
<style>
span { border-color: #4A357B; }
span { border-color: rgb(74,53,123); }
td.TdClassName
{
border-color: #4A357B;
}
.TagClassName
{
border-color: #4A357B;
}
</style>