Shades of Corn Flower Blue #44416C
Tints of Corn Flower Blue #44416C
RGB
CMYK
RGB Variations
Color information
#44416C (or 0x44416C) is known color: Corn Flower Blue. HEX triplet: 44, 41 and 6C. RGB value is (68,65,108). Sum of RGB (Red+Green+Blue) = 68+65+108=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #44416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44416C is #BBBE93. Grayscale: #464646. Windows color (decimal): -12304020 or 7094596. OLE color: 7094596.
HSL color Cylindrical-coordinate representation of color #44416C: hue angle of 244.19º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44416C is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 65 | 108 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.58 |
| HSL | 244.19º | 0.25% | 0.34% | - |
| HSV(B) | 244.19º | 0.4% | 0.42% | - |
| XYZ | 6.98 | 6.09 | 15 | - |
| YUV | 70.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 108 | 0.37 | 0.40 | 0 | 0.58 | 244.19 | 0.25 | 0.34 |
| Hex | 44 | 41 | 6C | 25 | 28 | 0 | 3A | F4 | 19 | 22 |
| Octal | 104 | 101 | 154 | 45 | 50 | 0 | 72 | 364 | 31 | 42 |
| Binary | 1000100 | 1000001 | 1101100 | 100101 | 101000 | 0 | 111010 | 11110100 | 11001 | 100010 |
Color Harmonies of #44416C
Complementary color
Monochromatic Colors of #44416C
Black with #44416C
Text Example
Text Example
White with #44416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44416C; }
p { color: rgb(68,65,108); }
H1.HeaderClassName
{
color: #44416C;
}
.AnyTagClassName
{
color: #44416C;
}
</style>
background-color css
<style>
a { background-color: #44416C; }
a { background-color: rgb(68,65,108); }
div.DivClassName
{
background-color: #44416C;
}
.BgClassName
{
background-color: #44416C;
}
</style>
border-color css
<style>
span { border-color: #44416C; }
span { border-color: rgb(68,65,108); }
td.TdClassName
{
border-color: #44416C;
}
.TagClassName
{
border-color: #44416C;
}
</style>