Shades of Corn Flower Blue #444067
Tints of Corn Flower Blue #444067
RGB
CMYK
RGB Variations
Color information
#444067 (or 0x444067) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 67. RGB value is (68,64,103). Sum of RGB (Red+Green+Blue) = 68+64+103=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #444067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444067 is #BBBF98. Grayscale: #454545. Windows color (decimal): -12304281 or 6766660. OLE color: 6766660.
HSL color Cylindrical-coordinate representation of color #444067: hue angle of 246.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444067 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 64 | 103 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.60 |
| HSL | 246.15º | 0.23% | 0.33% | - |
| HSV(B) | 246.15º | 0.38% | 0.4% | - |
| XYZ | 6.67 | 5.88 | 13.61 | - |
| YUV | 69.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 103 | 0.34 | 0.38 | 0 | 0.60 | 246.15 | 0.23 | 0.33 |
| Hex | 44 | 40 | 67 | 22 | 26 | 0 | 3C | F6 | 17 | 21 |
| Octal | 104 | 100 | 147 | 42 | 46 | 0 | 74 | 366 | 27 | 41 |
| Binary | 1000100 | 1000000 | 1100111 | 100010 | 100110 | 0 | 111100 | 11110110 | 10111 | 100001 |
Color Harmonies of #444067
Complementary color
Monochromatic Colors of #444067
Black with #444067
Text Example
Text Example
White with #444067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444067; }
p { color: rgb(68,64,103); }
H1.HeaderClassName
{
color: #444067;
}
.AnyTagClassName
{
color: #444067;
}
</style>
background-color css
<style>
a { background-color: #444067; }
a { background-color: rgb(68,64,103); }
div.DivClassName
{
background-color: #444067;
}
.BgClassName
{
background-color: #444067;
}
</style>
border-color css
<style>
span { border-color: #444067; }
span { border-color: rgb(68,64,103); }
td.TdClassName
{
border-color: #444067;
}
.TagClassName
{
border-color: #444067;
}
</style>