Shades of Corn Flower Blue #444972
Tints of Corn Flower Blue #444972
RGB
CMYK
RGB Variations
Color information
#444972 (or 0x444972) is known color: Corn Flower Blue. HEX triplet: 44, 49 and 72. RGB value is (68,73,114). Sum of RGB (Red+Green+Blue) = 68+73+114=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #444972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444972 is #BBB68D. Grayscale: #4C4C4C. Windows color (decimal): -12301966 or 7489860. OLE color: 7489860.
HSL color Cylindrical-coordinate representation of color #444972: hue angle of 233.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444972 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 73 | 114 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.55 |
| HSL | 233.48º | 0.25% | 0.36% | - |
| HSV(B) | 233.48º | 0.4% | 0.45% | - |
| XYZ | 7.8 | 7.21 | 16.9 | - |
| YUV | 76.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 114 | 0.40 | 0.36 | 0 | 0.55 | 233.48 | 0.25 | 0.36 |
| Hex | 44 | 49 | 72 | 28 | 24 | 0 | 37 | E9 | 19 | 24 |
| Octal | 104 | 111 | 162 | 50 | 44 | 0 | 67 | 351 | 31 | 44 |
| Binary | 1000100 | 1001001 | 1110010 | 101000 | 100100 | 0 | 110111 | 11101001 | 11001 | 100100 |
Color Harmonies of #444972
Complementary color
Monochromatic Colors of #444972
Black with #444972
Text Example
Text Example
White with #444972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444972; }
p { color: rgb(68,73,114); }
H1.HeaderClassName
{
color: #444972;
}
.AnyTagClassName
{
color: #444972;
}
</style>
background-color css
<style>
a { background-color: #444972; }
a { background-color: rgb(68,73,114); }
div.DivClassName
{
background-color: #444972;
}
.BgClassName
{
background-color: #444972;
}
</style>
border-color css
<style>
span { border-color: #444972; }
span { border-color: rgb(68,73,114); }
td.TdClassName
{
border-color: #444972;
}
.TagClassName
{
border-color: #444972;
}
</style>