Shades of Corn Flower Blue #49456B
Tints of Corn Flower Blue #49456B
RGB
CMYK
RGB Variations
Color information
#49456B (or 0x49456B) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 6B. RGB value is (73,69,107). Sum of RGB (Red+Green+Blue) = 73+69+107=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #49456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49456B is #B6BA94. Grayscale: #4A4A4A. Windows color (decimal): -11975317 or 7030089. OLE color: 7030089.
HSL color Cylindrical-coordinate representation of color #49456B: hue angle of 246.32º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49456B is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 69 | 107 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.58 |
| HSL | 246.32º | 0.22% | 0.35% | - |
| HSV(B) | 246.32º | 0.36% | 0.42% | - |
| XYZ | 7.53 | 6.73 | 14.81 | - |
| YUV | 74.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 107 | 0.32 | 0.36 | 0 | 0.58 | 246.32 | 0.22 | 0.35 |
| Hex | 49 | 45 | 6B | 20 | 24 | 0 | 3A | F6 | 16 | 23 |
| Octal | 111 | 105 | 153 | 40 | 44 | 0 | 72 | 366 | 26 | 43 |
| Binary | 1001001 | 1000101 | 1101011 | 100000 | 100100 | 0 | 111010 | 11110110 | 10110 | 100011 |
Color Harmonies of #49456B
Complementary color
Monochromatic Colors of #49456B
Black with #49456B
Text Example
Text Example
White with #49456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49456B; }
p { color: rgb(73,69,107); }
H1.HeaderClassName
{
color: #49456B;
}
.AnyTagClassName
{
color: #49456B;
}
</style>
background-color css
<style>
a { background-color: #49456B; }
a { background-color: rgb(73,69,107); }
div.DivClassName
{
background-color: #49456B;
}
.BgClassName
{
background-color: #49456B;
}
</style>
border-color css
<style>
span { border-color: #49456B; }
span { border-color: rgb(73,69,107); }
td.TdClassName
{
border-color: #49456B;
}
.TagClassName
{
border-color: #49456B;
}
</style>