Shades of Cornflower Blue #4AA3FE
Tints of Cornflower Blue #4AA3FE
RGB
CMYK
RGB Variations
Color information
#4AA3FE (or 0x4AA3FE) is known color: Cornflower Blue. HEX triplet: 4A, A3 and FE. RGB value is (74,163,254). Sum of RGB (Red+Green+Blue) = 74+163+254=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AA3FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA3FE is #B55C01. Grayscale: #929292. Windows color (decimal): -11885570 or 16687946. OLE color: 16687946.
HSL color Cylindrical-coordinate representation of color #4AA3FE: hue angle of 210.33º 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 #4AA3FE is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 163 | 254 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.00 |
| HSL | 210.33º | 0.99% | 0.64% | - |
| HSV(B) | 210.33º | 0.71% | 1% | - |
| XYZ | 33.81 | 34.81 | 98.7 | - |
| YUV | 146.76 | 188.51 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 254 | 0.71 | 0.36 | 0 | 0.00 | 210.33 | 0.99 | 0.64 |
| Hex | 4A | A3 | FE | 47 | 24 | 0 | 0 | D2 | 63 | 40 |
| Octal | 112 | 243 | 376 | 107 | 44 | 0 | 0 | 322 | 143 | 100 |
| Binary | 1001010 | 10100011 | 11111110 | 1000111 | 100100 | 0 | 0 | 11010010 | 1100011 | 1000000 |
Color Harmonies of #4AA3FE
Complementary color
Monochromatic Colors of #4AA3FE
Black with #4AA3FE
Text Example
Text Example
White with #4AA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA3FE; }
p { color: rgb(74,163,254); }
H1.HeaderClassName
{
color: #4AA3FE;
}
.AnyTagClassName
{
color: #4AA3FE;
}
</style>
background-color css
<style>
a { background-color: #4AA3FE; }
a { background-color: rgb(74,163,254); }
div.DivClassName
{
background-color: #4AA3FE;
}
.BgClassName
{
background-color: #4AA3FE;
}
</style>
border-color css
<style>
span { border-color: #4AA3FE; }
span { border-color: rgb(74,163,254); }
td.TdClassName
{
border-color: #4AA3FE;
}
.TagClassName
{
border-color: #4AA3FE;
}
</style>