Shades of Windsor #461A80
Tints of Windsor #461A80
RGB
CMYK
RGB Variations
Color information
#461A80 (or 0x461A80) is known color: Windsor. HEX triplet: 46, 1A and 80. RGB value is (70,26,128). Sum of RGB (Red+Green+Blue) = 70+26+128=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #461A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A80 is #B9E57F. Grayscale: #323232. Windows color (decimal): -12182912 or 8395334. OLE color: 8395334.
HSL color Cylindrical-coordinate representation of color #461A80: hue angle of 265.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461A80 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 26 | 128 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.50 |
| HSL | 265.88º | 0.66% | 0.3% | - |
| HSV(B) | 265.88º | 0.8% | 0.5% | - |
| XYZ | 6.79 | 3.6 | 20.76 | - |
| YUV | 50.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 128 | 0.45 | 0.80 | 0 | 0.50 | 265.88 | 0.66 | 0.3 |
| Hex | 46 | 1A | 80 | 2D | 50 | 0 | 32 | 10A | 42 | 1E |
| Octal | 106 | 32 | 200 | 55 | 120 | 0 | 62 | 412 | 102 | 36 |
| Binary | 1000110 | 11010 | 10000000 | 101101 | 1010000 | 0 | 110010 | 100001010 | 1000010 | 11110 |
Color Harmonies of #461A80
Complementary color
Monochromatic Colors of #461A80
Black with #461A80
Text Example
Text Example
White with #461A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A80; }
p { color: rgb(70,26,128); }
H1.HeaderClassName
{
color: #461A80;
}
.AnyTagClassName
{
color: #461A80;
}
</style>
background-color css
<style>
a { background-color: #461A80; }
a { background-color: rgb(70,26,128); }
div.DivClassName
{
background-color: #461A80;
}
.BgClassName
{
background-color: #461A80;
}
</style>
border-color css
<style>
span { border-color: #461A80; }
span { border-color: rgb(70,26,128); }
td.TdClassName
{
border-color: #461A80;
}
.TagClassName
{
border-color: #461A80;
}
</style>