Shades of Cornflower Blue #4996EC
Tints of Cornflower Blue #4996EC
RGB
CMYK
RGB Variations
Color information
#4996EC (or 0x4996EC) is known color: Cornflower Blue. HEX triplet: 49, 96 and EC. RGB value is (73,150,236). Sum of RGB (Red+Green+Blue) = 73+150+236=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #4996EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4996EC is #B66913. Grayscale: #888888. Windows color (decimal): -11954452 or 15504969. OLE color: 15504969.
HSL color Cylindrical-coordinate representation of color #4996EC: hue angle of 211.66º 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 #4996EC is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 150 | 236 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.07 |
| HSL | 211.66º | 0.81% | 0.61% | - |
| HSV(B) | 211.66º | 0.69% | 0.93% | - |
| XYZ | 28.79 | 29.29 | 83.49 | - |
| YUV | 136.78 | 183.99 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 236 | 0.69 | 0.36 | 0 | 0.07 | 211.66 | 0.81 | 0.61 |
| Hex | 49 | 96 | EC | 45 | 24 | 0 | 7 | D4 | 51 | 3D |
| Octal | 111 | 226 | 354 | 105 | 44 | 0 | 7 | 324 | 121 | 75 |
| Binary | 1001001 | 10010110 | 11101100 | 1000101 | 100100 | 0 | 111 | 11010100 | 1010001 | 111101 |
Color Harmonies of #4996EC
Complementary color
Monochromatic Colors of #4996EC
Black with #4996EC
Text Example
Text Example
White with #4996EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996EC; }
p { color: rgb(73,150,236); }
H1.HeaderClassName
{
color: #4996EC;
}
.AnyTagClassName
{
color: #4996EC;
}
</style>
background-color css
<style>
a { background-color: #4996EC; }
a { background-color: rgb(73,150,236); }
div.DivClassName
{
background-color: #4996EC;
}
.BgClassName
{
background-color: #4996EC;
}
</style>
border-color css
<style>
span { border-color: #4996EC; }
span { border-color: rgb(73,150,236); }
td.TdClassName
{
border-color: #4996EC;
}
.TagClassName
{
border-color: #4996EC;
}
</style>