Shades of Cornflower Blue #4A8EF9
Tints of Cornflower Blue #4A8EF9
RGB
CMYK
RGB Variations
Color information
#4A8EF9 (or 0x4A8EF9) is known color: Cornflower Blue. HEX triplet: 4A, 8E and F9. RGB value is (74,142,249). Sum of RGB (Red+Green+Blue) = 74+142+249=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #4A8EF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EF9 is #B57106. Grayscale: #858585. Windows color (decimal): -11890951 or 16354890. OLE color: 16354890.
HSL color Cylindrical-coordinate representation of color #4A8EF9: hue angle of 216.69º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A8EF9 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 142 | 249 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.02 |
| HSL | 216.69º | 0.94% | 0.63% | - |
| HSV(B) | 216.69º | 0.7% | 0.98% | - |
| XYZ | 29.6 | 27.64 | 93.4 | - |
| YUV | 133.87 | 192.97 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 249 | 0.70 | 0.43 | 0 | 0.02 | 216.69 | 0.94 | 0.63 |
| Hex | 4A | 8E | F9 | 46 | 2B | 0 | 2 | D9 | 5E | 3F |
| Octal | 112 | 216 | 371 | 106 | 53 | 0 | 2 | 331 | 136 | 77 |
| Binary | 1001010 | 10001110 | 11111001 | 1000110 | 101011 | 0 | 10 | 11011001 | 1011110 | 111111 |
Color Harmonies of #4A8EF9
Complementary color
Monochromatic Colors of #4A8EF9
Black with #4A8EF9
Text Example
Text Example
White with #4A8EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8EF9; }
p { color: rgb(74,142,249); }
H1.HeaderClassName
{
color: #4A8EF9;
}
.AnyTagClassName
{
color: #4A8EF9;
}
</style>
background-color css
<style>
a { background-color: #4A8EF9; }
a { background-color: rgb(74,142,249); }
div.DivClassName
{
background-color: #4A8EF9;
}
.BgClassName
{
background-color: #4A8EF9;
}
</style>
border-color css
<style>
span { border-color: #4A8EF9; }
span { border-color: rgb(74,142,249); }
td.TdClassName
{
border-color: #4A8EF9;
}
.TagClassName
{
border-color: #4A8EF9;
}
</style>