Shades of Corn Flower Blue #444664
Tints of Corn Flower Blue #444664
RGB
CMYK
RGB Variations
Color information
#444664 (or 0x444664) is known color: Corn Flower Blue. HEX triplet: 44, 46 and 64. RGB value is (68,70,100). Sum of RGB (Red+Green+Blue) = 68+70+100=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #444664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444664 is #BBB99B. Grayscale: #484848. Windows color (decimal): -12302748 or 6571588. OLE color: 6571588.
HSL color Cylindrical-coordinate representation of color #444664: hue angle of 236.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444664 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 70 | 100 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.61 |
| HSL | 236.25º | 0.19% | 0.33% | - |
| HSV(B) | 236.25º | 0.32% | 0.39% | - |
| XYZ | 6.87 | 6.53 | 12.95 | - |
| YUV | 72.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 100 | 0.32 | 0.30 | 0 | 0.61 | 236.25 | 0.19 | 0.33 |
| Hex | 44 | 46 | 64 | 20 | 1E | 0 | 3D | EC | 13 | 21 |
| Octal | 104 | 106 | 144 | 40 | 36 | 0 | 75 | 354 | 23 | 41 |
| Binary | 1000100 | 1000110 | 1100100 | 100000 | 11110 | 0 | 111101 | 11101100 | 10011 | 100001 |
Color Harmonies of #444664
Complementary color
Monochromatic Colors of #444664
Black with #444664
Text Example
Text Example
White with #444664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444664; }
p { color: rgb(68,70,100); }
H1.HeaderClassName
{
color: #444664;
}
.AnyTagClassName
{
color: #444664;
}
</style>
background-color css
<style>
a { background-color: #444664; }
a { background-color: rgb(68,70,100); }
div.DivClassName
{
background-color: #444664;
}
.BgClassName
{
background-color: #444664;
}
</style>
border-color css
<style>
span { border-color: #444664; }
span { border-color: rgb(68,70,100); }
td.TdClassName
{
border-color: #444664;
}
.TagClassName
{
border-color: #444664;
}
</style>