Shades of Cornflower Blue #4990FB
Tints of Cornflower Blue #4990FB
RGB
CMYK
RGB Variations
Color information
#4990FB (or 0x4990FB) is known color: Cornflower Blue. HEX triplet: 49, 90 and FB. RGB value is (73,144,251). Sum of RGB (Red+Green+Blue) = 73+144+251=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #4990FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4990FB is #B66F04. Grayscale: #868686. Windows color (decimal): -11955973 or 16486473. OLE color: 16486473.
HSL color Cylindrical-coordinate representation of color #4990FB: hue angle of 216.07º 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 #4990FB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 144 | 251 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.02 |
| HSL | 216.07º | 0.96% | 0.64% | - |
| HSV(B) | 216.07º | 0.71% | 0.98% | - |
| XYZ | 30.13 | 28.33 | 95.15 | - |
| YUV | 134.97 | 193.48 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 251 | 0.71 | 0.43 | 0 | 0.02 | 216.07 | 0.96 | 0.64 |
| Hex | 49 | 90 | FB | 47 | 2B | 0 | 2 | D8 | 60 | 40 |
| Octal | 111 | 220 | 373 | 107 | 53 | 0 | 2 | 330 | 140 | 100 |
| Binary | 1001001 | 10010000 | 11111011 | 1000111 | 101011 | 0 | 10 | 11011000 | 1100000 | 1000000 |
Color Harmonies of #4990FB
Complementary color
Monochromatic Colors of #4990FB
Black with #4990FB
Text Example
Text Example
White with #4990FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990FB; }
p { color: rgb(73,144,251); }
H1.HeaderClassName
{
color: #4990FB;
}
.AnyTagClassName
{
color: #4990FB;
}
</style>
background-color css
<style>
a { background-color: #4990FB; }
a { background-color: rgb(73,144,251); }
div.DivClassName
{
background-color: #4990FB;
}
.BgClassName
{
background-color: #4990FB;
}
</style>
border-color css
<style>
span { border-color: #4990FB; }
span { border-color: rgb(73,144,251); }
td.TdClassName
{
border-color: #4990FB;
}
.TagClassName
{
border-color: #4990FB;
}
</style>