Shades of Cornflower Blue #49A0FC
Tints of Cornflower Blue #49A0FC
RGB
CMYK
RGB Variations
Color information
#49A0FC (or 0x49A0FC) is known color: Cornflower Blue. HEX triplet: 49, A0 and FC. RGB value is (73,160,252). Sum of RGB (Red+Green+Blue) = 73+160+252=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #49A0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A0FC is #B65F03. Grayscale: #909090. Windows color (decimal): -11951876 or 16556105. OLE color: 16556105.
HSL color Cylindrical-coordinate representation of color #49A0FC: hue angle of 210.84º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A0FC is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 160 | 252 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.01 |
| HSL | 210.84º | 0.97% | 0.64% | - |
| HSV(B) | 210.84º | 0.71% | 0.99% | - |
| XYZ | 32.89 | 33.59 | 96.84 | - |
| YUV | 144.48 | 188.68 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 252 | 0.71 | 0.37 | 0 | 0.01 | 210.84 | 0.97 | 0.64 |
| Hex | 49 | A0 | FC | 47 | 25 | 0 | 1 | D3 | 61 | 40 |
| Octal | 111 | 240 | 374 | 107 | 45 | 0 | 1 | 323 | 141 | 100 |
| Binary | 1001001 | 10100000 | 11111100 | 1000111 | 100101 | 0 | 1 | 11010011 | 1100001 | 1000000 |
Color Harmonies of #49A0FC
Complementary color
Monochromatic Colors of #49A0FC
Black with #49A0FC
Text Example
Text Example
White with #49A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0FC; }
p { color: rgb(73,160,252); }
H1.HeaderClassName
{
color: #49A0FC;
}
.AnyTagClassName
{
color: #49A0FC;
}
</style>
background-color css
<style>
a { background-color: #49A0FC; }
a { background-color: rgb(73,160,252); }
div.DivClassName
{
background-color: #49A0FC;
}
.BgClassName
{
background-color: #49A0FC;
}
</style>
border-color css
<style>
span { border-color: #49A0FC; }
span { border-color: rgb(73,160,252); }
td.TdClassName
{
border-color: #49A0FC;
}
.TagClassName
{
border-color: #49A0FC;
}
</style>