Shades of Corn Flower Blue #444677
Tints of Corn Flower Blue #444677
RGB
CMYK
RGB Variations
Color information
#444677 (or 0x444677) is known color: Corn Flower Blue. HEX triplet: 44, 46 and 77. RGB value is (68,70,119). Sum of RGB (Red+Green+Blue) = 68+70+119=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #444677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444677 is #BBB988. Grayscale: #4A4A4A. Windows color (decimal): -12302729 or 7816772. OLE color: 7816772.
HSL color Cylindrical-coordinate representation of color #444677: hue angle of 237.65º degrees, saturation: 0.27, 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 #444677 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 70 | 119 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.53 |
| HSL | 237.65º | 0.27% | 0.37% | - |
| HSV(B) | 237.65º | 0.43% | 0.47% | - |
| XYZ | 7.9 | 6.94 | 18.38 | - |
| YUV | 74.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 119 | 0.43 | 0.41 | 0 | 0.53 | 237.65 | 0.27 | 0.37 |
| Hex | 44 | 46 | 77 | 2B | 29 | 0 | 35 | EE | 1B | 25 |
| Octal | 104 | 106 | 167 | 53 | 51 | 0 | 65 | 356 | 33 | 45 |
| Binary | 1000100 | 1000110 | 1110111 | 101011 | 101001 | 0 | 110101 | 11101110 | 11011 | 100101 |
Color Harmonies of #444677
Complementary color
Monochromatic Colors of #444677
Black with #444677
Text Example
Text Example
White with #444677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444677; }
p { color: rgb(68,70,119); }
H1.HeaderClassName
{
color: #444677;
}
.AnyTagClassName
{
color: #444677;
}
</style>
background-color css
<style>
a { background-color: #444677; }
a { background-color: rgb(68,70,119); }
div.DivClassName
{
background-color: #444677;
}
.BgClassName
{
background-color: #444677;
}
</style>
border-color css
<style>
span { border-color: #444677; }
span { border-color: rgb(68,70,119); }
td.TdClassName
{
border-color: #444677;
}
.TagClassName
{
border-color: #444677;
}
</style>