Shades of Cornflower Blue #4990FF
Tints of Cornflower Blue #4990FF
RGB
CMYK
RGB Variations
Color information
#4990FF (or 0x4990FF) is known color: Cornflower Blue. HEX triplet: 49, 90 and FF. RGB value is (73,144,255). Sum of RGB (Red+Green+Blue) = 73+144+255=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #4990FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4990FF is #B66F00. Grayscale: #868686. Windows color (decimal): -11955969 or 16748617. OLE color: 16748617.
HSL color Cylindrical-coordinate representation of color #4990FF: hue angle of 216.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4990FF is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 144 | 255 | - |
| CMYK | 0.71 | 0.44 | 0 | 0 |
| HSL | 216.59º | 1% | 0.64% | - |
| HSV(B) | 216.59º | 0.71% | 1% | - |
| XYZ | 30.77 | 28.58 | 98.5 | - |
| YUV | 135.43 | 195.48 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 255 | 0.71 | 0.44 | 0 | 0 | 216.59 | 1 | 0.64 |
| Hex | 49 | 90 | FF | 47 | 2C | 0 | 0 | D9 | 64 | 40 |
| Octal | 111 | 220 | 377 | 107 | 54 | 0 | 0 | 331 | 144 | 100 |
| Binary | 1001001 | 10010000 | 11111111 | 1000111 | 101100 | 0 | 0 | 11011001 | 1100100 | 1000000 |
Color Harmonies of #4990FF
Complementary color
Monochromatic Colors of #4990FF
Black with #4990FF
Text Example
Text Example
White with #4990FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990FF; }
p { color: rgb(73,144,255); }
H1.HeaderClassName
{
color: #4990FF;
}
.AnyTagClassName
{
color: #4990FF;
}
</style>
background-color css
<style>
a { background-color: #4990FF; }
a { background-color: rgb(73,144,255); }
div.DivClassName
{
background-color: #4990FF;
}
.BgClassName
{
background-color: #4990FF;
}
</style>
border-color css
<style>
span { border-color: #4990FF; }
span { border-color: rgb(73,144,255); }
td.TdClassName
{
border-color: #4990FF;
}
.TagClassName
{
border-color: #4990FF;
}
</style>