Shades of Cornflower Blue #49A0EF
Tints of Cornflower Blue #49A0EF
RGB
CMYK
RGB Variations
Color information
#49A0EF (or 0x49A0EF) is known color: Cornflower Blue. HEX triplet: 49, A0 and EF. RGB value is (73,160,239). Sum of RGB (Red+Green+Blue) = 73+160+239=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #49A0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A0EF is #B65F10. Grayscale: #8E8E8E. Windows color (decimal): -11951889 or 15704137. OLE color: 15704137.
HSL color Cylindrical-coordinate representation of color #49A0EF: hue angle of 208.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A0EF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 160 | 239 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.06 |
| HSL | 208.55º | 0.84% | 0.61% | - |
| HSV(B) | 208.55º | 0.69% | 0.94% | - |
| XYZ | 30.9 | 32.79 | 86.36 | - |
| YUV | 142.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 239 | 0.69 | 0.33 | 0 | 0.06 | 208.55 | 0.84 | 0.61 |
| Hex | 49 | A0 | EF | 45 | 21 | 0 | 6 | D1 | 54 | 3D |
| Octal | 111 | 240 | 357 | 105 | 41 | 0 | 6 | 321 | 124 | 75 |
| Binary | 1001001 | 10100000 | 11101111 | 1000101 | 100001 | 0 | 110 | 11010001 | 1010100 | 111101 |
Color Harmonies of #49A0EF
Complementary color
Monochromatic Colors of #49A0EF
Black with #49A0EF
Text Example
Text Example
White with #49A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0EF; }
p { color: rgb(73,160,239); }
H1.HeaderClassName
{
color: #49A0EF;
}
.AnyTagClassName
{
color: #49A0EF;
}
</style>
background-color css
<style>
a { background-color: #49A0EF; }
a { background-color: rgb(73,160,239); }
div.DivClassName
{
background-color: #49A0EF;
}
.BgClassName
{
background-color: #49A0EF;
}
</style>
border-color css
<style>
span { border-color: #49A0EF; }
span { border-color: rgb(73,160,239); }
td.TdClassName
{
border-color: #49A0EF;
}
.TagClassName
{
border-color: #49A0EF;
}
</style>