Shades of Windsor #461D95
Tints of Windsor #461D95
RGB
CMYK
RGB Variations
Color information
#461D95 (or 0x461D95) is known color: Windsor. HEX triplet: 46, 1D and 95. RGB value is (70,29,149). Sum of RGB (Red+Green+Blue) = 70+29+149=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #461D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461D95 is #B9E26A. Grayscale: #363636. Windows color (decimal): -12182123 or 9772358. OLE color: 9772358.
HSL color Cylindrical-coordinate representation of color #461D95: hue angle of 260.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461D95 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 29 | 149 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.42 |
| HSL | 260.5º | 0.67% | 0.35% | - |
| HSV(B) | 260.5º | 0.81% | 0.58% | - |
| XYZ | 8.39 | 4.35 | 28.83 | - |
| YUV | 54.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 149 | 0.53 | 0.81 | 0 | 0.42 | 260.5 | 0.67 | 0.35 |
| Hex | 46 | 1D | 95 | 35 | 51 | 0 | 2A | 104 | 43 | 23 |
| Octal | 106 | 35 | 225 | 65 | 121 | 0 | 52 | 404 | 103 | 43 |
| Binary | 1000110 | 11101 | 10010101 | 110101 | 1010001 | 0 | 101010 | 100000100 | 1000011 | 100011 |
Color Harmonies of #461D95
Complementary color
Monochromatic Colors of #461D95
Black with #461D95
Text Example
Text Example
White with #461D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D95; }
p { color: rgb(70,29,149); }
H1.HeaderClassName
{
color: #461D95;
}
.AnyTagClassName
{
color: #461D95;
}
</style>
background-color css
<style>
a { background-color: #461D95; }
a { background-color: rgb(70,29,149); }
div.DivClassName
{
background-color: #461D95;
}
.BgClassName
{
background-color: #461D95;
}
</style>
border-color css
<style>
span { border-color: #461D95; }
span { border-color: rgb(70,29,149); }
td.TdClassName
{
border-color: #461D95;
}
.TagClassName
{
border-color: #461D95;
}
</style>