Shades of Windsor #452E71
Tints of Windsor #452E71
RGB
CMYK
RGB Variations
Color information
#452E71 (or 0x452E71) is known color: Windsor. HEX triplet: 45, 2E and 71. RGB value is (69,46,113). Sum of RGB (Red+Green+Blue) = 69+46+113=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #452E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E71 is #BAD18E. Grayscale: #3C3C3C. Windows color (decimal): -12243343 or 7417413. OLE color: 7417413.
HSL color Cylindrical-coordinate representation of color #452E71: hue angle of 260.6º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452E71 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 46 | 113 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.56 |
| HSL | 260.6º | 0.42% | 0.31% | - |
| HSV(B) | 260.6º | 0.59% | 0.44% | - |
| XYZ | 6.41 | 4.41 | 16.14 | - |
| YUV | 60.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 113 | 0.39 | 0.59 | 0 | 0.56 | 260.6 | 0.42 | 0.31 |
| Hex | 45 | 2E | 71 | 27 | 3B | 0 | 38 | 105 | 2A | 1F |
| Octal | 105 | 56 | 161 | 47 | 73 | 0 | 70 | 405 | 52 | 37 |
| Binary | 1000101 | 101110 | 1110001 | 100111 | 111011 | 0 | 111000 | 100000101 | 101010 | 11111 |
Color Harmonies of #452E71
Complementary color
Monochromatic Colors of #452E71
Black with #452E71
Text Example
Text Example
White with #452E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E71; }
p { color: rgb(69,46,113); }
H1.HeaderClassName
{
color: #452E71;
}
.AnyTagClassName
{
color: #452E71;
}
</style>
background-color css
<style>
a { background-color: #452E71; }
a { background-color: rgb(69,46,113); }
div.DivClassName
{
background-color: #452E71;
}
.BgClassName
{
background-color: #452E71;
}
</style>
border-color css
<style>
span { border-color: #452E71; }
span { border-color: rgb(69,46,113); }
td.TdClassName
{
border-color: #452E71;
}
.TagClassName
{
border-color: #452E71;
}
</style>