Shades of Windsor #461A8F
Tints of Windsor #461A8F
RGB
CMYK
RGB Variations
Color information
#461A8F (or 0x461A8F) is known color: Windsor. HEX triplet: 46, 1A and 8F. RGB value is (70,26,143). Sum of RGB (Red+Green+Blue) = 70+26+143=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #461A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A8F is #B9E570. Grayscale: #343434. Windows color (decimal): -12182897 or 9378374. OLE color: 9378374.
HSL color Cylindrical-coordinate representation of color #461A8F: hue angle of 262.56º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461A8F is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 26 | 143 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.44 |
| HSL | 262.56º | 0.69% | 0.33% | - |
| HSV(B) | 262.56º | 0.82% | 0.56% | - |
| XYZ | 7.85 | 4.02 | 26.35 | - |
| YUV | 52.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 143 | 0.51 | 0.82 | 0 | 0.44 | 262.56 | 0.69 | 0.33 |
| Hex | 46 | 1A | 8F | 33 | 52 | 0 | 2C | 107 | 45 | 21 |
| Octal | 106 | 32 | 217 | 63 | 122 | 0 | 54 | 407 | 105 | 41 |
| Binary | 1000110 | 11010 | 10001111 | 110011 | 1010010 | 0 | 101100 | 100000111 | 1000101 | 100001 |
Color Harmonies of #461A8F
Complementary color
Monochromatic Colors of #461A8F
Black with #461A8F
Text Example
Text Example
White with #461A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A8F; }
p { color: rgb(70,26,143); }
H1.HeaderClassName
{
color: #461A8F;
}
.AnyTagClassName
{
color: #461A8F;
}
</style>
background-color css
<style>
a { background-color: #461A8F; }
a { background-color: rgb(70,26,143); }
div.DivClassName
{
background-color: #461A8F;
}
.BgClassName
{
background-color: #461A8F;
}
</style>
border-color css
<style>
span { border-color: #461A8F; }
span { border-color: rgb(70,26,143); }
td.TdClassName
{
border-color: #461A8F;
}
.TagClassName
{
border-color: #461A8F;
}
</style>