Shades of Cornflower Blue #4A9FFE
Tints of Cornflower Blue #4A9FFE
RGB
CMYK
RGB Variations
Color information
#4A9FFE (or 0x4A9FFE) is known color: Cornflower Blue. HEX triplet: 4A, 9F and FE. RGB value is (74,159,254). Sum of RGB (Red+Green+Blue) = 74+159+254=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A9FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9FFE is #B56001. Grayscale: #8F8F8F. Windows color (decimal): -11886594 or 16686922. OLE color: 16686922.
HSL color Cylindrical-coordinate representation of color #4A9FFE: hue angle of 211.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A9FFE is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 159 | 254 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.00 |
| HSL | 211.67º | 0.99% | 0.64% | - |
| HSV(B) | 211.67º | 0.71% | 1% | - |
| XYZ | 33.11 | 33.41 | 98.47 | - |
| YUV | 144.42 | 189.84 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 159 | 254 | 0.71 | 0.37 | 0 | 0.00 | 211.67 | 0.99 | 0.64 |
| Hex | 4A | 9F | FE | 47 | 25 | 0 | 0 | D4 | 63 | 40 |
| Octal | 112 | 237 | 376 | 107 | 45 | 0 | 0 | 324 | 143 | 100 |
| Binary | 1001010 | 10011111 | 11111110 | 1000111 | 100101 | 0 | 0 | 11010100 | 1100011 | 1000000 |
Color Harmonies of #4A9FFE
Complementary color
Monochromatic Colors of #4A9FFE
Black with #4A9FFE
Text Example
Text Example
White with #4A9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9FFE; }
p { color: rgb(74,159,254); }
H1.HeaderClassName
{
color: #4A9FFE;
}
.AnyTagClassName
{
color: #4A9FFE;
}
</style>
background-color css
<style>
a { background-color: #4A9FFE; }
a { background-color: rgb(74,159,254); }
div.DivClassName
{
background-color: #4A9FFE;
}
.BgClassName
{
background-color: #4A9FFE;
}
</style>
border-color css
<style>
span { border-color: #4A9FFE; }
span { border-color: rgb(74,159,254); }
td.TdClassName
{
border-color: #4A9FFE;
}
.TagClassName
{
border-color: #4A9FFE;
}
</style>