Shades of Cornflower Blue #4992EF
Tints of Cornflower Blue #4992EF
RGB
CMYK
RGB Variations
Color information
#4992EF (or 0x4992EF) is known color: Cornflower Blue. HEX triplet: 49, 92 and EF. RGB value is (73,146,239). Sum of RGB (Red+Green+Blue) = 73+146+239=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #4992EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4992EF is #B66D10. Grayscale: #868686. Windows color (decimal): -11955473 or 15700553. OLE color: 15700553.
HSL color Cylindrical-coordinate representation of color #4992EF: hue angle of 213.61º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4992EF is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 146 | 239 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.06 |
| HSL | 213.61º | 0.84% | 0.61% | - |
| HSV(B) | 213.61º | 0.69% | 0.94% | - |
| XYZ | 28.61 | 28.21 | 85.6 | - |
| YUV | 134.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 239 | 0.69 | 0.39 | 0 | 0.06 | 213.61 | 0.84 | 0.61 |
| Hex | 49 | 92 | EF | 45 | 27 | 0 | 6 | D6 | 54 | 3D |
| Octal | 111 | 222 | 357 | 105 | 47 | 0 | 6 | 326 | 124 | 75 |
| Binary | 1001001 | 10010010 | 11101111 | 1000101 | 100111 | 0 | 110 | 11010110 | 1010100 | 111101 |
Color Harmonies of #4992EF
Complementary color
Monochromatic Colors of #4992EF
Black with #4992EF
Text Example
Text Example
White with #4992EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992EF; }
p { color: rgb(73,146,239); }
H1.HeaderClassName
{
color: #4992EF;
}
.AnyTagClassName
{
color: #4992EF;
}
</style>
background-color css
<style>
a { background-color: #4992EF; }
a { background-color: rgb(73,146,239); }
div.DivClassName
{
background-color: #4992EF;
}
.BgClassName
{
background-color: #4992EF;
}
</style>
border-color css
<style>
span { border-color: #4992EF; }
span { border-color: rgb(73,146,239); }
td.TdClassName
{
border-color: #4992EF;
}
.TagClassName
{
border-color: #4992EF;
}
</style>