Shades of Cornflower Blue #4696EF
Tints of Cornflower Blue #4696EF
RGB
CMYK
RGB Variations
Color information
#4696EF (or 0x4696EF) is known color: Cornflower Blue. HEX triplet: 46, 96 and EF. RGB value is (70,150,239). Sum of RGB (Red+Green+Blue) = 70+150+239=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #4696EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4696EF is #B96910. Grayscale: #878787. Windows color (decimal): -12151057 or 15701574. OLE color: 15701574.
HSL color Cylindrical-coordinate representation of color #4696EF: hue angle of 211.6º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4696EF is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 150 | 239 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.06 |
| HSL | 211.6º | 0.84% | 0.61% | - |
| HSV(B) | 211.6º | 0.71% | 0.94% | - |
| XYZ | 29.01 | 29.35 | 85.8 | - |
| YUV | 136.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 239 | 0.71 | 0.37 | 0 | 0.06 | 211.6 | 0.84 | 0.61 |
| Hex | 46 | 96 | EF | 47 | 25 | 0 | 6 | D4 | 54 | 3D |
| Octal | 106 | 226 | 357 | 107 | 45 | 0 | 6 | 324 | 124 | 75 |
| Binary | 1000110 | 10010110 | 11101111 | 1000111 | 100101 | 0 | 110 | 11010100 | 1010100 | 111101 |
Color Harmonies of #4696EF
Complementary color
Monochromatic Colors of #4696EF
Black with #4696EF
Text Example
Text Example
White with #4696EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696EF; }
p { color: rgb(70,150,239); }
H1.HeaderClassName
{
color: #4696EF;
}
.AnyTagClassName
{
color: #4696EF;
}
</style>
background-color css
<style>
a { background-color: #4696EF; }
a { background-color: rgb(70,150,239); }
div.DivClassName
{
background-color: #4696EF;
}
.BgClassName
{
background-color: #4696EF;
}
</style>
border-color css
<style>
span { border-color: #4696EF; }
span { border-color: rgb(70,150,239); }
td.TdClassName
{
border-color: #4696EF;
}
.TagClassName
{
border-color: #4696EF;
}
</style>