Shades of Windsor #46307D
Tints of Windsor #46307D
RGB
CMYK
RGB Variations
Color information
#46307D (or 0x46307D) is known color: Windsor. HEX triplet: 46, 30 and 7D. RGB value is (70,48,125). Sum of RGB (Red+Green+Blue) = 70+48+125=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #46307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46307D is #B9CF82. Grayscale: #3F3F3F. Windows color (decimal): -12177283 or 8204358. OLE color: 8204358.
HSL color Cylindrical-coordinate representation of color #46307D: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46307D is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 48 | 125 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.51 |
| HSL | 257.14º | 0.45% | 0.34% | - |
| HSV(B) | 257.14º | 0.62% | 0.49% | - |
| XYZ | 7.28 | 4.9 | 19.96 | - |
| YUV | 63.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 125 | 0.44 | 0.62 | 0 | 0.51 | 257.14 | 0.45 | 0.34 |
| Hex | 46 | 30 | 7D | 2C | 3E | 0 | 33 | 101 | 2D | 22 |
| Octal | 106 | 60 | 175 | 54 | 76 | 0 | 63 | 401 | 55 | 42 |
| Binary | 1000110 | 110000 | 1111101 | 101100 | 111110 | 0 | 110011 | 100000001 | 101101 | 100010 |
Color Harmonies of #46307D
Complementary color
Monochromatic Colors of #46307D
Black with #46307D
Text Example
Text Example
White with #46307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46307D; }
p { color: rgb(70,48,125); }
H1.HeaderClassName
{
color: #46307D;
}
.AnyTagClassName
{
color: #46307D;
}
</style>
background-color css
<style>
a { background-color: #46307D; }
a { background-color: rgb(70,48,125); }
div.DivClassName
{
background-color: #46307D;
}
.BgClassName
{
background-color: #46307D;
}
</style>
border-color css
<style>
span { border-color: #46307D; }
span { border-color: rgb(70,48,125); }
td.TdClassName
{
border-color: #46307D;
}
.TagClassName
{
border-color: #46307D;
}
</style>