Shades of Windsor #461B90
Tints of Windsor #461B90
RGB
CMYK
RGB Variations
Color information
#461B90 (or 0x461B90) is known color: Windsor. HEX triplet: 46, 1B and 90. RGB value is (70,27,144). Sum of RGB (Red+Green+Blue) = 70+27+144=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #461B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461B90 is #B9E46F. Grayscale: #343434. Windows color (decimal): -12182640 or 9444166. OLE color: 9444166.
HSL color Cylindrical-coordinate representation of color #461B90: hue angle of 262.05º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461B90 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 27 | 144 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.44 |
| HSL | 262.05º | 0.68% | 0.34% | - |
| HSV(B) | 262.05º | 0.81% | 0.56% | - |
| XYZ | 7.95 | 4.1 | 26.76 | - |
| YUV | 53.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 144 | 0.51 | 0.81 | 0 | 0.44 | 262.05 | 0.68 | 0.34 |
| Hex | 46 | 1B | 90 | 33 | 51 | 0 | 2C | 106 | 44 | 22 |
| Octal | 106 | 33 | 220 | 63 | 121 | 0 | 54 | 406 | 104 | 42 |
| Binary | 1000110 | 11011 | 10010000 | 110011 | 1010001 | 0 | 101100 | 100000110 | 1000100 | 100010 |
Color Harmonies of #461B90
Complementary color
Monochromatic Colors of #461B90
Black with #461B90
Text Example
Text Example
White with #461B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B90; }
p { color: rgb(70,27,144); }
H1.HeaderClassName
{
color: #461B90;
}
.AnyTagClassName
{
color: #461B90;
}
</style>
background-color css
<style>
a { background-color: #461B90; }
a { background-color: rgb(70,27,144); }
div.DivClassName
{
background-color: #461B90;
}
.BgClassName
{
background-color: #461B90;
}
</style>
border-color css
<style>
span { border-color: #461B90; }
span { border-color: rgb(70,27,144); }
td.TdClassName
{
border-color: #461B90;
}
.TagClassName
{
border-color: #461B90;
}
</style>