Shades of Corn Flower Blue #444A76
Tints of Corn Flower Blue #444A76
RGB
CMYK
RGB Variations
Color information
#444A76 (or 0x444A76) is known color: Corn Flower Blue. HEX triplet: 44, 4A and 76. RGB value is (68,74,118). Sum of RGB (Red+Green+Blue) = 68+74+118=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #444A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A76 is #BBB589. Grayscale: #4D4D4D. Windows color (decimal): -12301706 or 7752260. OLE color: 7752260.
HSL color Cylindrical-coordinate representation of color #444A76: hue angle of 232.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444A76 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 74 | 118 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.54 |
| HSL | 232.8º | 0.27% | 0.36% | - |
| HSV(B) | 232.8º | 0.42% | 0.46% | - |
| XYZ | 8.1 | 7.43 | 18.15 | - |
| YUV | 77.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 118 | 0.42 | 0.37 | 0 | 0.54 | 232.8 | 0.27 | 0.36 |
| Hex | 44 | 4A | 76 | 2A | 25 | 0 | 36 | E9 | 1B | 24 |
| Octal | 104 | 112 | 166 | 52 | 45 | 0 | 66 | 351 | 33 | 44 |
| Binary | 1000100 | 1001010 | 1110110 | 101010 | 100101 | 0 | 110110 | 11101001 | 11011 | 100100 |
Color Harmonies of #444A76
Complementary color
Monochromatic Colors of #444A76
Black with #444A76
Text Example
Text Example
White with #444A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A76; }
p { color: rgb(68,74,118); }
H1.HeaderClassName
{
color: #444A76;
}
.AnyTagClassName
{
color: #444A76;
}
</style>
background-color css
<style>
a { background-color: #444A76; }
a { background-color: rgb(68,74,118); }
div.DivClassName
{
background-color: #444A76;
}
.BgClassName
{
background-color: #444A76;
}
</style>
border-color css
<style>
span { border-color: #444A76; }
span { border-color: rgb(68,74,118); }
td.TdClassName
{
border-color: #444A76;
}
.TagClassName
{
border-color: #444A76;
}
</style>