Shades of Corn Flower Blue #44406D
Tints of Corn Flower Blue #44406D
RGB
CMYK
RGB Variations
Color information
#44406D (or 0x44406D) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 6D. RGB value is (68,64,109). Sum of RGB (Red+Green+Blue) = 68+64+109=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #44406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44406D is #BBBF92. Grayscale: #464646. Windows color (decimal): -12304275 or 7159876. OLE color: 7159876.
HSL color Cylindrical-coordinate representation of color #44406D: hue angle of 245.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44406D is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 64 | 109 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.57 |
| HSL | 245.33º | 0.26% | 0.34% | - |
| HSV(B) | 245.33º | 0.41% | 0.43% | - |
| XYZ | 6.98 | 6 | 15.26 | - |
| YUV | 70.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 109 | 0.38 | 0.41 | 0 | 0.57 | 245.33 | 0.26 | 0.34 |
| Hex | 44 | 40 | 6D | 26 | 29 | 0 | 39 | F5 | 1A | 22 |
| Octal | 104 | 100 | 155 | 46 | 51 | 0 | 71 | 365 | 32 | 42 |
| Binary | 1000100 | 1000000 | 1101101 | 100110 | 101001 | 0 | 111001 | 11110101 | 11010 | 100010 |
Color Harmonies of #44406D
Complementary color
Monochromatic Colors of #44406D
Black with #44406D
Text Example
Text Example
White with #44406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44406D; }
p { color: rgb(68,64,109); }
H1.HeaderClassName
{
color: #44406D;
}
.AnyTagClassName
{
color: #44406D;
}
</style>
background-color css
<style>
a { background-color: #44406D; }
a { background-color: rgb(68,64,109); }
div.DivClassName
{
background-color: #44406D;
}
.BgClassName
{
background-color: #44406D;
}
</style>
border-color css
<style>
span { border-color: #44406D; }
span { border-color: rgb(68,64,109); }
td.TdClassName
{
border-color: #44406D;
}
.TagClassName
{
border-color: #44406D;
}
</style>