Shades of Cornflower Blue #4AA2FE
Tints of Cornflower Blue #4AA2FE
RGB
CMYK
RGB Variations
Color information
#4AA2FE (or 0x4AA2FE) is known color: Cornflower Blue. HEX triplet: 4A, A2 and FE. RGB value is (74,162,254). Sum of RGB (Red+Green+Blue) = 74+162+254=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AA2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA2FE is #B55D01. Grayscale: #919191. Windows color (decimal): -11885826 or 16687690. OLE color: 16687690.
HSL color Cylindrical-coordinate representation of color #4AA2FE: hue angle of 210.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 #4AA2FE is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 162 | 254 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.00 |
| HSL | 210.67º | 0.99% | 0.64% | - |
| HSV(B) | 210.67º | 0.71% | 1% | - |
| XYZ | 33.63 | 34.45 | 98.64 | - |
| YUV | 146.18 | 188.85 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 254 | 0.71 | 0.36 | 0 | 0.00 | 210.67 | 0.99 | 0.64 |
| Hex | 4A | A2 | FE | 47 | 24 | 0 | 0 | D3 | 63 | 40 |
| Octal | 112 | 242 | 376 | 107 | 44 | 0 | 0 | 323 | 143 | 100 |
| Binary | 1001010 | 10100010 | 11111110 | 1000111 | 100100 | 0 | 0 | 11010011 | 1100011 | 1000000 |
Color Harmonies of #4AA2FE
Complementary color
Monochromatic Colors of #4AA2FE
Black with #4AA2FE
Text Example
Text Example
White with #4AA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA2FE; }
p { color: rgb(74,162,254); }
H1.HeaderClassName
{
color: #4AA2FE;
}
.AnyTagClassName
{
color: #4AA2FE;
}
</style>
background-color css
<style>
a { background-color: #4AA2FE; }
a { background-color: rgb(74,162,254); }
div.DivClassName
{
background-color: #4AA2FE;
}
.BgClassName
{
background-color: #4AA2FE;
}
</style>
border-color css
<style>
span { border-color: #4AA2FE; }
span { border-color: rgb(74,162,254); }
td.TdClassName
{
border-color: #4AA2FE;
}
.TagClassName
{
border-color: #4AA2FE;
}
</style>