Shades of Cornflower Blue #4A90FE
Tints of Cornflower Blue #4A90FE
RGB
CMYK
RGB Variations
Color information
#4A90FE (or 0x4A90FE) is known color: Cornflower Blue. HEX triplet: 4A, 90 and FE. RGB value is (74,144,254). Sum of RGB (Red+Green+Blue) = 74+144+254=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A90FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A90FE is #B56F01. Grayscale: #878787. Windows color (decimal): -11890434 or 16683082. OLE color: 16683082.
HSL color Cylindrical-coordinate representation of color #4A90FE: hue angle of 216.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A90FE is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 144 | 254 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.00 |
| HSL | 216.67º | 0.99% | 0.64% | - |
| HSV(B) | 216.67º | 0.71% | 1% | - |
| XYZ | 30.69 | 28.56 | 97.66 | - |
| YUV | 135.61 | 194.81 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 254 | 0.71 | 0.43 | 0 | 0.00 | 216.67 | 0.99 | 0.64 |
| Hex | 4A | 90 | FE | 47 | 2B | 0 | 0 | D9 | 63 | 40 |
| Octal | 112 | 220 | 376 | 107 | 53 | 0 | 0 | 331 | 143 | 100 |
| Binary | 1001010 | 10010000 | 11111110 | 1000111 | 101011 | 0 | 0 | 11011001 | 1100011 | 1000000 |
Color Harmonies of #4A90FE
Complementary color
Monochromatic Colors of #4A90FE
Black with #4A90FE
Text Example
Text Example
White with #4A90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90FE; }
p { color: rgb(74,144,254); }
H1.HeaderClassName
{
color: #4A90FE;
}
.AnyTagClassName
{
color: #4A90FE;
}
</style>
background-color css
<style>
a { background-color: #4A90FE; }
a { background-color: rgb(74,144,254); }
div.DivClassName
{
background-color: #4A90FE;
}
.BgClassName
{
background-color: #4A90FE;
}
</style>
border-color css
<style>
span { border-color: #4A90FE; }
span { border-color: rgb(74,144,254); }
td.TdClassName
{
border-color: #4A90FE;
}
.TagClassName
{
border-color: #4A90FE;
}
</style>