Shades of Cornflower Blue #4697FA
Tints of Cornflower Blue #4697FA
RGB
CMYK
RGB Variations
Color information
#4697FA (or 0x4697FA) is known color: Cornflower Blue. HEX triplet: 46, 97 and FA. RGB value is (70,151,250). Sum of RGB (Red+Green+Blue) = 70+151+250=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #4697FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4697FA is #B96805. Grayscale: #898989. Windows color (decimal): -12150790 or 16422726. OLE color: 16422726.
HSL color Cylindrical-coordinate representation of color #4697FA: hue angle of 213º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4697FA is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 151 | 250 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.02 |
| HSL | 213º | 0.95% | 0.63% | - |
| HSV(B) | 213º | 0.72% | 0.98% | - |
| XYZ | 30.85 | 30.34 | 94.67 | - |
| YUV | 138.07 | 191.16 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 250 | 0.72 | 0.40 | 0 | 0.02 | 213 | 0.95 | 0.63 |
| Hex | 46 | 97 | FA | 48 | 28 | 0 | 2 | D5 | 5F | 3F |
| Octal | 106 | 227 | 372 | 110 | 50 | 0 | 2 | 325 | 137 | 77 |
| Binary | 1000110 | 10010111 | 11111010 | 1001000 | 101000 | 0 | 10 | 11010101 | 1011111 | 111111 |
Color Harmonies of #4697FA
Complementary color
Monochromatic Colors of #4697FA
Black with #4697FA
Text Example
Text Example
White with #4697FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4697FA; }
p { color: rgb(70,151,250); }
H1.HeaderClassName
{
color: #4697FA;
}
.AnyTagClassName
{
color: #4697FA;
}
</style>
background-color css
<style>
a { background-color: #4697FA; }
a { background-color: rgb(70,151,250); }
div.DivClassName
{
background-color: #4697FA;
}
.BgClassName
{
background-color: #4697FA;
}
</style>
border-color css
<style>
span { border-color: #4697FA; }
span { border-color: rgb(70,151,250); }
td.TdClassName
{
border-color: #4697FA;
}
.TagClassName
{
border-color: #4697FA;
}
</style>