Shades of Cornflower Blue #4699FC
Tints of Cornflower Blue #4699FC
RGB
CMYK
RGB Variations
Color information
#4699FC (or 0x4699FC) is known color: Cornflower Blue. HEX triplet: 46, 99 and FC. RGB value is (70,153,252). Sum of RGB (Red+Green+Blue) = 70+153+252=475 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.74% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #4699FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699FC is #B96603. Grayscale: #8A8A8A. Windows color (decimal): -12150276 or 16554310. OLE color: 16554310.
HSL color Cylindrical-coordinate representation of color #4699FC: hue angle of 212.64º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4699FC is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 153 | 252 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.01 |
| HSL | 212.64º | 0.97% | 0.63% | - |
| HSV(B) | 212.64º | 0.72% | 0.99% | - |
| XYZ | 31.49 | 31.11 | 96.44 | - |
| YUV | 139.47 | 191.5 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 252 | 0.72 | 0.39 | 0 | 0.01 | 212.64 | 0.97 | 0.63 |
| Hex | 46 | 99 | FC | 48 | 27 | 0 | 1 | D5 | 61 | 3F |
| Octal | 106 | 231 | 374 | 110 | 47 | 0 | 1 | 325 | 141 | 77 |
| Binary | 1000110 | 10011001 | 11111100 | 1001000 | 100111 | 0 | 1 | 11010101 | 1100001 | 111111 |
Color Harmonies of #4699FC
Complementary color
Monochromatic Colors of #4699FC
Black with #4699FC
Text Example
Text Example
White with #4699FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699FC; }
p { color: rgb(70,153,252); }
H1.HeaderClassName
{
color: #4699FC;
}
.AnyTagClassName
{
color: #4699FC;
}
</style>
background-color css
<style>
a { background-color: #4699FC; }
a { background-color: rgb(70,153,252); }
div.DivClassName
{
background-color: #4699FC;
}
.BgClassName
{
background-color: #4699FC;
}
</style>
border-color css
<style>
span { border-color: #4699FC; }
span { border-color: rgb(70,153,252); }
td.TdClassName
{
border-color: #4699FC;
}
.TagClassName
{
border-color: #4699FC;
}
</style>