Shades of Corn Flower Blue #444574
Tints of Corn Flower Blue #444574
RGB
CMYK
RGB Variations
Color information
#444574 (or 0x444574) is known color: Corn Flower Blue. HEX triplet: 44, 45 and 74. RGB value is (68,69,116). Sum of RGB (Red+Green+Blue) = 68+69+116=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #444574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444574 is #BBBA8B. Grayscale: #494949. Windows color (decimal): -12302988 or 7619908. OLE color: 7619908.
HSL color Cylindrical-coordinate representation of color #444574: hue angle of 238.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444574 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 69 | 116 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.55 |
| HSL | 238.75º | 0.26% | 0.36% | - |
| HSV(B) | 238.75º | 0.41% | 0.45% | - |
| XYZ | 7.66 | 6.75 | 17.42 | - |
| YUV | 74.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 116 | 0.41 | 0.41 | 0 | 0.55 | 238.75 | 0.26 | 0.36 |
| Hex | 44 | 45 | 74 | 29 | 29 | 0 | 37 | EF | 1A | 24 |
| Octal | 104 | 105 | 164 | 51 | 51 | 0 | 67 | 357 | 32 | 44 |
| Binary | 1000100 | 1000101 | 1110100 | 101001 | 101001 | 0 | 110111 | 11101111 | 11010 | 100100 |
Color Harmonies of #444574
Complementary color
Monochromatic Colors of #444574
Black with #444574
Text Example
Text Example
White with #444574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444574; }
p { color: rgb(68,69,116); }
H1.HeaderClassName
{
color: #444574;
}
.AnyTagClassName
{
color: #444574;
}
</style>
background-color css
<style>
a { background-color: #444574; }
a { background-color: rgb(68,69,116); }
div.DivClassName
{
background-color: #444574;
}
.BgClassName
{
background-color: #444574;
}
</style>
border-color css
<style>
span { border-color: #444574; }
span { border-color: rgb(68,69,116); }
td.TdClassName
{
border-color: #444574;
}
.TagClassName
{
border-color: #444574;
}
</style>