Shades of Cornflower Blue #4A8CFA
Tints of Cornflower Blue #4A8CFA
RGB
CMYK
RGB Variations
Color information
#4A8CFA (or 0x4A8CFA) is known color: Cornflower Blue. HEX triplet: 4A, 8C and FA. RGB value is (74,140,250). Sum of RGB (Red+Green+Blue) = 74+140+250=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A8CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8CFA is #B57305. Grayscale: #848484. Windows color (decimal): -11891462 or 16419914. OLE color: 16419914.
HSL color Cylindrical-coordinate representation of color #4A8CFA: hue angle of 217.5º 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 #4A8CFA is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 140 | 250 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.02 |
| HSL | 217.5º | 0.95% | 0.64% | - |
| HSV(B) | 217.5º | 0.7% | 0.98% | - |
| XYZ | 29.46 | 27.11 | 94.12 | - |
| YUV | 132.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 250 | 0.70 | 0.44 | 0 | 0.02 | 217.5 | 0.95 | 0.64 |
| Hex | 4A | 8C | FA | 46 | 2C | 0 | 2 | DA | 5F | 40 |
| Octal | 112 | 214 | 372 | 106 | 54 | 0 | 2 | 332 | 137 | 100 |
| Binary | 1001010 | 10001100 | 11111010 | 1000110 | 101100 | 0 | 10 | 11011010 | 1011111 | 1000000 |
Color Harmonies of #4A8CFA
Complementary color
Monochromatic Colors of #4A8CFA
Black with #4A8CFA
Text Example
Text Example
White with #4A8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8CFA; }
p { color: rgb(74,140,250); }
H1.HeaderClassName
{
color: #4A8CFA;
}
.AnyTagClassName
{
color: #4A8CFA;
}
</style>
background-color css
<style>
a { background-color: #4A8CFA; }
a { background-color: rgb(74,140,250); }
div.DivClassName
{
background-color: #4A8CFA;
}
.BgClassName
{
background-color: #4A8CFA;
}
</style>
border-color css
<style>
span { border-color: #4A8CFA; }
span { border-color: rgb(74,140,250); }
td.TdClassName
{
border-color: #4A8CFA;
}
.TagClassName
{
border-color: #4A8CFA;
}
</style>