Shades of Cornflower Blue #4A92F0
Tints of Cornflower Blue #4A92F0
RGB
CMYK
RGB Variations
Color information
#4A92F0 (or 0x4A92F0) is known color: Cornflower Blue. HEX triplet: 4A, 92 and F0. RGB value is (74,146,240). Sum of RGB (Red+Green+Blue) = 74+146+240=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #4A92F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A92F0 is #B56D0F. Grayscale: #868686. Windows color (decimal): -11889936 or 15766090. OLE color: 15766090.
HSL color Cylindrical-coordinate representation of color #4A92F0: hue angle of 213.98º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A92F0 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 146 | 240 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.06 |
| HSL | 213.98º | 0.85% | 0.62% | - |
| HSV(B) | 213.98º | 0.69% | 0.94% | - |
| XYZ | 28.83 | 28.3 | 86.38 | - |
| YUV | 135.19 | 187.15 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 240 | 0.69 | 0.39 | 0 | 0.06 | 213.98 | 0.85 | 0.62 |
| Hex | 4A | 92 | F0 | 45 | 27 | 0 | 6 | D6 | 55 | 3E |
| Octal | 112 | 222 | 360 | 105 | 47 | 0 | 6 | 326 | 125 | 76 |
| Binary | 1001010 | 10010010 | 11110000 | 1000101 | 100111 | 0 | 110 | 11010110 | 1010101 | 111110 |
Color Harmonies of #4A92F0
Complementary color
Monochromatic Colors of #4A92F0
Black with #4A92F0
Text Example
Text Example
White with #4A92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A92F0; }
p { color: rgb(74,146,240); }
H1.HeaderClassName
{
color: #4A92F0;
}
.AnyTagClassName
{
color: #4A92F0;
}
</style>
background-color css
<style>
a { background-color: #4A92F0; }
a { background-color: rgb(74,146,240); }
div.DivClassName
{
background-color: #4A92F0;
}
.BgClassName
{
background-color: #4A92F0;
}
</style>
border-color css
<style>
span { border-color: #4A92F0; }
span { border-color: rgb(74,146,240); }
td.TdClassName
{
border-color: #4A92F0;
}
.TagClassName
{
border-color: #4A92F0;
}
</style>