Shades of Corn Flower Blue #49427A
Tints of Corn Flower Blue #49427A
RGB
CMYK
RGB Variations
Color information
#49427A (or 0x49427A) is known color: Corn Flower Blue. HEX triplet: 49, 42 and 7A. RGB value is (73,66,122). Sum of RGB (Red+Green+Blue) = 73+66+122=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #49427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49427A is #B6BD85. Grayscale: #4A4A4A. Windows color (decimal): -11976070 or 8012361. OLE color: 8012361.
HSL color Cylindrical-coordinate representation of color #49427A: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49427A is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 66 | 122 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.52 |
| HSL | 247.5º | 0.3% | 0.37% | - |
| HSV(B) | 247.5º | 0.46% | 0.48% | - |
| XYZ | 8.21 | 6.72 | 19.28 | - |
| YUV | 74.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 122 | 0.40 | 0.46 | 0 | 0.52 | 247.5 | 0.3 | 0.37 |
| Hex | 49 | 42 | 7A | 28 | 2E | 0 | 34 | F8 | 1E | 25 |
| Octal | 111 | 102 | 172 | 50 | 56 | 0 | 64 | 370 | 36 | 45 |
| Binary | 1001001 | 1000010 | 1111010 | 101000 | 101110 | 0 | 110100 | 11111000 | 11110 | 100101 |
Color Harmonies of #49427A
Complementary color
Monochromatic Colors of #49427A
Black with #49427A
Text Example
Text Example
White with #49427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49427A; }
p { color: rgb(73,66,122); }
H1.HeaderClassName
{
color: #49427A;
}
.AnyTagClassName
{
color: #49427A;
}
</style>
background-color css
<style>
a { background-color: #49427A; }
a { background-color: rgb(73,66,122); }
div.DivClassName
{
background-color: #49427A;
}
.BgClassName
{
background-color: #49427A;
}
</style>
border-color css
<style>
span { border-color: #49427A; }
span { border-color: rgb(73,66,122); }
td.TdClassName
{
border-color: #49427A;
}
.TagClassName
{
border-color: #49427A;
}
</style>