Shades of Windsor #463183
Tints of Windsor #463183
RGB
CMYK
RGB Variations
Color information
#463183 (or 0x463183) is known color: Windsor. HEX triplet: 46, 31 and 83. RGB value is (70,49,131). Sum of RGB (Red+Green+Blue) = 70+49+131=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #463183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463183 is #B9CE7C. Grayscale: #404040. Windows color (decimal): -12177021 or 8597830. OLE color: 8597830.
HSL color Cylindrical-coordinate representation of color #463183: hue angle of 255.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463183 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 49 | 131 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.49 |
| HSL | 255.37º | 0.46% | 0.35% | - |
| HSV(B) | 255.37º | 0.63% | 0.51% | - |
| XYZ | 7.72 | 5.14 | 22.06 | - |
| YUV | 64.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 131 | 0.47 | 0.63 | 0 | 0.49 | 255.37 | 0.46 | 0.35 |
| Hex | 46 | 31 | 83 | 2F | 3F | 0 | 31 | FF | 2E | 23 |
| Octal | 106 | 61 | 203 | 57 | 77 | 0 | 61 | 377 | 56 | 43 |
| Binary | 1000110 | 110001 | 10000011 | 101111 | 111111 | 0 | 110001 | 11111111 | 101110 | 100011 |
Color Harmonies of #463183
Complementary color
Monochromatic Colors of #463183
Black with #463183
Text Example
Text Example
White with #463183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463183; }
p { color: rgb(70,49,131); }
H1.HeaderClassName
{
color: #463183;
}
.AnyTagClassName
{
color: #463183;
}
</style>
background-color css
<style>
a { background-color: #463183; }
a { background-color: rgb(70,49,131); }
div.DivClassName
{
background-color: #463183;
}
.BgClassName
{
background-color: #463183;
}
</style>
border-color css
<style>
span { border-color: #463183; }
span { border-color: rgb(70,49,131); }
td.TdClassName
{
border-color: #463183;
}
.TagClassName
{
border-color: #463183;
}
</style>