Shades of Windsor #461A88
Tints of Windsor #461A88
RGB
CMYK
RGB Variations
Color information
#461A88 (or 0x461A88) is known color: Windsor. HEX triplet: 46, 1A and 88. RGB value is (70,26,136). Sum of RGB (Red+Green+Blue) = 70+26+136=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #461A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A88 is #B9E577. Grayscale: #333333. Windows color (decimal): -12182904 or 8919622. OLE color: 8919622.
HSL color Cylindrical-coordinate representation of color #461A88: hue angle of 264º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461A88 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 26 | 136 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.47 |
| HSL | 264º | 0.68% | 0.32% | - |
| HSV(B) | 264º | 0.81% | 0.53% | - |
| XYZ | 7.34 | 3.82 | 23.64 | - |
| YUV | 51.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 136 | 0.49 | 0.81 | 0 | 0.47 | 264 | 0.68 | 0.32 |
| Hex | 46 | 1A | 88 | 31 | 51 | 0 | 2F | 108 | 44 | 20 |
| Octal | 106 | 32 | 210 | 61 | 121 | 0 | 57 | 410 | 104 | 40 |
| Binary | 1000110 | 11010 | 10001000 | 110001 | 1010001 | 0 | 101111 | 100001000 | 1000100 | 100000 |
Color Harmonies of #461A88
Complementary color
Monochromatic Colors of #461A88
Black with #461A88
Text Example
Text Example
White with #461A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A88; }
p { color: rgb(70,26,136); }
H1.HeaderClassName
{
color: #461A88;
}
.AnyTagClassName
{
color: #461A88;
}
</style>
background-color css
<style>
a { background-color: #461A88; }
a { background-color: rgb(70,26,136); }
div.DivClassName
{
background-color: #461A88;
}
.BgClassName
{
background-color: #461A88;
}
</style>
border-color css
<style>
span { border-color: #461A88; }
span { border-color: rgb(70,26,136); }
td.TdClassName
{
border-color: #461A88;
}
.TagClassName
{
border-color: #461A88;
}
</style>