Shades of Windsor #461883
Tints of Windsor #461883
RGB
CMYK
RGB Variations
Color information
#461883 (or 0x461883) is known color: Windsor. HEX triplet: 46, 18 and 83. RGB value is (70,24,131). Sum of RGB (Red+Green+Blue) = 70+24+131=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #461883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461883 is #B9E77C. Grayscale: #313131. Windows color (decimal): -12183421 or 8591430. OLE color: 8591430.
HSL color Cylindrical-coordinate representation of color #461883: hue angle of 265.79º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461883 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 24 | 131 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.49 |
| HSL | 265.79º | 0.69% | 0.3% | - |
| HSV(B) | 265.79º | 0.82% | 0.51% | - |
| XYZ | 6.95 | 3.59 | 21.8 | - |
| YUV | 49.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 131 | 0.47 | 0.82 | 0 | 0.49 | 265.79 | 0.69 | 0.3 |
| Hex | 46 | 18 | 83 | 2F | 52 | 0 | 31 | 10A | 45 | 1E |
| Octal | 106 | 30 | 203 | 57 | 122 | 0 | 61 | 412 | 105 | 36 |
| Binary | 1000110 | 11000 | 10000011 | 101111 | 1010010 | 0 | 110001 | 100001010 | 1000101 | 11110 |
Color Harmonies of #461883
Complementary color
Monochromatic Colors of #461883
Black with #461883
Text Example
Text Example
White with #461883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461883; }
p { color: rgb(70,24,131); }
H1.HeaderClassName
{
color: #461883;
}
.AnyTagClassName
{
color: #461883;
}
</style>
background-color css
<style>
a { background-color: #461883; }
a { background-color: rgb(70,24,131); }
div.DivClassName
{
background-color: #461883;
}
.BgClassName
{
background-color: #461883;
}
</style>
border-color css
<style>
span { border-color: #461883; }
span { border-color: rgb(70,24,131); }
td.TdClassName
{
border-color: #461883;
}
.TagClassName
{
border-color: #461883;
}
</style>