Shades of Cornflower Blue #499CF3
Tints of Cornflower Blue #499CF3
RGB
CMYK
RGB Variations
Color information
#499CF3 (or 0x499CF3) is known color: Cornflower Blue. HEX triplet: 49, 9C and F3. RGB value is (73,156,243). Sum of RGB (Red+Green+Blue) = 73+156+243=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #499CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CF3 is #B6630C. Grayscale: #8C8C8C. Windows color (decimal): -11952909 or 15965257. OLE color: 15965257.
HSL color Cylindrical-coordinate representation of color #499CF3: hue angle of 210.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499CF3 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 156 | 243 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.05 |
| HSL | 210.71º | 0.88% | 0.62% | - |
| HSV(B) | 210.71º | 0.7% | 0.95% | - |
| XYZ | 30.81 | 31.66 | 89.28 | - |
| YUV | 141.1 | 185.5 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 243 | 0.70 | 0.36 | 0 | 0.05 | 210.71 | 0.88 | 0.62 |
| Hex | 49 | 9C | F3 | 46 | 24 | 0 | 5 | D3 | 58 | 3E |
| Octal | 111 | 234 | 363 | 106 | 44 | 0 | 5 | 323 | 130 | 76 |
| Binary | 1001001 | 10011100 | 11110011 | 1000110 | 100100 | 0 | 101 | 11010011 | 1011000 | 111110 |
Color Harmonies of #499CF3
Complementary color
Monochromatic Colors of #499CF3
Black with #499CF3
Text Example
Text Example
White with #499CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CF3; }
p { color: rgb(73,156,243); }
H1.HeaderClassName
{
color: #499CF3;
}
.AnyTagClassName
{
color: #499CF3;
}
</style>
background-color css
<style>
a { background-color: #499CF3; }
a { background-color: rgb(73,156,243); }
div.DivClassName
{
background-color: #499CF3;
}
.BgClassName
{
background-color: #499CF3;
}
</style>
border-color css
<style>
span { border-color: #499CF3; }
span { border-color: rgb(73,156,243); }
td.TdClassName
{
border-color: #499CF3;
}
.TagClassName
{
border-color: #499CF3;
}
</style>