Shades of Cornflower Blue #499EF3
Tints of Cornflower Blue #499EF3
RGB
CMYK
RGB Variations
Color information
#499EF3 (or 0x499EF3) is known color: Cornflower Blue. HEX triplet: 49, 9E and F3. RGB value is (73,158,243). Sum of RGB (Red+Green+Blue) = 73+158+243=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #499EF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EF3 is #B6610C. Grayscale: #8D8D8D. Windows color (decimal): -11952397 or 15965769. OLE color: 15965769.
HSL color Cylindrical-coordinate representation of color #499EF3: hue angle of 210º 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 #499EF3 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 158 | 243 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.05 |
| HSL | 210º | 0.88% | 0.62% | - |
| HSV(B) | 210º | 0.7% | 0.95% | - |
| XYZ | 31.15 | 32.34 | 89.39 | - |
| YUV | 142.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 243 | 0.70 | 0.35 | 0 | 0.05 | 210 | 0.88 | 0.62 |
| Hex | 49 | 9E | F3 | 46 | 23 | 0 | 5 | D2 | 58 | 3E |
| Octal | 111 | 236 | 363 | 106 | 43 | 0 | 5 | 322 | 130 | 76 |
| Binary | 1001001 | 10011110 | 11110011 | 1000110 | 100011 | 0 | 101 | 11010010 | 1011000 | 111110 |
Color Harmonies of #499EF3
Complementary color
Monochromatic Colors of #499EF3
Black with #499EF3
Text Example
Text Example
White with #499EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EF3; }
p { color: rgb(73,158,243); }
H1.HeaderClassName
{
color: #499EF3;
}
.AnyTagClassName
{
color: #499EF3;
}
</style>
background-color css
<style>
a { background-color: #499EF3; }
a { background-color: rgb(73,158,243); }
div.DivClassName
{
background-color: #499EF3;
}
.BgClassName
{
background-color: #499EF3;
}
</style>
border-color css
<style>
span { border-color: #499EF3; }
span { border-color: rgb(73,158,243); }
td.TdClassName
{
border-color: #499EF3;
}
.TagClassName
{
border-color: #499EF3;
}
</style>