Shades of Windsor #46347F
Tints of Windsor #46347F
RGB
CMYK
RGB Variations
Color information
#46347F (or 0x46347F) is known color: Windsor. HEX triplet: 46, 34 and 7F. RGB value is (70,52,127). Sum of RGB (Red+Green+Blue) = 70+52+127=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #46347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46347F is #B9CB80. Grayscale: #414141. Windows color (decimal): -12176257 or 8336454. OLE color: 8336454.
HSL color Cylindrical-coordinate representation of color #46347F: hue angle of 254.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46347F is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 52 | 127 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.50 |
| HSL | 254.4º | 0.42% | 0.35% | - |
| HSV(B) | 254.4º | 0.59% | 0.5% | - |
| XYZ | 7.58 | 5.29 | 20.7 | - |
| YUV | 65.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 127 | 0.45 | 0.59 | 0 | 0.50 | 254.4 | 0.42 | 0.35 |
| Hex | 46 | 34 | 7F | 2D | 3B | 0 | 32 | FE | 2A | 23 |
| Octal | 106 | 64 | 177 | 55 | 73 | 0 | 62 | 376 | 52 | 43 |
| Binary | 1000110 | 110100 | 1111111 | 101101 | 111011 | 0 | 110010 | 11111110 | 101010 | 100011 |
Color Harmonies of #46347F
Complementary color
Monochromatic Colors of #46347F
Black with #46347F
Text Example
Text Example
White with #46347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46347F; }
p { color: rgb(70,52,127); }
H1.HeaderClassName
{
color: #46347F;
}
.AnyTagClassName
{
color: #46347F;
}
</style>
background-color css
<style>
a { background-color: #46347F; }
a { background-color: rgb(70,52,127); }
div.DivClassName
{
background-color: #46347F;
}
.BgClassName
{
background-color: #46347F;
}
</style>
border-color css
<style>
span { border-color: #46347F; }
span { border-color: rgb(70,52,127); }
td.TdClassName
{
border-color: #46347F;
}
.TagClassName
{
border-color: #46347F;
}
</style>