Shades of Cornflower Blue #4697EA
Tints of Cornflower Blue #4697EA
RGB
CMYK
RGB Variations
Color information
#4697EA (or 0x4697EA) is known color: Cornflower Blue. HEX triplet: 46, 97 and EA. RGB value is (70,151,234). Sum of RGB (Red+Green+Blue) = 70+151+234=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #4697EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4697EA is #B96815. Grayscale: #878787. Windows color (decimal): -12150806 or 15374150. OLE color: 15374150.
HSL color Cylindrical-coordinate representation of color #4697EA: hue angle of 210.37º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4697EA is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 151 | 234 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.08 |
| HSL | 210.37º | 0.8% | 0.6% | - |
| HSV(B) | 210.37º | 0.7% | 0.92% | - |
| XYZ | 28.44 | 29.38 | 82.01 | - |
| YUV | 136.24 | 183.16 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 234 | 0.70 | 0.35 | 0 | 0.08 | 210.37 | 0.8 | 0.6 |
| Hex | 46 | 97 | EA | 46 | 23 | 0 | 8 | D2 | 50 | 3C |
| Octal | 106 | 227 | 352 | 106 | 43 | 0 | 10 | 322 | 120 | 74 |
| Binary | 1000110 | 10010111 | 11101010 | 1000110 | 100011 | 0 | 1000 | 11010010 | 1010000 | 111100 |
Color Harmonies of #4697EA
Complementary color
Monochromatic Colors of #4697EA
Black with #4697EA
Text Example
Text Example
White with #4697EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4697EA; }
p { color: rgb(70,151,234); }
H1.HeaderClassName
{
color: #4697EA;
}
.AnyTagClassName
{
color: #4697EA;
}
</style>
background-color css
<style>
a { background-color: #4697EA; }
a { background-color: rgb(70,151,234); }
div.DivClassName
{
background-color: #4697EA;
}
.BgClassName
{
background-color: #4697EA;
}
</style>
border-color css
<style>
span { border-color: #4697EA; }
span { border-color: rgb(70,151,234); }
td.TdClassName
{
border-color: #4697EA;
}
.TagClassName
{
border-color: #4697EA;
}
</style>