Shades of Windsor #461B8B
Tints of Windsor #461B8B
RGB
CMYK
RGB Variations
Color information
#461B8B (or 0x461B8B) is known color: Windsor. HEX triplet: 46, 1B and 8B. RGB value is (70,27,139). Sum of RGB (Red+Green+Blue) = 70+27+139=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #461B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461B8B is #B9E474. Grayscale: #343434. Windows color (decimal): -12182645 or 9116486. OLE color: 9116486.
HSL color Cylindrical-coordinate representation of color #461B8B: hue angle of 263.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461B8B is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 27 | 139 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.45 |
| HSL | 263.04º | 0.67% | 0.33% | - |
| HSV(B) | 263.04º | 0.81% | 0.55% | - |
| XYZ | 7.58 | 3.95 | 24.79 | - |
| YUV | 52.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 139 | 0.50 | 0.81 | 0 | 0.45 | 263.04 | 0.67 | 0.33 |
| Hex | 46 | 1B | 8B | 32 | 51 | 0 | 2D | 107 | 43 | 21 |
| Octal | 106 | 33 | 213 | 62 | 121 | 0 | 55 | 407 | 103 | 41 |
| Binary | 1000110 | 11011 | 10001011 | 110010 | 1010001 | 0 | 101101 | 100000111 | 1000011 | 100001 |
Color Harmonies of #461B8B
Complementary color
Monochromatic Colors of #461B8B
Black with #461B8B
Text Example
Text Example
White with #461B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B8B; }
p { color: rgb(70,27,139); }
H1.HeaderClassName
{
color: #461B8B;
}
.AnyTagClassName
{
color: #461B8B;
}
</style>
background-color css
<style>
a { background-color: #461B8B; }
a { background-color: rgb(70,27,139); }
div.DivClassName
{
background-color: #461B8B;
}
.BgClassName
{
background-color: #461B8B;
}
</style>
border-color css
<style>
span { border-color: #461B8B; }
span { border-color: rgb(70,27,139); }
td.TdClassName
{
border-color: #461B8B;
}
.TagClassName
{
border-color: #461B8B;
}
</style>