Shades of Cornflower Blue #4A90EA
Tints of Cornflower Blue #4A90EA
RGB
CMYK
RGB Variations
Color information
#4A90EA (or 0x4A90EA) is known color: Cornflower Blue. HEX triplet: 4A, 90 and EA. RGB value is (74,144,234). Sum of RGB (Red+Green+Blue) = 74+144+234=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A90EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A90EA is #B56F15. Grayscale: #848484. Windows color (decimal): -11890454 or 15372362. OLE color: 15372362.
HSL color Cylindrical-coordinate representation of color #4A90EA: hue angle of 213.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A90EA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 144 | 234 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.08 |
| HSL | 213.75º | 0.79% | 0.6% | - |
| HSV(B) | 213.75º | 0.68% | 0.92% | - |
| XYZ | 27.65 | 27.34 | 81.66 | - |
| YUV | 133.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 234 | 0.68 | 0.38 | 0 | 0.08 | 213.75 | 0.79 | 0.6 |
| Hex | 4A | 90 | EA | 44 | 26 | 0 | 8 | D6 | 4F | 3C |
| Octal | 112 | 220 | 352 | 104 | 46 | 0 | 10 | 326 | 117 | 74 |
| Binary | 1001010 | 10010000 | 11101010 | 1000100 | 100110 | 0 | 1000 | 11010110 | 1001111 | 111100 |
Color Harmonies of #4A90EA
Complementary color
Monochromatic Colors of #4A90EA
Black with #4A90EA
Text Example
Text Example
White with #4A90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90EA; }
p { color: rgb(74,144,234); }
H1.HeaderClassName
{
color: #4A90EA;
}
.AnyTagClassName
{
color: #4A90EA;
}
</style>
background-color css
<style>
a { background-color: #4A90EA; }
a { background-color: rgb(74,144,234); }
div.DivClassName
{
background-color: #4A90EA;
}
.BgClassName
{
background-color: #4A90EA;
}
</style>
border-color css
<style>
span { border-color: #4A90EA; }
span { border-color: rgb(74,144,234); }
td.TdClassName
{
border-color: #4A90EA;
}
.TagClassName
{
border-color: #4A90EA;
}
</style>