Shades of Cornflower Blue #4699F9
Tints of Cornflower Blue #4699F9
RGB
CMYK
RGB Variations
Color information
#4699F9 (or 0x4699F9) is known color: Cornflower Blue. HEX triplet: 46, 99 and F9. RGB value is (70,153,249). Sum of RGB (Red+Green+Blue) = 70+153+249=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #4699F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699F9 is #B96606. Grayscale: #8A8A8A. Windows color (decimal): -12150279 or 16357702. OLE color: 16357702.
HSL color Cylindrical-coordinate representation of color #4699F9: hue angle of 212.18º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4699F9 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 153 | 249 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.02 |
| HSL | 212.18º | 0.94% | 0.63% | - |
| HSV(B) | 212.18º | 0.72% | 0.98% | - |
| XYZ | 31.02 | 30.92 | 93.96 | - |
| YUV | 139.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 249 | 0.72 | 0.39 | 0 | 0.02 | 212.18 | 0.94 | 0.63 |
| Hex | 46 | 99 | F9 | 48 | 27 | 0 | 2 | D4 | 5E | 3F |
| Octal | 106 | 231 | 371 | 110 | 47 | 0 | 2 | 324 | 136 | 77 |
| Binary | 1000110 | 10011001 | 11111001 | 1001000 | 100111 | 0 | 10 | 11010100 | 1011110 | 111111 |
Color Harmonies of #4699F9
Complementary color
Monochromatic Colors of #4699F9
Black with #4699F9
Text Example
Text Example
White with #4699F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699F9; }
p { color: rgb(70,153,249); }
H1.HeaderClassName
{
color: #4699F9;
}
.AnyTagClassName
{
color: #4699F9;
}
</style>
background-color css
<style>
a { background-color: #4699F9; }
a { background-color: rgb(70,153,249); }
div.DivClassName
{
background-color: #4699F9;
}
.BgClassName
{
background-color: #4699F9;
}
</style>
border-color css
<style>
span { border-color: #4699F9; }
span { border-color: rgb(70,153,249); }
td.TdClassName
{
border-color: #4699F9;
}
.TagClassName
{
border-color: #4699F9;
}
</style>