Shades of Windsor #461B8F
Tints of Windsor #461B8F
RGB
CMYK
RGB Variations
Color information
#461B8F (or 0x461B8F) is known color: Windsor. HEX triplet: 46, 1B and 8F. RGB value is (70,27,143). Sum of RGB (Red+Green+Blue) = 70+27+143=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #461B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461B8F is #B9E470. Grayscale: #343434. Windows color (decimal): -12182641 or 9378630. OLE color: 9378630.
HSL color Cylindrical-coordinate representation of color #461B8F: hue angle of 262.24º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461B8F is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 27 | 143 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.44 |
| HSL | 262.24º | 0.68% | 0.33% | - |
| HSV(B) | 262.24º | 0.81% | 0.56% | - |
| XYZ | 7.88 | 4.07 | 26.36 | - |
| YUV | 53.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 143 | 0.51 | 0.81 | 0 | 0.44 | 262.24 | 0.68 | 0.33 |
| Hex | 46 | 1B | 8F | 33 | 51 | 0 | 2C | 106 | 44 | 21 |
| Octal | 106 | 33 | 217 | 63 | 121 | 0 | 54 | 406 | 104 | 41 |
| Binary | 1000110 | 11011 | 10001111 | 110011 | 1010001 | 0 | 101100 | 100000110 | 1000100 | 100001 |
Color Harmonies of #461B8F
Complementary color
Monochromatic Colors of #461B8F
Black with #461B8F
Text Example
Text Example
White with #461B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B8F; }
p { color: rgb(70,27,143); }
H1.HeaderClassName
{
color: #461B8F;
}
.AnyTagClassName
{
color: #461B8F;
}
</style>
background-color css
<style>
a { background-color: #461B8F; }
a { background-color: rgb(70,27,143); }
div.DivClassName
{
background-color: #461B8F;
}
.BgClassName
{
background-color: #461B8F;
}
</style>
border-color css
<style>
span { border-color: #461B8F; }
span { border-color: rgb(70,27,143); }
td.TdClassName
{
border-color: #461B8F;
}
.TagClassName
{
border-color: #461B8F;
}
</style>