Shades of Cornflower Blue #4997EA
Tints of Cornflower Blue #4997EA
RGB
CMYK
RGB Variations
Color information
#4997EA (or 0x4997EA) is known color: Cornflower Blue. HEX triplet: 49, 97 and EA. RGB value is (73,151,234). Sum of RGB (Red+Green+Blue) = 73+151+234=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #4997EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4997EA is #B66815. Grayscale: #888888. Windows color (decimal): -11954198 or 15374153. OLE color: 15374153.
HSL color Cylindrical-coordinate representation of color #4997EA: hue angle of 210.93º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4997EA is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 151 | 234 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.08 |
| HSL | 210.93º | 0.79% | 0.6% | - |
| HSV(B) | 210.93º | 0.69% | 0.92% | - |
| XYZ | 28.67 | 29.49 | 82.02 | - |
| YUV | 137.14 | 182.66 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 234 | 0.69 | 0.35 | 0 | 0.08 | 210.93 | 0.79 | 0.6 |
| Hex | 49 | 97 | EA | 45 | 23 | 0 | 8 | D3 | 4F | 3C |
| Octal | 111 | 227 | 352 | 105 | 43 | 0 | 10 | 323 | 117 | 74 |
| Binary | 1001001 | 10010111 | 11101010 | 1000101 | 100011 | 0 | 1000 | 11010011 | 1001111 | 111100 |
Color Harmonies of #4997EA
Complementary color
Monochromatic Colors of #4997EA
Black with #4997EA
Text Example
Text Example
White with #4997EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997EA; }
p { color: rgb(73,151,234); }
H1.HeaderClassName
{
color: #4997EA;
}
.AnyTagClassName
{
color: #4997EA;
}
</style>
background-color css
<style>
a { background-color: #4997EA; }
a { background-color: rgb(73,151,234); }
div.DivClassName
{
background-color: #4997EA;
}
.BgClassName
{
background-color: #4997EA;
}
</style>
border-color css
<style>
span { border-color: #4997EA; }
span { border-color: rgb(73,151,234); }
td.TdClassName
{
border-color: #4997EA;
}
.TagClassName
{
border-color: #4997EA;
}
</style>