Shades of Cornflower Blue #4AA3F7
Tints of Cornflower Blue #4AA3F7
RGB
CMYK
RGB Variations
Color information
#4AA3F7 (or 0x4AA3F7) is known color: Cornflower Blue. HEX triplet: 4A, A3 and F7. RGB value is (74,163,247). Sum of RGB (Red+Green+Blue) = 74+163+247=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #4AA3F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA3F7 is #B55C08. Grayscale: #919191. Windows color (decimal): -11885577 or 16229194. OLE color: 16229194.
HSL color Cylindrical-coordinate representation of color #4AA3F7: hue angle of 209.13º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AA3F7 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 163 | 247 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.03 |
| HSL | 209.13º | 0.92% | 0.63% | - |
| HSV(B) | 209.13º | 0.7% | 0.97% | - |
| XYZ | 32.71 | 34.37 | 92.9 | - |
| YUV | 145.97 | 185.01 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 247 | 0.70 | 0.34 | 0 | 0.03 | 209.13 | 0.92 | 0.63 |
| Hex | 4A | A3 | F7 | 46 | 22 | 0 | 3 | D1 | 5C | 3F |
| Octal | 112 | 243 | 367 | 106 | 42 | 0 | 3 | 321 | 134 | 77 |
| Binary | 1001010 | 10100011 | 11110111 | 1000110 | 100010 | 0 | 11 | 11010001 | 1011100 | 111111 |
Color Harmonies of #4AA3F7
Complementary color
Monochromatic Colors of #4AA3F7
Black with #4AA3F7
Text Example
Text Example
White with #4AA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA3F7; }
p { color: rgb(74,163,247); }
H1.HeaderClassName
{
color: #4AA3F7;
}
.AnyTagClassName
{
color: #4AA3F7;
}
</style>
background-color css
<style>
a { background-color: #4AA3F7; }
a { background-color: rgb(74,163,247); }
div.DivClassName
{
background-color: #4AA3F7;
}
.BgClassName
{
background-color: #4AA3F7;
}
</style>
border-color css
<style>
span { border-color: #4AA3F7; }
span { border-color: rgb(74,163,247); }
td.TdClassName
{
border-color: #4AA3F7;
}
.TagClassName
{
border-color: #4AA3F7;
}
</style>