Shades of Corn Flower Blue #444063
Tints of Corn Flower Blue #444063
RGB
CMYK
RGB Variations
Color information
#444063 (or 0x444063) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 63. RGB value is (68,64,99). Sum of RGB (Red+Green+Blue) = 68+64+99=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #444063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444063 is #BBBF9C. Grayscale: #454545. Windows color (decimal): -12304285 or 6504516. OLE color: 6504516.
HSL color Cylindrical-coordinate representation of color #444063: hue angle of 246.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #444063 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 64 | 99 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.61 |
| HSL | 246.86º | 0.21% | 0.32% | - |
| HSV(B) | 246.86º | 0.35% | 0.39% | - |
| XYZ | 6.47 | 5.8 | 12.58 | - |
| YUV | 69.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 99 | 0.31 | 0.35 | 0 | 0.61 | 246.86 | 0.21 | 0.32 |
| Hex | 44 | 40 | 63 | 1F | 23 | 0 | 3D | F7 | 15 | 20 |
| Octal | 104 | 100 | 143 | 37 | 43 | 0 | 75 | 367 | 25 | 40 |
| Binary | 1000100 | 1000000 | 1100011 | 11111 | 100011 | 0 | 111101 | 11110111 | 10101 | 100000 |
Color Harmonies of #444063
Complementary color
Monochromatic Colors of #444063
Black with #444063
Text Example
Text Example
White with #444063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444063; }
p { color: rgb(68,64,99); }
H1.HeaderClassName
{
color: #444063;
}
.AnyTagClassName
{
color: #444063;
}
</style>
background-color css
<style>
a { background-color: #444063; }
a { background-color: rgb(68,64,99); }
div.DivClassName
{
background-color: #444063;
}
.BgClassName
{
background-color: #444063;
}
</style>
border-color css
<style>
span { border-color: #444063; }
span { border-color: rgb(68,64,99); }
td.TdClassName
{
border-color: #444063;
}
.TagClassName
{
border-color: #444063;
}
</style>