Shades of Windsor #46307B
Tints of Windsor #46307B
RGB
CMYK
RGB Variations
Color information
#46307B (or 0x46307B) is known color: Windsor. HEX triplet: 46, 30 and 7B. RGB value is (70,48,123). Sum of RGB (Red+Green+Blue) = 70+48+123=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #46307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46307B is #B9CF84. Grayscale: #3E3E3E. Windows color (decimal): -12177285 or 8073286. OLE color: 8073286.
HSL color Cylindrical-coordinate representation of color #46307B: hue angle of 257.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46307B is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 48 | 123 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.52 |
| HSL | 257.6º | 0.44% | 0.34% | - |
| HSV(B) | 257.6º | 0.61% | 0.48% | - |
| XYZ | 7.16 | 4.85 | 19.3 | - |
| YUV | 63.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 123 | 0.43 | 0.61 | 0 | 0.52 | 257.6 | 0.44 | 0.34 |
| Hex | 46 | 30 | 7B | 2B | 3D | 0 | 34 | 102 | 2C | 22 |
| Octal | 106 | 60 | 173 | 53 | 75 | 0 | 64 | 402 | 54 | 42 |
| Binary | 1000110 | 110000 | 1111011 | 101011 | 111101 | 0 | 110100 | 100000010 | 101100 | 100010 |
Color Harmonies of #46307B
Complementary color
Monochromatic Colors of #46307B
Black with #46307B
Text Example
Text Example
White with #46307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46307B; }
p { color: rgb(70,48,123); }
H1.HeaderClassName
{
color: #46307B;
}
.AnyTagClassName
{
color: #46307B;
}
</style>
background-color css
<style>
a { background-color: #46307B; }
a { background-color: rgb(70,48,123); }
div.DivClassName
{
background-color: #46307B;
}
.BgClassName
{
background-color: #46307B;
}
</style>
border-color css
<style>
span { border-color: #46307B; }
span { border-color: rgb(70,48,123); }
td.TdClassName
{
border-color: #46307B;
}
.TagClassName
{
border-color: #46307B;
}
</style>