Shades of Windsor #44267B
Tints of Windsor #44267B
RGB
CMYK
RGB Variations
Color information
#44267B (or 0x44267B) is known color: Windsor. HEX triplet: 44, 26 and 7B. RGB value is (68,38,123). Sum of RGB (Red+Green+Blue) = 68+38+123=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #44267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44267B is #BBD984. Grayscale: #383838. Windows color (decimal): -12310917 or 8070724. OLE color: 8070724.
HSL color Cylindrical-coordinate representation of color #44267B: hue angle of 261.18º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44267B is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 38 | 123 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.52 |
| HSL | 261.18º | 0.53% | 0.32% | - |
| HSV(B) | 261.18º | 0.69% | 0.48% | - |
| XYZ | 6.65 | 4.05 | 19.17 | - |
| YUV | 56.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 123 | 0.45 | 0.69 | 0 | 0.52 | 261.18 | 0.53 | 0.32 |
| Hex | 44 | 26 | 7B | 2D | 45 | 0 | 34 | 105 | 35 | 20 |
| Octal | 104 | 46 | 173 | 55 | 105 | 0 | 64 | 405 | 65 | 40 |
| Binary | 1000100 | 100110 | 1111011 | 101101 | 1000101 | 0 | 110100 | 100000101 | 110101 | 100000 |
Color Harmonies of #44267B
Complementary color
Monochromatic Colors of #44267B
Black with #44267B
Text Example
Text Example
White with #44267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44267B; }
p { color: rgb(68,38,123); }
H1.HeaderClassName
{
color: #44267B;
}
.AnyTagClassName
{
color: #44267B;
}
</style>
background-color css
<style>
a { background-color: #44267B; }
a { background-color: rgb(68,38,123); }
div.DivClassName
{
background-color: #44267B;
}
.BgClassName
{
background-color: #44267B;
}
</style>
border-color css
<style>
span { border-color: #44267B; }
span { border-color: rgb(68,38,123); }
td.TdClassName
{
border-color: #44267B;
}
.TagClassName
{
border-color: #44267B;
}
</style>