Shades of Windsor #4A248B
Tints of Windsor #4A248B
RGB
CMYK
RGB Variations
Color information
#4A248B (or 0x4A248B) is known color: Windsor. HEX triplet: 4A, 24 and 8B. RGB value is (74,36,139). Sum of RGB (Red+Green+Blue) = 74+36+139=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A248B is #B5DB74. Grayscale: #3A3A3A. Windows color (decimal): -11918197 or 9118794. OLE color: 9118794.
HSL color Cylindrical-coordinate representation of color #4A248B: hue angle of 262.14º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A248B is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 36 | 139 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.45 |
| HSL | 262.14º | 0.59% | 0.34% | - |
| HSV(B) | 262.14º | 0.74% | 0.55% | - |
| XYZ | 8.12 | 4.58 | 24.88 | - |
| YUV | 59.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 139 | 0.47 | 0.74 | 0 | 0.45 | 262.14 | 0.59 | 0.34 |
| Hex | 4A | 24 | 8B | 2F | 4A | 0 | 2D | 106 | 3B | 22 |
| Octal | 112 | 44 | 213 | 57 | 112 | 0 | 55 | 406 | 73 | 42 |
| Binary | 1001010 | 100100 | 10001011 | 101111 | 1001010 | 0 | 101101 | 100000110 | 111011 | 100010 |
Color Harmonies of #4A248B
Complementary color
Monochromatic Colors of #4A248B
Black with #4A248B
Text Example
Text Example
White with #4A248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A248B; }
p { color: rgb(74,36,139); }
H1.HeaderClassName
{
color: #4A248B;
}
.AnyTagClassName
{
color: #4A248B;
}
</style>
background-color css
<style>
a { background-color: #4A248B; }
a { background-color: rgb(74,36,139); }
div.DivClassName
{
background-color: #4A248B;
}
.BgClassName
{
background-color: #4A248B;
}
</style>
border-color css
<style>
span { border-color: #4A248B; }
span { border-color: rgb(74,36,139); }
td.TdClassName
{
border-color: #4A248B;
}
.TagClassName
{
border-color: #4A248B;
}
</style>