Shades of Windsor #451F77
Tints of Windsor #451F77
RGB
CMYK
RGB Variations
Color information
#451F77 (or 0x451F77) is known color: Windsor. HEX triplet: 45, 1F and 77. RGB value is (69,31,119). Sum of RGB (Red+Green+Blue) = 69+31+119=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #451F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F77 is #BAE088. Grayscale: #343434. Windows color (decimal): -12247177 or 7806789. OLE color: 7806789.
HSL color Cylindrical-coordinate representation of color #451F77: hue angle of 265.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451F77 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 31 | 119 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.53 |
| HSL | 265.91º | 0.59% | 0.29% | - |
| HSV(B) | 265.91º | 0.74% | 0.47% | - |
| XYZ | 6.27 | 3.58 | 17.81 | - |
| YUV | 52.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 119 | 0.42 | 0.74 | 0 | 0.53 | 265.91 | 0.59 | 0.29 |
| Hex | 45 | 1F | 77 | 2A | 4A | 0 | 35 | 10A | 3B | 1D |
| Octal | 105 | 37 | 167 | 52 | 112 | 0 | 65 | 412 | 73 | 35 |
| Binary | 1000101 | 11111 | 1110111 | 101010 | 1001010 | 0 | 110101 | 100001010 | 111011 | 11101 |
Color Harmonies of #451F77
Complementary color
Monochromatic Colors of #451F77
Black with #451F77
Text Example
Text Example
White with #451F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F77; }
p { color: rgb(69,31,119); }
H1.HeaderClassName
{
color: #451F77;
}
.AnyTagClassName
{
color: #451F77;
}
</style>
background-color css
<style>
a { background-color: #451F77; }
a { background-color: rgb(69,31,119); }
div.DivClassName
{
background-color: #451F77;
}
.BgClassName
{
background-color: #451F77;
}
</style>
border-color css
<style>
span { border-color: #451F77; }
span { border-color: rgb(69,31,119); }
td.TdClassName
{
border-color: #451F77;
}
.TagClassName
{
border-color: #451F77;
}
</style>