Shades of Corn Flower Blue #444976
Tints of Corn Flower Blue #444976
RGB
CMYK
RGB Variations
Color information
#444976 (or 0x444976) is known color: Corn Flower Blue. HEX triplet: 44, 49 and 76. RGB value is (68,73,118). Sum of RGB (Red+Green+Blue) = 68+73+118=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #444976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444976 is #BBB689. Grayscale: #4C4C4C. Windows color (decimal): -12301962 or 7752004. OLE color: 7752004.
HSL color Cylindrical-coordinate representation of color #444976: hue angle of 234º 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 #444976 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 73 | 118 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.54 |
| HSL | 234º | 0.27% | 0.36% | - |
| HSV(B) | 234º | 0.42% | 0.46% | - |
| XYZ | 8.04 | 7.3 | 18.13 | - |
| YUV | 76.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 118 | 0.42 | 0.38 | 0 | 0.54 | 234 | 0.27 | 0.36 |
| Hex | 44 | 49 | 76 | 2A | 26 | 0 | 36 | EA | 1B | 24 |
| Octal | 104 | 111 | 166 | 52 | 46 | 0 | 66 | 352 | 33 | 44 |
| Binary | 1000100 | 1001001 | 1110110 | 101010 | 100110 | 0 | 110110 | 11101010 | 11011 | 100100 |
Color Harmonies of #444976
Complementary color
Monochromatic Colors of #444976
Black with #444976
Text Example
Text Example
White with #444976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444976; }
p { color: rgb(68,73,118); }
H1.HeaderClassName
{
color: #444976;
}
.AnyTagClassName
{
color: #444976;
}
</style>
background-color css
<style>
a { background-color: #444976; }
a { background-color: rgb(68,73,118); }
div.DivClassName
{
background-color: #444976;
}
.BgClassName
{
background-color: #444976;
}
</style>
border-color css
<style>
span { border-color: #444976; }
span { border-color: rgb(68,73,118); }
td.TdClassName
{
border-color: #444976;
}
.TagClassName
{
border-color: #444976;
}
</style>