Shades of Cornflower Blue #4990FC
Tints of Cornflower Blue #4990FC
RGB
CMYK
RGB Variations
Color information
#4990FC (or 0x4990FC) is known color: Cornflower Blue. HEX triplet: 49, 90 and FC. RGB value is (73,144,252). Sum of RGB (Red+Green+Blue) = 73+144+252=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #4990FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4990FC is #B66F03. Grayscale: #868686. Windows color (decimal): -11955972 or 16552009. OLE color: 16552009.
HSL color Cylindrical-coordinate representation of color #4990FC: hue angle of 216.2º 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 #4990FC is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 144 | 252 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.01 |
| HSL | 216.2º | 0.97% | 0.64% | - |
| HSV(B) | 216.2º | 0.71% | 0.99% | - |
| XYZ | 30.29 | 28.39 | 95.98 | - |
| YUV | 135.08 | 193.98 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 252 | 0.71 | 0.43 | 0 | 0.01 | 216.2 | 0.97 | 0.64 |
| Hex | 49 | 90 | FC | 47 | 2B | 0 | 1 | D8 | 61 | 40 |
| Octal | 111 | 220 | 374 | 107 | 53 | 0 | 1 | 330 | 141 | 100 |
| Binary | 1001001 | 10010000 | 11111100 | 1000111 | 101011 | 0 | 1 | 11011000 | 1100001 | 1000000 |
Color Harmonies of #4990FC
Complementary color
Monochromatic Colors of #4990FC
Black with #4990FC
Text Example
Text Example
White with #4990FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990FC; }
p { color: rgb(73,144,252); }
H1.HeaderClassName
{
color: #4990FC;
}
.AnyTagClassName
{
color: #4990FC;
}
</style>
background-color css
<style>
a { background-color: #4990FC; }
a { background-color: rgb(73,144,252); }
div.DivClassName
{
background-color: #4990FC;
}
.BgClassName
{
background-color: #4990FC;
}
</style>
border-color css
<style>
span { border-color: #4990FC; }
span { border-color: rgb(73,144,252); }
td.TdClassName
{
border-color: #4990FC;
}
.TagClassName
{
border-color: #4990FC;
}
</style>