Shades of Windsor #46327B
Tints of Windsor #46327B
RGB
CMYK
RGB Variations
Color information
#46327B (or 0x46327B) is known color: Windsor. HEX triplet: 46, 32 and 7B. RGB value is (70,50,123). Sum of RGB (Red+Green+Blue) = 70+50+123=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #46327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46327B is #B9CD84. Grayscale: #404040. Windows color (decimal): -12176773 or 8073798. OLE color: 8073798.
HSL color Cylindrical-coordinate representation of color #46327B: hue angle of 256.44º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46327B is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 50 | 123 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.52 |
| HSL | 256.44º | 0.42% | 0.34% | - |
| HSV(B) | 256.44º | 0.59% | 0.48% | - |
| XYZ | 7.24 | 5.01 | 19.32 | - |
| YUV | 64.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 123 | 0.43 | 0.59 | 0 | 0.52 | 256.44 | 0.42 | 0.34 |
| Hex | 46 | 32 | 7B | 2B | 3B | 0 | 34 | 100 | 2A | 22 |
| Octal | 106 | 62 | 173 | 53 | 73 | 0 | 64 | 400 | 52 | 42 |
| Binary | 1000110 | 110010 | 1111011 | 101011 | 111011 | 0 | 110100 | 100000000 | 101010 | 100010 |
Color Harmonies of #46327B
Complementary color
Monochromatic Colors of #46327B
Black with #46327B
Text Example
Text Example
White with #46327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46327B; }
p { color: rgb(70,50,123); }
H1.HeaderClassName
{
color: #46327B;
}
.AnyTagClassName
{
color: #46327B;
}
</style>
background-color css
<style>
a { background-color: #46327B; }
a { background-color: rgb(70,50,123); }
div.DivClassName
{
background-color: #46327B;
}
.BgClassName
{
background-color: #46327B;
}
</style>
border-color css
<style>
span { border-color: #46327B; }
span { border-color: rgb(70,50,123); }
td.TdClassName
{
border-color: #46327B;
}
.TagClassName
{
border-color: #46327B;
}
</style>