Shades of Corn Flower Blue #444978
Tints of Corn Flower Blue #444978
RGB
CMYK
RGB Variations
Color information
#444978 (or 0x444978) is known color: Corn Flower Blue. HEX triplet: 44, 49 and 78. RGB value is (68,73,120). Sum of RGB (Red+Green+Blue) = 68+73+120=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #444978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444978 is #BBB687. Grayscale: #4C4C4C. Windows color (decimal): -12301960 or 7883076. OLE color: 7883076.
HSL color Cylindrical-coordinate representation of color #444978: hue angle of 234.23º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #444978 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 73 | 120 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.53 |
| HSL | 234.23º | 0.28% | 0.37% | - |
| HSV(B) | 234.23º | 0.43% | 0.47% | - |
| XYZ | 8.16 | 7.35 | 18.76 | - |
| YUV | 76.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 120 | 0.43 | 0.39 | 0 | 0.53 | 234.23 | 0.28 | 0.37 |
| Hex | 44 | 49 | 78 | 2B | 27 | 0 | 35 | EA | 1C | 25 |
| Octal | 104 | 111 | 170 | 53 | 47 | 0 | 65 | 352 | 34 | 45 |
| Binary | 1000100 | 1001001 | 1111000 | 101011 | 100111 | 0 | 110101 | 11101010 | 11100 | 100101 |
Color Harmonies of #444978
Complementary color
Monochromatic Colors of #444978
Black with #444978
Text Example
Text Example
White with #444978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444978; }
p { color: rgb(68,73,120); }
H1.HeaderClassName
{
color: #444978;
}
.AnyTagClassName
{
color: #444978;
}
</style>
background-color css
<style>
a { background-color: #444978; }
a { background-color: rgb(68,73,120); }
div.DivClassName
{
background-color: #444978;
}
.BgClassName
{
background-color: #444978;
}
</style>
border-color css
<style>
span { border-color: #444978; }
span { border-color: rgb(68,73,120); }
td.TdClassName
{
border-color: #444978;
}
.TagClassName
{
border-color: #444978;
}
</style>