Shades of Cornflower Blue #4699FE
Tints of Cornflower Blue #4699FE
RGB
CMYK
RGB Variations
Color information
#4699FE (or 0x4699FE) is known color: Cornflower Blue. HEX triplet: 46, 99 and FE. RGB value is (70,153,254). Sum of RGB (Red+Green+Blue) = 70+153+254=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #4699FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699FE is #B96601. Grayscale: #8B8B8B. Windows color (decimal): -12150274 or 16685382. OLE color: 16685382.
HSL color Cylindrical-coordinate representation of color #4699FE: hue angle of 212.93º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4699FE is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 153 | 254 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.00 |
| HSL | 212.93º | 0.99% | 0.64% | - |
| HSV(B) | 212.93º | 0.72% | 1% | - |
| XYZ | 31.81 | 31.24 | 98.12 | - |
| YUV | 139.7 | 192.5 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 254 | 0.72 | 0.40 | 0 | 0.00 | 212.93 | 0.99 | 0.64 |
| Hex | 46 | 99 | FE | 48 | 28 | 0 | 0 | D5 | 63 | 40 |
| Octal | 106 | 231 | 376 | 110 | 50 | 0 | 0 | 325 | 143 | 100 |
| Binary | 1000110 | 10011001 | 11111110 | 1001000 | 101000 | 0 | 0 | 11010101 | 1100011 | 1000000 |
Color Harmonies of #4699FE
Complementary color
Monochromatic Colors of #4699FE
Black with #4699FE
Text Example
Text Example
White with #4699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699FE; }
p { color: rgb(70,153,254); }
H1.HeaderClassName
{
color: #4699FE;
}
.AnyTagClassName
{
color: #4699FE;
}
</style>
background-color css
<style>
a { background-color: #4699FE; }
a { background-color: rgb(70,153,254); }
div.DivClassName
{
background-color: #4699FE;
}
.BgClassName
{
background-color: #4699FE;
}
</style>
border-color css
<style>
span { border-color: #4699FE; }
span { border-color: rgb(70,153,254); }
td.TdClassName
{
border-color: #4699FE;
}
.TagClassName
{
border-color: #4699FE;
}
</style>