Shades of Windsor #44207B
Tints of Windsor #44207B
RGB
CMYK
RGB Variations
Color information
#44207B (or 0x44207B) is known color: Windsor. HEX triplet: 44, 20 and 7B. RGB value is (68,32,123). Sum of RGB (Red+Green+Blue) = 68+32+123=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #44207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44207B is #BBDF84. Grayscale: #343434. Windows color (decimal): -12312453 or 8069188. OLE color: 8069188.
HSL color Cylindrical-coordinate representation of color #44207B: hue angle of 263.74º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44207B is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 32 | 123 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.52 |
| HSL | 263.74º | 0.59% | 0.3% | - |
| HSV(B) | 263.74º | 0.74% | 0.48% | - |
| XYZ | 6.48 | 3.69 | 19.11 | - |
| YUV | 53.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 123 | 0.45 | 0.74 | 0 | 0.52 | 263.74 | 0.59 | 0.3 |
| Hex | 44 | 20 | 7B | 2D | 4A | 0 | 34 | 108 | 3B | 1E |
| Octal | 104 | 40 | 173 | 55 | 112 | 0 | 64 | 410 | 73 | 36 |
| Binary | 1000100 | 100000 | 1111011 | 101101 | 1001010 | 0 | 110100 | 100001000 | 111011 | 11110 |
Color Harmonies of #44207B
Complementary color
Monochromatic Colors of #44207B
Black with #44207B
Text Example
Text Example
White with #44207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44207B; }
p { color: rgb(68,32,123); }
H1.HeaderClassName
{
color: #44207B;
}
.AnyTagClassName
{
color: #44207B;
}
</style>
background-color css
<style>
a { background-color: #44207B; }
a { background-color: rgb(68,32,123); }
div.DivClassName
{
background-color: #44207B;
}
.BgClassName
{
background-color: #44207B;
}
</style>
border-color css
<style>
span { border-color: #44207B; }
span { border-color: rgb(68,32,123); }
td.TdClassName
{
border-color: #44207B;
}
.TagClassName
{
border-color: #44207B;
}
</style>