Shades of Corn Flower Blue #444772
Tints of Corn Flower Blue #444772
RGB
CMYK
RGB Variations
Color information
#444772 (or 0x444772) is known color: Corn Flower Blue. HEX triplet: 44, 47 and 72. RGB value is (68,71,114). Sum of RGB (Red+Green+Blue) = 68+71+114=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #444772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444772 is #BBB88D. Grayscale: #4A4A4A. Windows color (decimal): -12302478 or 7489348. OLE color: 7489348.
HSL color Cylindrical-coordinate representation of color #444772: hue angle of 236.09º 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 #444772 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 71 | 114 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.55 |
| HSL | 236.09º | 0.25% | 0.36% | - |
| HSV(B) | 236.09º | 0.4% | 0.45% | - |
| XYZ | 7.67 | 6.95 | 16.86 | - |
| YUV | 75.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 114 | 0.40 | 0.38 | 0 | 0.55 | 236.09 | 0.25 | 0.36 |
| Hex | 44 | 47 | 72 | 28 | 26 | 0 | 37 | EC | 19 | 24 |
| Octal | 104 | 107 | 162 | 50 | 46 | 0 | 67 | 354 | 31 | 44 |
| Binary | 1000100 | 1000111 | 1110010 | 101000 | 100110 | 0 | 110111 | 11101100 | 11001 | 100100 |
Color Harmonies of #444772
Complementary color
Monochromatic Colors of #444772
Black with #444772
Text Example
Text Example
White with #444772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444772; }
p { color: rgb(68,71,114); }
H1.HeaderClassName
{
color: #444772;
}
.AnyTagClassName
{
color: #444772;
}
</style>
background-color css
<style>
a { background-color: #444772; }
a { background-color: rgb(68,71,114); }
div.DivClassName
{
background-color: #444772;
}
.BgClassName
{
background-color: #444772;
}
</style>
border-color css
<style>
span { border-color: #444772; }
span { border-color: rgb(68,71,114); }
td.TdClassName
{
border-color: #444772;
}
.TagClassName
{
border-color: #444772;
}
</style>