Shades of Windsor #461A7F
Tints of Windsor #461A7F
RGB
CMYK
RGB Variations
Color information
#461A7F (or 0x461A7F) is known color: Windsor. HEX triplet: 46, 1A and 7F. RGB value is (70,26,127). Sum of RGB (Red+Green+Blue) = 70+26+127=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #461A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A7F is #B9E580. Grayscale: #323232. Windows color (decimal): -12182913 or 8329798. OLE color: 8329798.
HSL color Cylindrical-coordinate representation of color #461A7F: hue angle of 266.14º 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 #461A7F is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 26 | 127 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.50 |
| HSL | 266.14º | 0.66% | 0.3% | - |
| HSV(B) | 266.14º | 0.8% | 0.5% | - |
| XYZ | 6.73 | 3.57 | 20.41 | - |
| YUV | 50.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 127 | 0.45 | 0.80 | 0 | 0.50 | 266.14 | 0.66 | 0.3 |
| Hex | 46 | 1A | 7F | 2D | 50 | 0 | 32 | 10A | 42 | 1E |
| Octal | 106 | 32 | 177 | 55 | 120 | 0 | 62 | 412 | 102 | 36 |
| Binary | 1000110 | 11010 | 1111111 | 101101 | 1010000 | 0 | 110010 | 100001010 | 1000010 | 11110 |
Color Harmonies of #461A7F
Complementary color
Monochromatic Colors of #461A7F
Black with #461A7F
Text Example
Text Example
White with #461A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A7F; }
p { color: rgb(70,26,127); }
H1.HeaderClassName
{
color: #461A7F;
}
.AnyTagClassName
{
color: #461A7F;
}
</style>
background-color css
<style>
a { background-color: #461A7F; }
a { background-color: rgb(70,26,127); }
div.DivClassName
{
background-color: #461A7F;
}
.BgClassName
{
background-color: #461A7F;
}
</style>
border-color css
<style>
span { border-color: #461A7F; }
span { border-color: rgb(70,26,127); }
td.TdClassName
{
border-color: #461A7F;
}
.TagClassName
{
border-color: #461A7F;
}
</style>