Shades of Cornflower Blue #4EA2EC
Tints of Cornflower Blue #4EA2EC
RGB
CMYK
RGB Variations
Color information
#4EA2EC (or 0x4EA2EC) is known color: Cornflower Blue. HEX triplet: 4E, A2 and EC. RGB value is (78,162,236). Sum of RGB (Red+Green+Blue) = 78+162+236=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #4EA2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA2EC is #B15D13. Grayscale: #909090. Windows color (decimal): -11623700 or 15508046. OLE color: 15508046.
HSL color Cylindrical-coordinate representation of color #4EA2EC: hue angle of 208.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EA2EC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 162 | 236 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.07 |
| HSL | 208.1º | 0.81% | 0.62% | - |
| HSV(B) | 208.1º | 0.67% | 0.93% | - |
| XYZ | 31.2 | 33.52 | 84.18 | - |
| YUV | 145.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 236 | 0.67 | 0.31 | 0 | 0.07 | 208.1 | 0.81 | 0.62 |
| Hex | 4E | A2 | EC | 43 | 1F | 0 | 7 | D0 | 51 | 3E |
| Octal | 116 | 242 | 354 | 103 | 37 | 0 | 7 | 320 | 121 | 76 |
| Binary | 1001110 | 10100010 | 11101100 | 1000011 | 11111 | 0 | 111 | 11010000 | 1010001 | 111110 |
Color Harmonies of #4EA2EC
Complementary color
Monochromatic Colors of #4EA2EC
Black with #4EA2EC
Text Example
Text Example
White with #4EA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2EC; }
p { color: rgb(78,162,236); }
H1.HeaderClassName
{
color: #4EA2EC;
}
.AnyTagClassName
{
color: #4EA2EC;
}
</style>
background-color css
<style>
a { background-color: #4EA2EC; }
a { background-color: rgb(78,162,236); }
div.DivClassName
{
background-color: #4EA2EC;
}
.BgClassName
{
background-color: #4EA2EC;
}
</style>
border-color css
<style>
span { border-color: #4EA2EC; }
span { border-color: rgb(78,162,236); }
td.TdClassName
{
border-color: #4EA2EC;
}
.TagClassName
{
border-color: #4EA2EC;
}
</style>