Shades of Cornflower Blue #49A2FB
Tints of Cornflower Blue #49A2FB
RGB
CMYK
RGB Variations
Color information
#49A2FB (or 0x49A2FB) is known color: Cornflower Blue. HEX triplet: 49, A2 and FB. RGB value is (73,162,251). Sum of RGB (Red+Green+Blue) = 73+162+251=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #49A2FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A2FB is #B65D04. Grayscale: #919191. Windows color (decimal): -11951365 or 16491081. OLE color: 16491081.
HSL color Cylindrical-coordinate representation of color #49A2FB: hue angle of 210º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A2FB is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 162 | 251 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.02 |
| HSL | 210º | 0.96% | 0.64% | - |
| HSV(B) | 210º | 0.71% | 0.98% | - |
| XYZ | 33.08 | 34.22 | 96.13 | - |
| YUV | 145.54 | 187.51 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 251 | 0.71 | 0.35 | 0 | 0.02 | 210 | 0.96 | 0.64 |
| Hex | 49 | A2 | FB | 47 | 23 | 0 | 2 | D2 | 60 | 40 |
| Octal | 111 | 242 | 373 | 107 | 43 | 0 | 2 | 322 | 140 | 100 |
| Binary | 1001001 | 10100010 | 11111011 | 1000111 | 100011 | 0 | 10 | 11010010 | 1100000 | 1000000 |
Color Harmonies of #49A2FB
Complementary color
Monochromatic Colors of #49A2FB
Black with #49A2FB
Text Example
Text Example
White with #49A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2FB; }
p { color: rgb(73,162,251); }
H1.HeaderClassName
{
color: #49A2FB;
}
.AnyTagClassName
{
color: #49A2FB;
}
</style>
background-color css
<style>
a { background-color: #49A2FB; }
a { background-color: rgb(73,162,251); }
div.DivClassName
{
background-color: #49A2FB;
}
.BgClassName
{
background-color: #49A2FB;
}
</style>
border-color css
<style>
span { border-color: #49A2FB; }
span { border-color: rgb(73,162,251); }
td.TdClassName
{
border-color: #49A2FB;
}
.TagClassName
{
border-color: #49A2FB;
}
</style>