Shades of Corn Flower Blue #444872
Tints of Corn Flower Blue #444872
RGB
CMYK
RGB Variations
Color information
#444872 (or 0x444872) is known color: Corn Flower Blue. HEX triplet: 44, 48 and 72. RGB value is (68,72,114). Sum of RGB (Red+Green+Blue) = 68+72+114=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #444872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444872 is #BBB78D. Grayscale: #4B4B4B. Windows color (decimal): -12302222 or 7489604. OLE color: 7489604.
HSL color Cylindrical-coordinate representation of color #444872: hue angle of 234.78º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444872 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 72 | 114 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.55 |
| HSL | 234.78º | 0.25% | 0.36% | - |
| HSV(B) | 234.78º | 0.4% | 0.45% | - |
| XYZ | 7.74 | 7.08 | 16.88 | - |
| YUV | 75.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 114 | 0.40 | 0.37 | 0 | 0.55 | 234.78 | 0.25 | 0.36 |
| Hex | 44 | 48 | 72 | 28 | 25 | 0 | 37 | EB | 19 | 24 |
| Octal | 104 | 110 | 162 | 50 | 45 | 0 | 67 | 353 | 31 | 44 |
| Binary | 1000100 | 1001000 | 1110010 | 101000 | 100101 | 0 | 110111 | 11101011 | 11001 | 100100 |
Color Harmonies of #444872
Complementary color
Monochromatic Colors of #444872
Black with #444872
Text Example
Text Example
White with #444872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444872; }
p { color: rgb(68,72,114); }
H1.HeaderClassName
{
color: #444872;
}
.AnyTagClassName
{
color: #444872;
}
</style>
background-color css
<style>
a { background-color: #444872; }
a { background-color: rgb(68,72,114); }
div.DivClassName
{
background-color: #444872;
}
.BgClassName
{
background-color: #444872;
}
</style>
border-color css
<style>
span { border-color: #444872; }
span { border-color: rgb(68,72,114); }
td.TdClassName
{
border-color: #444872;
}
.TagClassName
{
border-color: #444872;
}
</style>