Shades of Corn Flower Blue #44486C
Tints of Corn Flower Blue #44486C
RGB
CMYK
RGB Variations
Color information
#44486C (or 0x44486C) is known color: Corn Flower Blue. HEX triplet: 44, 48 and 6C. RGB value is (68,72,108). Sum of RGB (Red+Green+Blue) = 68+72+108=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #44486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44486C is #BBB793. Grayscale: #4A4A4A. Windows color (decimal): -12302228 or 7096388. OLE color: 7096388.
HSL color Cylindrical-coordinate representation of color #44486C: hue angle of 234º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44486C is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 72 | 108 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.58 |
| HSL | 234º | 0.23% | 0.35% | - |
| HSV(B) | 234º | 0.37% | 0.42% | - |
| XYZ | 7.41 | 6.95 | 15.14 | - |
| YUV | 74.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 108 | 0.37 | 0.33 | 0 | 0.58 | 234 | 0.23 | 0.35 |
| Hex | 44 | 48 | 6C | 25 | 21 | 0 | 3A | EA | 17 | 23 |
| Octal | 104 | 110 | 154 | 45 | 41 | 0 | 72 | 352 | 27 | 43 |
| Binary | 1000100 | 1001000 | 1101100 | 100101 | 100001 | 0 | 111010 | 11101010 | 10111 | 100011 |
Color Harmonies of #44486C
Complementary color
Monochromatic Colors of #44486C
Black with #44486C
Text Example
Text Example
White with #44486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44486C; }
p { color: rgb(68,72,108); }
H1.HeaderClassName
{
color: #44486C;
}
.AnyTagClassName
{
color: #44486C;
}
</style>
background-color css
<style>
a { background-color: #44486C; }
a { background-color: rgb(68,72,108); }
div.DivClassName
{
background-color: #44486C;
}
.BgClassName
{
background-color: #44486C;
}
</style>
border-color css
<style>
span { border-color: #44486C; }
span { border-color: rgb(68,72,108); }
td.TdClassName
{
border-color: #44486C;
}
.TagClassName
{
border-color: #44486C;
}
</style>