Shades of Corn Flower Blue #444072
Tints of Corn Flower Blue #444072
RGB
CMYK
RGB Variations
Color information
#444072 (or 0x444072) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 72. RGB value is (68,64,114). Sum of RGB (Red+Green+Blue) = 68+64+114=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #444072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444072 is #BBBF8D. Grayscale: #464646. Windows color (decimal): -12304270 or 7487556. OLE color: 7487556.
HSL color Cylindrical-coordinate representation of color #444072: hue angle of 244.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444072 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 64 | 114 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.55 |
| HSL | 244.8º | 0.28% | 0.35% | - |
| HSV(B) | 244.8º | 0.44% | 0.45% | - |
| XYZ | 7.25 | 6.11 | 16.72 | - |
| YUV | 70.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 114 | 0.40 | 0.44 | 0 | 0.55 | 244.8 | 0.28 | 0.35 |
| Hex | 44 | 40 | 72 | 28 | 2C | 0 | 37 | F5 | 1C | 23 |
| Octal | 104 | 100 | 162 | 50 | 54 | 0 | 67 | 365 | 34 | 43 |
| Binary | 1000100 | 1000000 | 1110010 | 101000 | 101100 | 0 | 110111 | 11110101 | 11100 | 100011 |
Color Harmonies of #444072
Complementary color
Monochromatic Colors of #444072
Black with #444072
Text Example
Text Example
White with #444072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444072; }
p { color: rgb(68,64,114); }
H1.HeaderClassName
{
color: #444072;
}
.AnyTagClassName
{
color: #444072;
}
</style>
background-color css
<style>
a { background-color: #444072; }
a { background-color: rgb(68,64,114); }
div.DivClassName
{
background-color: #444072;
}
.BgClassName
{
background-color: #444072;
}
</style>
border-color css
<style>
span { border-color: #444072; }
span { border-color: rgb(68,64,114); }
td.TdClassName
{
border-color: #444072;
}
.TagClassName
{
border-color: #444072;
}
</style>