Shades of Cornflower Blue #4696FE
Tints of Cornflower Blue #4696FE
RGB
CMYK
RGB Variations
Color information
#4696FE (or 0x4696FE) is known color: Cornflower Blue. HEX triplet: 46, 96 and FE. RGB value is (70,150,254). Sum of RGB (Red+Green+Blue) = 70+150+254=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #4696FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4696FE is #B96901. Grayscale: #898989. Windows color (decimal): -12151042 or 16684614. OLE color: 16684614.
HSL color Cylindrical-coordinate representation of color #4696FE: hue angle of 213.91º 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 #4696FE is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 150 | 254 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.00 |
| HSL | 213.91º | 0.99% | 0.64% | - |
| HSV(B) | 213.91º | 0.72% | 1% | - |
| XYZ | 31.32 | 30.27 | 97.96 | - |
| YUV | 137.94 | 193.5 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 254 | 0.72 | 0.41 | 0 | 0.00 | 213.91 | 0.99 | 0.64 |
| Hex | 46 | 96 | FE | 48 | 29 | 0 | 0 | D6 | 63 | 40 |
| Octal | 106 | 226 | 376 | 110 | 51 | 0 | 0 | 326 | 143 | 100 |
| Binary | 1000110 | 10010110 | 11111110 | 1001000 | 101001 | 0 | 0 | 11010110 | 1100011 | 1000000 |
Color Harmonies of #4696FE
Complementary color
Monochromatic Colors of #4696FE
Black with #4696FE
Text Example
Text Example
White with #4696FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696FE; }
p { color: rgb(70,150,254); }
H1.HeaderClassName
{
color: #4696FE;
}
.AnyTagClassName
{
color: #4696FE;
}
</style>
background-color css
<style>
a { background-color: #4696FE; }
a { background-color: rgb(70,150,254); }
div.DivClassName
{
background-color: #4696FE;
}
.BgClassName
{
background-color: #4696FE;
}
</style>
border-color css
<style>
span { border-color: #4696FE; }
span { border-color: rgb(70,150,254); }
td.TdClassName
{
border-color: #4696FE;
}
.TagClassName
{
border-color: #4696FE;
}
</style>