Shades of Corn Flower Blue #49447B
Tints of Corn Flower Blue #49447B
RGB
CMYK
RGB Variations
Color information
#49447B (or 0x49447B) is known color: Corn Flower Blue. HEX triplet: 49, 44 and 7B. RGB value is (73,68,123). Sum of RGB (Red+Green+Blue) = 73+68+123=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #49447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447B is #B6BB84. Grayscale: #4B4B4B. Windows color (decimal): -11975557 or 8078409. OLE color: 8078409.
HSL color Cylindrical-coordinate representation of color #49447B: hue angle of 245.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49447B is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 68 | 123 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.52 |
| HSL | 245.45º | 0.29% | 0.37% | - |
| HSV(B) | 245.45º | 0.45% | 0.48% | - |
| XYZ | 8.39 | 6.98 | 19.64 | - |
| YUV | 75.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 123 | 0.41 | 0.45 | 0 | 0.52 | 245.45 | 0.29 | 0.37 |
| Hex | 49 | 44 | 7B | 29 | 2D | 0 | 34 | F5 | 1D | 25 |
| Octal | 111 | 104 | 173 | 51 | 55 | 0 | 64 | 365 | 35 | 45 |
| Binary | 1001001 | 1000100 | 1111011 | 101001 | 101101 | 0 | 110100 | 11110101 | 11101 | 100101 |
Color Harmonies of #49447B
Complementary color
Monochromatic Colors of #49447B
Black with #49447B
Text Example
Text Example
White with #49447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49447B; }
p { color: rgb(73,68,123); }
H1.HeaderClassName
{
color: #49447B;
}
.AnyTagClassName
{
color: #49447B;
}
</style>
background-color css
<style>
a { background-color: #49447B; }
a { background-color: rgb(73,68,123); }
div.DivClassName
{
background-color: #49447B;
}
.BgClassName
{
background-color: #49447B;
}
</style>
border-color css
<style>
span { border-color: #49447B; }
span { border-color: rgb(73,68,123); }
td.TdClassName
{
border-color: #49447B;
}
.TagClassName
{
border-color: #49447B;
}
</style>