Shades of Windsor #4A237B
Tints of Windsor #4A237B
RGB
CMYK
RGB Variations
Color information
#4A237B (or 0x4A237B) is known color: Windsor. HEX triplet: 4A, 23 and 7B. RGB value is (74,35,123). Sum of RGB (Red+Green+Blue) = 74+35+123=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A237B is #B5DC84. Grayscale: #383838. Windows color (decimal): -11918469 or 8069962. OLE color: 8069962.
HSL color Cylindrical-coordinate representation of color #4A237B: hue angle of 266.59º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A237B is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 35 | 123 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.52 |
| HSL | 266.59º | 0.56% | 0.31% | - |
| HSV(B) | 266.59º | 0.72% | 0.48% | - |
| XYZ | 7 | 4.09 | 19.16 | - |
| YUV | 56.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 123 | 0.40 | 0.72 | 0 | 0.52 | 266.59 | 0.56 | 0.31 |
| Hex | 4A | 23 | 7B | 28 | 48 | 0 | 34 | 10B | 38 | 1F |
| Octal | 112 | 43 | 173 | 50 | 110 | 0 | 64 | 413 | 70 | 37 |
| Binary | 1001010 | 100011 | 1111011 | 101000 | 1001000 | 0 | 110100 | 100001011 | 111000 | 11111 |
Color Harmonies of #4A237B
Complementary color
Monochromatic Colors of #4A237B
Black with #4A237B
Text Example
Text Example
White with #4A237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A237B; }
p { color: rgb(74,35,123); }
H1.HeaderClassName
{
color: #4A237B;
}
.AnyTagClassName
{
color: #4A237B;
}
</style>
background-color css
<style>
a { background-color: #4A237B; }
a { background-color: rgb(74,35,123); }
div.DivClassName
{
background-color: #4A237B;
}
.BgClassName
{
background-color: #4A237B;
}
</style>
border-color css
<style>
span { border-color: #4A237B; }
span { border-color: rgb(74,35,123); }
td.TdClassName
{
border-color: #4A237B;
}
.TagClassName
{
border-color: #4A237B;
}
</style>