Shades of Windsor #462193
Tints of Windsor #462193
RGB
CMYK
RGB Variations
Color information
#462193 (or 0x462193) is known color: Windsor. HEX triplet: 46, 21 and 93. RGB value is (70,33,147). Sum of RGB (Red+Green+Blue) = 70+33+147=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #462193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462193 is #B9DE6C. Grayscale: #383838. Windows color (decimal): -12181101 or 9642310. OLE color: 9642310.
HSL color Cylindrical-coordinate representation of color #462193: hue angle of 259.47º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462193 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 33 | 147 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.42 |
| HSL | 259.47º | 0.63% | 0.35% | - |
| HSV(B) | 259.47º | 0.78% | 0.58% | - |
| XYZ | 8.34 | 4.5 | 28.03 | - |
| YUV | 57.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 147 | 0.52 | 0.78 | 0 | 0.42 | 259.47 | 0.63 | 0.35 |
| Hex | 46 | 21 | 93 | 34 | 4E | 0 | 2A | 103 | 3F | 23 |
| Octal | 106 | 41 | 223 | 64 | 116 | 0 | 52 | 403 | 77 | 43 |
| Binary | 1000110 | 100001 | 10010011 | 110100 | 1001110 | 0 | 101010 | 100000011 | 111111 | 100011 |
Color Harmonies of #462193
Complementary color
Monochromatic Colors of #462193
Black with #462193
Text Example
Text Example
White with #462193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462193; }
p { color: rgb(70,33,147); }
H1.HeaderClassName
{
color: #462193;
}
.AnyTagClassName
{
color: #462193;
}
</style>
background-color css
<style>
a { background-color: #462193; }
a { background-color: rgb(70,33,147); }
div.DivClassName
{
background-color: #462193;
}
.BgClassName
{
background-color: #462193;
}
</style>
border-color css
<style>
span { border-color: #462193; }
span { border-color: rgb(70,33,147); }
td.TdClassName
{
border-color: #462193;
}
.TagClassName
{
border-color: #462193;
}
</style>