Shades of Corn Flower Blue #444076
Tints of Corn Flower Blue #444076
RGB
CMYK
RGB Variations
Color information
#444076 (or 0x444076) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 76. RGB value is (68,64,118). Sum of RGB (Red+Green+Blue) = 68+64+118=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #444076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444076 is #BBBF89. Grayscale: #474747. Windows color (decimal): -12304266 or 7749700. OLE color: 7749700.
HSL color Cylindrical-coordinate representation of color #444076: hue angle of 244.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444076 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 64 | 118 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.54 |
| HSL | 244.44º | 0.3% | 0.36% | - |
| HSV(B) | 244.44º | 0.46% | 0.46% | - |
| XYZ | 7.49 | 6.2 | 17.94 | - |
| YUV | 71.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 118 | 0.42 | 0.46 | 0 | 0.54 | 244.44 | 0.3 | 0.36 |
| Hex | 44 | 40 | 76 | 2A | 2E | 0 | 36 | F4 | 1E | 24 |
| Octal | 104 | 100 | 166 | 52 | 56 | 0 | 66 | 364 | 36 | 44 |
| Binary | 1000100 | 1000000 | 1110110 | 101010 | 101110 | 0 | 110110 | 11110100 | 11110 | 100100 |
Color Harmonies of #444076
Complementary color
Monochromatic Colors of #444076
Black with #444076
Text Example
Text Example
White with #444076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444076; }
p { color: rgb(68,64,118); }
H1.HeaderClassName
{
color: #444076;
}
.AnyTagClassName
{
color: #444076;
}
</style>
background-color css
<style>
a { background-color: #444076; }
a { background-color: rgb(68,64,118); }
div.DivClassName
{
background-color: #444076;
}
.BgClassName
{
background-color: #444076;
}
</style>
border-color css
<style>
span { border-color: #444076; }
span { border-color: rgb(68,64,118); }
td.TdClassName
{
border-color: #444076;
}
.TagClassName
{
border-color: #444076;
}
</style>