Shades of Cornflower Blue #49A3FB
Tints of Cornflower Blue #49A3FB
RGB
CMYK
RGB Variations
Color information
#49A3FB (or 0x49A3FB) is known color: Cornflower Blue. HEX triplet: 49, A3 and FB. RGB value is (73,163,251). Sum of RGB (Red+Green+Blue) = 73+163+251=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #49A3FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A3FB is #B65C04. Grayscale: #919191. Windows color (decimal): -11951109 or 16491337. OLE color: 16491337.
HSL color Cylindrical-coordinate representation of color #49A3FB: hue angle of 209.66º 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 #49A3FB is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 163 | 251 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.02 |
| HSL | 209.66º | 0.96% | 0.64% | - |
| HSV(B) | 209.66º | 0.71% | 0.98% | - |
| XYZ | 33.26 | 34.58 | 96.19 | - |
| YUV | 146.12 | 187.18 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 251 | 0.71 | 0.35 | 0 | 0.02 | 209.66 | 0.96 | 0.64 |
| Hex | 49 | A3 | FB | 47 | 23 | 0 | 2 | D2 | 60 | 40 |
| Octal | 111 | 243 | 373 | 107 | 43 | 0 | 2 | 322 | 140 | 100 |
| Binary | 1001001 | 10100011 | 11111011 | 1000111 | 100011 | 0 | 10 | 11010010 | 1100000 | 1000000 |
Color Harmonies of #49A3FB
Complementary color
Monochromatic Colors of #49A3FB
Black with #49A3FB
Text Example
Text Example
White with #49A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A3FB; }
p { color: rgb(73,163,251); }
H1.HeaderClassName
{
color: #49A3FB;
}
.AnyTagClassName
{
color: #49A3FB;
}
</style>
background-color css
<style>
a { background-color: #49A3FB; }
a { background-color: rgb(73,163,251); }
div.DivClassName
{
background-color: #49A3FB;
}
.BgClassName
{
background-color: #49A3FB;
}
</style>
border-color css
<style>
span { border-color: #49A3FB; }
span { border-color: rgb(73,163,251); }
td.TdClassName
{
border-color: #49A3FB;
}
.TagClassName
{
border-color: #49A3FB;
}
</style>