Shades of Windsor #4A377B
Tints of Windsor #4A377B
RGB
CMYK
RGB Variations
Color information
#4A377B (or 0x4A377B) is known color: Windsor. HEX triplet: 4A, 37 and 7B. RGB value is (74,55,123). Sum of RGB (Red+Green+Blue) = 74+55+123=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A377B is #B5C884. Grayscale: #444444. Windows color (decimal): -11913349 or 8075082. OLE color: 8075082.
HSL color Cylindrical-coordinate representation of color #4A377B: hue angle of 256.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A377B is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 55 | 123 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.52 |
| HSL | 256.76º | 0.38% | 0.35% | - |
| HSV(B) | 256.76º | 0.55% | 0.48% | - |
| XYZ | 7.77 | 5.62 | 19.41 | - |
| YUV | 68.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 123 | 0.40 | 0.55 | 0 | 0.52 | 256.76 | 0.38 | 0.35 |
| Hex | 4A | 37 | 7B | 28 | 37 | 0 | 34 | 101 | 26 | 23 |
| Octal | 112 | 67 | 173 | 50 | 67 | 0 | 64 | 401 | 46 | 43 |
| Binary | 1001010 | 110111 | 1111011 | 101000 | 110111 | 0 | 110100 | 100000001 | 100110 | 100011 |
Color Harmonies of #4A377B
Complementary color
Monochromatic Colors of #4A377B
Black with #4A377B
Text Example
Text Example
White with #4A377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A377B; }
p { color: rgb(74,55,123); }
H1.HeaderClassName
{
color: #4A377B;
}
.AnyTagClassName
{
color: #4A377B;
}
</style>
background-color css
<style>
a { background-color: #4A377B; }
a { background-color: rgb(74,55,123); }
div.DivClassName
{
background-color: #4A377B;
}
.BgClassName
{
background-color: #4A377B;
}
</style>
border-color css
<style>
span { border-color: #4A377B; }
span { border-color: rgb(74,55,123); }
td.TdClassName
{
border-color: #4A377B;
}
.TagClassName
{
border-color: #4A377B;
}
</style>