Shades of Windsor #4A237C
Tints of Windsor #4A237C
RGB
CMYK
RGB Variations
Color information
#4A237C (or 0x4A237C) is known color: Windsor. HEX triplet: 4A, 23 and 7C. RGB value is (74,35,124). Sum of RGB (Red+Green+Blue) = 74+35+124=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A237C is #B5DC83. Grayscale: #383838. Windows color (decimal): -11918468 or 8135498. OLE color: 8135498.
HSL color Cylindrical-coordinate representation of color #4A237C: hue angle of 266.29º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A237C is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 35 | 124 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.51 |
| HSL | 266.29º | 0.56% | 0.31% | - |
| HSV(B) | 266.29º | 0.72% | 0.49% | - |
| XYZ | 7.06 | 4.11 | 19.49 | - |
| YUV | 56.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 124 | 0.40 | 0.72 | 0 | 0.51 | 266.29 | 0.56 | 0.31 |
| Hex | 4A | 23 | 7C | 28 | 48 | 0 | 33 | 10A | 38 | 1F |
| Octal | 112 | 43 | 174 | 50 | 110 | 0 | 63 | 412 | 70 | 37 |
| Binary | 1001010 | 100011 | 1111100 | 101000 | 1001000 | 0 | 110011 | 100001010 | 111000 | 11111 |
Color Harmonies of #4A237C
Complementary color
Monochromatic Colors of #4A237C
Black with #4A237C
Text Example
Text Example
White with #4A237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A237C; }
p { color: rgb(74,35,124); }
H1.HeaderClassName
{
color: #4A237C;
}
.AnyTagClassName
{
color: #4A237C;
}
</style>
background-color css
<style>
a { background-color: #4A237C; }
a { background-color: rgb(74,35,124); }
div.DivClassName
{
background-color: #4A237C;
}
.BgClassName
{
background-color: #4A237C;
}
</style>
border-color css
<style>
span { border-color: #4A237C; }
span { border-color: rgb(74,35,124); }
td.TdClassName
{
border-color: #4A237C;
}
.TagClassName
{
border-color: #4A237C;
}
</style>