Shades of Cornflower Blue #4986EC
Tints of Cornflower Blue #4986EC
RGB
CMYK
RGB Variations
Color information
#4986EC (or 0x4986EC) is known color: Cornflower Blue. HEX triplet: 49, 86 and EC. RGB value is (73,134,236). Sum of RGB (Red+Green+Blue) = 73+134+236=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #4986EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4986EC is #B67913. Grayscale: #7E7E7E. Windows color (decimal): -11958548 or 15500873. OLE color: 15500873.
HSL color Cylindrical-coordinate representation of color #4986EC: hue angle of 217.55º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4986EC is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 134 | 236 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.07 |
| HSL | 217.55º | 0.81% | 0.61% | - |
| HSV(B) | 217.55º | 0.69% | 0.93% | - |
| XYZ | 26.41 | 24.52 | 82.7 | - |
| YUV | 127.39 | 189.29 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 236 | 0.69 | 0.43 | 0 | 0.07 | 217.55 | 0.81 | 0.61 |
| Hex | 49 | 86 | EC | 45 | 2B | 0 | 7 | DA | 51 | 3D |
| Octal | 111 | 206 | 354 | 105 | 53 | 0 | 7 | 332 | 121 | 75 |
| Binary | 1001001 | 10000110 | 11101100 | 1000101 | 101011 | 0 | 111 | 11011010 | 1010001 | 111101 |
Color Harmonies of #4986EC
Complementary color
Monochromatic Colors of #4986EC
Black with #4986EC
Text Example
Text Example
White with #4986EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4986EC; }
p { color: rgb(73,134,236); }
H1.HeaderClassName
{
color: #4986EC;
}
.AnyTagClassName
{
color: #4986EC;
}
</style>
background-color css
<style>
a { background-color: #4986EC; }
a { background-color: rgb(73,134,236); }
div.DivClassName
{
background-color: #4986EC;
}
.BgClassName
{
background-color: #4986EC;
}
</style>
border-color css
<style>
span { border-color: #4986EC; }
span { border-color: rgb(73,134,236); }
td.TdClassName
{
border-color: #4986EC;
}
.TagClassName
{
border-color: #4986EC;
}
</style>