Shades of Windsor #451C76
Tints of Windsor #451C76
RGB
CMYK
RGB Variations
Color information
#451C76 (or 0x451C76) is known color: Windsor. HEX triplet: 45, 1C and 76. RGB value is (69,28,118). Sum of RGB (Red+Green+Blue) = 69+28+118=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #451C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C76 is #BAE389. Grayscale: #323232. Windows color (decimal): -12247946 or 7740485. OLE color: 7740485.
HSL color Cylindrical-coordinate representation of color #451C76: hue angle of 267.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #451C76 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 28 | 118 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.54 |
| HSL | 267.33º | 0.62% | 0.29% | - |
| HSV(B) | 267.33º | 0.76% | 0.46% | - |
| XYZ | 6.14 | 3.4 | 17.47 | - |
| YUV | 50.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 118 | 0.42 | 0.76 | 0 | 0.54 | 267.33 | 0.62 | 0.29 |
| Hex | 45 | 1C | 76 | 2A | 4C | 0 | 36 | 10B | 3E | 1D |
| Octal | 105 | 34 | 166 | 52 | 114 | 0 | 66 | 413 | 76 | 35 |
| Binary | 1000101 | 11100 | 1110110 | 101010 | 1001100 | 0 | 110110 | 100001011 | 111110 | 11101 |
Color Harmonies of #451C76
Complementary color
Monochromatic Colors of #451C76
Black with #451C76
Text Example
Text Example
White with #451C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C76; }
p { color: rgb(69,28,118); }
H1.HeaderClassName
{
color: #451C76;
}
.AnyTagClassName
{
color: #451C76;
}
</style>
background-color css
<style>
a { background-color: #451C76; }
a { background-color: rgb(69,28,118); }
div.DivClassName
{
background-color: #451C76;
}
.BgClassName
{
background-color: #451C76;
}
</style>
border-color css
<style>
span { border-color: #451C76; }
span { border-color: rgb(69,28,118); }
td.TdClassName
{
border-color: #451C76;
}
.TagClassName
{
border-color: #451C76;
}
</style>