Shades of Cornflower Blue #4995EC
Tints of Cornflower Blue #4995EC
RGB
CMYK
RGB Variations
Color information
#4995EC (or 0x4995EC) is known color: Cornflower Blue. HEX triplet: 49, 95 and EC. RGB value is (73,149,236). Sum of RGB (Red+Green+Blue) = 73+149+236=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #4995EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4995EC is #B66A13. Grayscale: #878787. Windows color (decimal): -11954708 or 15504713. OLE color: 15504713.
HSL color Cylindrical-coordinate representation of color #4995EC: hue angle of 212.02º 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 #4995EC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 149 | 236 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.07 |
| HSL | 212.02º | 0.81% | 0.61% | - |
| HSV(B) | 212.02º | 0.69% | 0.93% | - |
| XYZ | 28.64 | 28.97 | 83.44 | - |
| YUV | 136.19 | 184.32 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 236 | 0.69 | 0.37 | 0 | 0.07 | 212.02 | 0.81 | 0.61 |
| Hex | 49 | 95 | EC | 45 | 25 | 0 | 7 | D4 | 51 | 3D |
| Octal | 111 | 225 | 354 | 105 | 45 | 0 | 7 | 324 | 121 | 75 |
| Binary | 1001001 | 10010101 | 11101100 | 1000101 | 100101 | 0 | 111 | 11010100 | 1010001 | 111101 |
Color Harmonies of #4995EC
Complementary color
Monochromatic Colors of #4995EC
Black with #4995EC
Text Example
Text Example
White with #4995EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4995EC; }
p { color: rgb(73,149,236); }
H1.HeaderClassName
{
color: #4995EC;
}
.AnyTagClassName
{
color: #4995EC;
}
</style>
background-color css
<style>
a { background-color: #4995EC; }
a { background-color: rgb(73,149,236); }
div.DivClassName
{
background-color: #4995EC;
}
.BgClassName
{
background-color: #4995EC;
}
</style>
border-color css
<style>
span { border-color: #4995EC; }
span { border-color: rgb(73,149,236); }
td.TdClassName
{
border-color: #4995EC;
}
.TagClassName
{
border-color: #4995EC;
}
</style>