Shades of Cornflower Blue #499BF4
Tints of Cornflower Blue #499BF4
RGB
CMYK
RGB Variations
Color information
#499BF4 (or 0x499BF4) is known color: Cornflower Blue. HEX triplet: 49, 9B and F4. RGB value is (73,155,244). Sum of RGB (Red+Green+Blue) = 73+155+244=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #499BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BF4 is #B6640B. Grayscale: #8C8C8C. Windows color (decimal): -11953164 or 16030537. OLE color: 16030537.
HSL color Cylindrical-coordinate representation of color #499BF4: hue angle of 211.23º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499BF4 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 155 | 244 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.04 |
| HSL | 211.23º | 0.89% | 0.62% | - |
| HSV(B) | 211.23º | 0.7% | 0.96% | - |
| XYZ | 30.8 | 31.39 | 90.02 | - |
| YUV | 140.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 244 | 0.70 | 0.36 | 0 | 0.04 | 211.23 | 0.89 | 0.62 |
| Hex | 49 | 9B | F4 | 46 | 24 | 0 | 4 | D3 | 59 | 3E |
| Octal | 111 | 233 | 364 | 106 | 44 | 0 | 4 | 323 | 131 | 76 |
| Binary | 1001001 | 10011011 | 11110100 | 1000110 | 100100 | 0 | 100 | 11010011 | 1011001 | 111110 |
Color Harmonies of #499BF4
Complementary color
Monochromatic Colors of #499BF4
Black with #499BF4
Text Example
Text Example
White with #499BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BF4; }
p { color: rgb(73,155,244); }
H1.HeaderClassName
{
color: #499BF4;
}
.AnyTagClassName
{
color: #499BF4;
}
</style>
background-color css
<style>
a { background-color: #499BF4; }
a { background-color: rgb(73,155,244); }
div.DivClassName
{
background-color: #499BF4;
}
.BgClassName
{
background-color: #499BF4;
}
</style>
border-color css
<style>
span { border-color: #499BF4; }
span { border-color: rgb(73,155,244); }
td.TdClassName
{
border-color: #499BF4;
}
.TagClassName
{
border-color: #499BF4;
}
</style>