Shades of Corn Flower Blue #444073
Tints of Corn Flower Blue #444073
RGB
CMYK
RGB Variations
Color information
#444073 (or 0x444073) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 73. RGB value is (68,64,115). Sum of RGB (Red+Green+Blue) = 68+64+115=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #444073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444073 is #BBBF8C. Grayscale: #464646. Windows color (decimal): -12304269 or 7553092. OLE color: 7553092.
HSL color Cylindrical-coordinate representation of color #444073: hue angle of 244.71º 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 #444073 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 64 | 115 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.55 |
| HSL | 244.71º | 0.28% | 0.35% | - |
| HSV(B) | 244.71º | 0.44% | 0.45% | - |
| XYZ | 7.31 | 6.13 | 17.02 | - |
| YUV | 71.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 115 | 0.41 | 0.44 | 0 | 0.55 | 244.71 | 0.28 | 0.35 |
| Hex | 44 | 40 | 73 | 29 | 2C | 0 | 37 | F5 | 1C | 23 |
| Octal | 104 | 100 | 163 | 51 | 54 | 0 | 67 | 365 | 34 | 43 |
| Binary | 1000100 | 1000000 | 1110011 | 101001 | 101100 | 0 | 110111 | 11110101 | 11100 | 100011 |
Color Harmonies of #444073
Complementary color
Monochromatic Colors of #444073
Black with #444073
Text Example
Text Example
White with #444073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444073; }
p { color: rgb(68,64,115); }
H1.HeaderClassName
{
color: #444073;
}
.AnyTagClassName
{
color: #444073;
}
</style>
background-color css
<style>
a { background-color: #444073; }
a { background-color: rgb(68,64,115); }
div.DivClassName
{
background-color: #444073;
}
.BgClassName
{
background-color: #444073;
}
</style>
border-color css
<style>
span { border-color: #444073; }
span { border-color: rgb(68,64,115); }
td.TdClassName
{
border-color: #444073;
}
.TagClassName
{
border-color: #444073;
}
</style>