Shades of Corn Flower Blue #49447A
Tints of Corn Flower Blue #49447A
RGB
CMYK
RGB Variations
Color information
#49447A (or 0x49447A) is known color: Corn Flower Blue. HEX triplet: 49, 44 and 7A. RGB value is (73,68,122). Sum of RGB (Red+Green+Blue) = 73+68+122=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #49447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447A is #B6BB85. Grayscale: #4B4B4B. Windows color (decimal): -11975558 or 8012873. OLE color: 8012873.
HSL color Cylindrical-coordinate representation of color #49447A: hue angle of 245.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49447A is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 68 | 122 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.52 |
| HSL | 245.56º | 0.28% | 0.37% | - |
| HSV(B) | 245.56º | 0.44% | 0.48% | - |
| XYZ | 8.33 | 6.96 | 19.32 | - |
| YUV | 75.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 122 | 0.40 | 0.44 | 0 | 0.52 | 245.56 | 0.28 | 0.37 |
| Hex | 49 | 44 | 7A | 28 | 2C | 0 | 34 | F6 | 1C | 25 |
| Octal | 111 | 104 | 172 | 50 | 54 | 0 | 64 | 366 | 34 | 45 |
| Binary | 1001001 | 1000100 | 1111010 | 101000 | 101100 | 0 | 110100 | 11110110 | 11100 | 100101 |
Color Harmonies of #49447A
Complementary color
Monochromatic Colors of #49447A
Black with #49447A
Text Example
Text Example
White with #49447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49447A; }
p { color: rgb(73,68,122); }
H1.HeaderClassName
{
color: #49447A;
}
.AnyTagClassName
{
color: #49447A;
}
</style>
background-color css
<style>
a { background-color: #49447A; }
a { background-color: rgb(73,68,122); }
div.DivClassName
{
background-color: #49447A;
}
.BgClassName
{
background-color: #49447A;
}
</style>
border-color css
<style>
span { border-color: #49447A; }
span { border-color: rgb(73,68,122); }
td.TdClassName
{
border-color: #49447A;
}
.TagClassName
{
border-color: #49447A;
}
</style>