Shades of Windsor #4D288A
Tints of Windsor #4D288A
RGB
CMYK
RGB Variations
Color information
#4D288A (or 0x4D288A) is known color: Windsor. HEX triplet: 4D, 28 and 8A. RGB value is (77,40,138). Sum of RGB (Red+Green+Blue) = 77+40+138=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D288A is #B2D775. Grayscale: #3D3D3D. Windows color (decimal): -11720566 or 9054285. OLE color: 9054285.
HSL color Cylindrical-coordinate representation of color #4D288A: hue angle of 262.65º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D288A is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 40 | 138 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.46 |
| HSL | 262.65º | 0.55% | 0.35% | - |
| HSV(B) | 262.65º | 0.71% | 0.54% | - |
| XYZ | 8.41 | 4.93 | 24.55 | - |
| YUV | 62.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 138 | 0.44 | 0.71 | 0 | 0.46 | 262.65 | 0.55 | 0.35 |
| Hex | 4D | 28 | 8A | 2C | 47 | 0 | 2E | 107 | 37 | 23 |
| Octal | 115 | 50 | 212 | 54 | 107 | 0 | 56 | 407 | 67 | 43 |
| Binary | 1001101 | 101000 | 10001010 | 101100 | 1000111 | 0 | 101110 | 100000111 | 110111 | 100011 |
Color Harmonies of #4D288A
Complementary color
Monochromatic Colors of #4D288A
Black with #4D288A
Text Example
Text Example
White with #4D288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D288A; }
p { color: rgb(77,40,138); }
H1.HeaderClassName
{
color: #4D288A;
}
.AnyTagClassName
{
color: #4D288A;
}
</style>
background-color css
<style>
a { background-color: #4D288A; }
a { background-color: rgb(77,40,138); }
div.DivClassName
{
background-color: #4D288A;
}
.BgClassName
{
background-color: #4D288A;
}
</style>
border-color css
<style>
span { border-color: #4D288A; }
span { border-color: rgb(77,40,138); }
td.TdClassName
{
border-color: #4D288A;
}
.TagClassName
{
border-color: #4D288A;
}
</style>