Shades of Corn Flower Blue #444662
Tints of Corn Flower Blue #444662
RGB
CMYK
RGB Variations
Color information
#444662 (or 0x444662) is known color: Corn Flower Blue. HEX triplet: 44, 46 and 62. RGB value is (68,70,98). Sum of RGB (Red+Green+Blue) = 68+70+98=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #444662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444662 is #BBB99D. Grayscale: #484848. Windows color (decimal): -12302750 or 6440516. OLE color: 6440516.
HSL color Cylindrical-coordinate representation of color #444662: hue angle of 236º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444662 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 70 | 98 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.62 |
| HSL | 236º | 0.18% | 0.33% | - |
| HSV(B) | 236º | 0.31% | 0.38% | - |
| XYZ | 6.78 | 6.49 | 12.45 | - |
| YUV | 72.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 98 | 0.31 | 0.29 | 0 | 0.62 | 236 | 0.18 | 0.33 |
| Hex | 44 | 46 | 62 | 1F | 1D | 0 | 3E | EC | 12 | 21 |
| Octal | 104 | 106 | 142 | 37 | 35 | 0 | 76 | 354 | 22 | 41 |
| Binary | 1000100 | 1000110 | 1100010 | 11111 | 11101 | 0 | 111110 | 11101100 | 10010 | 100001 |
Color Harmonies of #444662
Complementary color
Monochromatic Colors of #444662
Black with #444662
Text Example
Text Example
White with #444662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444662; }
p { color: rgb(68,70,98); }
H1.HeaderClassName
{
color: #444662;
}
.AnyTagClassName
{
color: #444662;
}
</style>
background-color css
<style>
a { background-color: #444662; }
a { background-color: rgb(68,70,98); }
div.DivClassName
{
background-color: #444662;
}
.BgClassName
{
background-color: #444662;
}
</style>
border-color css
<style>
span { border-color: #444662; }
span { border-color: rgb(68,70,98); }
td.TdClassName
{
border-color: #444662;
}
.TagClassName
{
border-color: #444662;
}
</style>