Shades of Cornflower Blue #4A90FA
Tints of Cornflower Blue #4A90FA
RGB
CMYK
RGB Variations
Color information
#4A90FA (or 0x4A90FA) is known color: Cornflower Blue. HEX triplet: 4A, 90 and FA. RGB value is (74,144,250). Sum of RGB (Red+Green+Blue) = 74+144+250=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A90FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A90FA is #B56F05. Grayscale: #868686. Windows color (decimal): -11890438 or 16420938. OLE color: 16420938.
HSL color Cylindrical-coordinate representation of color #4A90FA: hue angle of 216.14º 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 #4A90FA is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 144 | 250 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.02 |
| HSL | 216.14º | 0.95% | 0.64% | - |
| HSV(B) | 216.14º | 0.7% | 0.98% | - |
| XYZ | 30.05 | 28.3 | 94.32 | - |
| YUV | 135.15 | 192.81 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 250 | 0.70 | 0.42 | 0 | 0.02 | 216.14 | 0.95 | 0.64 |
| Hex | 4A | 90 | FA | 46 | 2A | 0 | 2 | D8 | 5F | 40 |
| Octal | 112 | 220 | 372 | 106 | 52 | 0 | 2 | 330 | 137 | 100 |
| Binary | 1001010 | 10010000 | 11111010 | 1000110 | 101010 | 0 | 10 | 11011000 | 1011111 | 1000000 |
Color Harmonies of #4A90FA
Complementary color
Monochromatic Colors of #4A90FA
Black with #4A90FA
Text Example
Text Example
White with #4A90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90FA; }
p { color: rgb(74,144,250); }
H1.HeaderClassName
{
color: #4A90FA;
}
.AnyTagClassName
{
color: #4A90FA;
}
</style>
background-color css
<style>
a { background-color: #4A90FA; }
a { background-color: rgb(74,144,250); }
div.DivClassName
{
background-color: #4A90FA;
}
.BgClassName
{
background-color: #4A90FA;
}
</style>
border-color css
<style>
span { border-color: #4A90FA; }
span { border-color: rgb(74,144,250); }
td.TdClassName
{
border-color: #4A90FA;
}
.TagClassName
{
border-color: #4A90FA;
}
</style>