Shades of Cornflower Blue #4699FD
Tints of Cornflower Blue #4699FD
RGB
CMYK
RGB Variations
Color information
#4699FD (or 0x4699FD) is known color: Cornflower Blue. HEX triplet: 46, 99 and FD. RGB value is (70,153,253). Sum of RGB (Red+Green+Blue) = 70+153+253=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #4699FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699FD is #B96602. Grayscale: #8B8B8B. Windows color (decimal): -12150275 or 16619846. OLE color: 16619846.
HSL color Cylindrical-coordinate representation of color #4699FD: hue angle of 212.79º degrees, saturation: 0.98, 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 #4699FD is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 153 | 253 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.01 |
| HSL | 212.79º | 0.98% | 0.63% | - |
| HSV(B) | 212.79º | 0.72% | 0.99% | - |
| XYZ | 31.65 | 31.18 | 97.28 | - |
| YUV | 139.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 253 | 0.72 | 0.40 | 0 | 0.01 | 212.79 | 0.98 | 0.63 |
| Hex | 46 | 99 | FD | 48 | 28 | 0 | 1 | D5 | 62 | 3F |
| Octal | 106 | 231 | 375 | 110 | 50 | 0 | 1 | 325 | 142 | 77 |
| Binary | 1000110 | 10011001 | 11111101 | 1001000 | 101000 | 0 | 1 | 11010101 | 1100010 | 111111 |
Color Harmonies of #4699FD
Complementary color
Monochromatic Colors of #4699FD
Black with #4699FD
Text Example
Text Example
White with #4699FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699FD; }
p { color: rgb(70,153,253); }
H1.HeaderClassName
{
color: #4699FD;
}
.AnyTagClassName
{
color: #4699FD;
}
</style>
background-color css
<style>
a { background-color: #4699FD; }
a { background-color: rgb(70,153,253); }
div.DivClassName
{
background-color: #4699FD;
}
.BgClassName
{
background-color: #4699FD;
}
</style>
border-color css
<style>
span { border-color: #4699FD; }
span { border-color: rgb(70,153,253); }
td.TdClassName
{
border-color: #4699FD;
}
.TagClassName
{
border-color: #4699FD;
}
</style>