Shades of Cornflower Blue #4699FA
Tints of Cornflower Blue #4699FA
RGB
CMYK
RGB Variations
Color information
#4699FA (or 0x4699FA) is known color: Cornflower Blue. HEX triplet: 46, 99 and FA. RGB value is (70,153,250). Sum of RGB (Red+Green+Blue) = 70+153+250=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #4699FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699FA is #B96605. Grayscale: #8A8A8A. Windows color (decimal): -12150278 or 16423238. OLE color: 16423238.
HSL color Cylindrical-coordinate representation of color #4699FA: hue angle of 212.33º degrees, saturation: 0.95, 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 #4699FA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 153 | 250 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.02 |
| HSL | 212.33º | 0.95% | 0.63% | - |
| HSV(B) | 212.33º | 0.72% | 0.98% | - |
| XYZ | 31.17 | 30.99 | 94.78 | - |
| YUV | 139.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 250 | 0.72 | 0.39 | 0 | 0.02 | 212.33 | 0.95 | 0.63 |
| Hex | 46 | 99 | FA | 48 | 27 | 0 | 2 | D4 | 5F | 3F |
| Octal | 106 | 231 | 372 | 110 | 47 | 0 | 2 | 324 | 137 | 77 |
| Binary | 1000110 | 10011001 | 11111010 | 1001000 | 100111 | 0 | 10 | 11010100 | 1011111 | 111111 |
Color Harmonies of #4699FA
Complementary color
Monochromatic Colors of #4699FA
Black with #4699FA
Text Example
Text Example
White with #4699FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699FA; }
p { color: rgb(70,153,250); }
H1.HeaderClassName
{
color: #4699FA;
}
.AnyTagClassName
{
color: #4699FA;
}
</style>
background-color css
<style>
a { background-color: #4699FA; }
a { background-color: rgb(70,153,250); }
div.DivClassName
{
background-color: #4699FA;
}
.BgClassName
{
background-color: #4699FA;
}
</style>
border-color css
<style>
span { border-color: #4699FA; }
span { border-color: rgb(70,153,250); }
td.TdClassName
{
border-color: #4699FA;
}
.TagClassName
{
border-color: #4699FA;
}
</style>