Shades of Cornflower Blue #4A9AFA
Tints of Cornflower Blue #4A9AFA
RGB
CMYK
RGB Variations
Color information
#4A9AFA (or 0x4A9AFA) is known color: Cornflower Blue. HEX triplet: 4A, 9A and FA. RGB value is (74,154,250). Sum of RGB (Red+Green+Blue) = 74+154+250=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A9AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9AFA is #B56505. Grayscale: #8C8C8C. Windows color (decimal): -11887878 or 16423498. OLE color: 16423498.
HSL color Cylindrical-coordinate representation of color #4A9AFA: hue angle of 212.73º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A9AFA is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 154 | 250 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.02 |
| HSL | 212.73º | 0.95% | 0.64% | - |
| HSV(B) | 212.73º | 0.7% | 0.98% | - |
| XYZ | 31.63 | 31.47 | 94.85 | - |
| YUV | 141.02 | 189.5 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 250 | 0.70 | 0.38 | 0 | 0.02 | 212.73 | 0.95 | 0.64 |
| Hex | 4A | 9A | FA | 46 | 26 | 0 | 2 | D5 | 5F | 40 |
| Octal | 112 | 232 | 372 | 106 | 46 | 0 | 2 | 325 | 137 | 100 |
| Binary | 1001010 | 10011010 | 11111010 | 1000110 | 100110 | 0 | 10 | 11010101 | 1011111 | 1000000 |
Color Harmonies of #4A9AFA
Complementary color
Monochromatic Colors of #4A9AFA
Black with #4A9AFA
Text Example
Text Example
White with #4A9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9AFA; }
p { color: rgb(74,154,250); }
H1.HeaderClassName
{
color: #4A9AFA;
}
.AnyTagClassName
{
color: #4A9AFA;
}
</style>
background-color css
<style>
a { background-color: #4A9AFA; }
a { background-color: rgb(74,154,250); }
div.DivClassName
{
background-color: #4A9AFA;
}
.BgClassName
{
background-color: #4A9AFA;
}
</style>
border-color css
<style>
span { border-color: #4A9AFA; }
span { border-color: rgb(74,154,250); }
td.TdClassName
{
border-color: #4A9AFA;
}
.TagClassName
{
border-color: #4A9AFA;
}
</style>