Shades of Corn Flower Blue #44416F
Tints of Corn Flower Blue #44416F
RGB
CMYK
RGB Variations
Color information
#44416F (or 0x44416F) is known color: Corn Flower Blue. HEX triplet: 44, 41 and 6F. RGB value is (68,65,111). Sum of RGB (Red+Green+Blue) = 68+65+111=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #44416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44416F is #BBBE90. Grayscale: #464646. Windows color (decimal): -12304017 or 7291204. OLE color: 7291204.
HSL color Cylindrical-coordinate representation of color #44416F: hue angle of 243.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44416F is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 65 | 111 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.56 |
| HSL | 243.91º | 0.26% | 0.35% | - |
| HSV(B) | 243.91º | 0.41% | 0.44% | - |
| XYZ | 7.14 | 6.16 | 15.85 | - |
| YUV | 71.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 111 | 0.39 | 0.41 | 0 | 0.56 | 243.91 | 0.26 | 0.35 |
| Hex | 44 | 41 | 6F | 27 | 29 | 0 | 38 | F4 | 1A | 23 |
| Octal | 104 | 101 | 157 | 47 | 51 | 0 | 70 | 364 | 32 | 43 |
| Binary | 1000100 | 1000001 | 1101111 | 100111 | 101001 | 0 | 111000 | 11110100 | 11010 | 100011 |
Color Harmonies of #44416F
Complementary color
Monochromatic Colors of #44416F
Black with #44416F
Text Example
Text Example
White with #44416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44416F; }
p { color: rgb(68,65,111); }
H1.HeaderClassName
{
color: #44416F;
}
.AnyTagClassName
{
color: #44416F;
}
</style>
background-color css
<style>
a { background-color: #44416F; }
a { background-color: rgb(68,65,111); }
div.DivClassName
{
background-color: #44416F;
}
.BgClassName
{
background-color: #44416F;
}
</style>
border-color css
<style>
span { border-color: #44416F; }
span { border-color: rgb(68,65,111); }
td.TdClassName
{
border-color: #44416F;
}
.TagClassName
{
border-color: #44416F;
}
</style>