Shades of Cornflower Blue #49A2FA
Tints of Cornflower Blue #49A2FA
RGB
CMYK
RGB Variations
Color information
#49A2FA (or 0x49A2FA) is known color: Cornflower Blue. HEX triplet: 49, A2 and FA. RGB value is (73,162,250). Sum of RGB (Red+Green+Blue) = 73+162+250=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #49A2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A2FA is #B65D05. Grayscale: #909090. Windows color (decimal): -11951366 or 16425545. OLE color: 16425545.
HSL color Cylindrical-coordinate representation of color #49A2FA: hue angle of 209.83º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A2FA is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 162 | 250 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.02 |
| HSL | 209.83º | 0.95% | 0.63% | - |
| HSV(B) | 209.83º | 0.71% | 0.98% | - |
| XYZ | 32.92 | 34.16 | 95.3 | - |
| YUV | 145.42 | 187.01 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 250 | 0.71 | 0.35 | 0 | 0.02 | 209.83 | 0.95 | 0.63 |
| Hex | 49 | A2 | FA | 47 | 23 | 0 | 2 | D2 | 5F | 3F |
| Octal | 111 | 242 | 372 | 107 | 43 | 0 | 2 | 322 | 137 | 77 |
| Binary | 1001001 | 10100010 | 11111010 | 1000111 | 100011 | 0 | 10 | 11010010 | 1011111 | 111111 |
Color Harmonies of #49A2FA
Complementary color
Monochromatic Colors of #49A2FA
Black with #49A2FA
Text Example
Text Example
White with #49A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2FA; }
p { color: rgb(73,162,250); }
H1.HeaderClassName
{
color: #49A2FA;
}
.AnyTagClassName
{
color: #49A2FA;
}
</style>
background-color css
<style>
a { background-color: #49A2FA; }
a { background-color: rgb(73,162,250); }
div.DivClassName
{
background-color: #49A2FA;
}
.BgClassName
{
background-color: #49A2FA;
}
</style>
border-color css
<style>
span { border-color: #49A2FA; }
span { border-color: rgb(73,162,250); }
td.TdClassName
{
border-color: #49A2FA;
}
.TagClassName
{
border-color: #49A2FA;
}
</style>