Shades of Windsor #45347B
Tints of Windsor #45347B
RGB
CMYK
RGB Variations
Color information
#45347B (or 0x45347B) is known color: Windsor. HEX triplet: 45, 34 and 7B. RGB value is (69,52,123). Sum of RGB (Red+Green+Blue) = 69+52+123=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #45347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45347B is #BACB84. Grayscale: #404040. Windows color (decimal): -12241797 or 8074309. OLE color: 8074309.
HSL color Cylindrical-coordinate representation of color #45347B: hue angle of 254.37º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45347B is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 52 | 123 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.52 |
| HSL | 254.37º | 0.41% | 0.34% | - |
| HSV(B) | 254.37º | 0.58% | 0.48% | - |
| XYZ | 7.26 | 5.15 | 19.35 | - |
| YUV | 65.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 123 | 0.44 | 0.58 | 0 | 0.52 | 254.37 | 0.41 | 0.34 |
| Hex | 45 | 34 | 7B | 2C | 3A | 0 | 34 | FE | 29 | 22 |
| Octal | 105 | 64 | 173 | 54 | 72 | 0 | 64 | 376 | 51 | 42 |
| Binary | 1000101 | 110100 | 1111011 | 101100 | 111010 | 0 | 110100 | 11111110 | 101001 | 100010 |
Color Harmonies of #45347B
Complementary color
Monochromatic Colors of #45347B
Black with #45347B
Text Example
Text Example
White with #45347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45347B; }
p { color: rgb(69,52,123); }
H1.HeaderClassName
{
color: #45347B;
}
.AnyTagClassName
{
color: #45347B;
}
</style>
background-color css
<style>
a { background-color: #45347B; }
a { background-color: rgb(69,52,123); }
div.DivClassName
{
background-color: #45347B;
}
.BgClassName
{
background-color: #45347B;
}
</style>
border-color css
<style>
span { border-color: #45347B; }
span { border-color: rgb(69,52,123); }
td.TdClassName
{
border-color: #45347B;
}
.TagClassName
{
border-color: #45347B;
}
</style>