Shades of Cornflower Blue #4AA3FF
Tints of Cornflower Blue #4AA3FF
RGB
CMYK
RGB Variations
Color information
#4AA3FF (or 0x4AA3FF) is known color: Cornflower Blue. HEX triplet: 4A, A3 and FF. RGB value is (74,163,255). Sum of RGB (Red+Green+Blue) = 74+163+255=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AA3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA3FF is #B55C00. Grayscale: #929292. Windows color (decimal): -11885569 or 16753482. OLE color: 16753482.
HSL color Cylindrical-coordinate representation of color #4AA3FF: hue angle of 210.5º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AA3FF is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 163 | 255 | - |
| CMYK | 0.71 | 0.36 | 0 | 0 |
| HSL | 210.5º | 1% | 0.65% | - |
| HSV(B) | 210.5º | 0.71% | 1% | - |
| XYZ | 33.97 | 34.87 | 99.55 | - |
| YUV | 146.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 255 | 0.71 | 0.36 | 0 | 0 | 210.5 | 1 | 0.65 |
| Hex | 4A | A3 | FF | 47 | 24 | 0 | 0 | D2 | 64 | 41 |
| Octal | 112 | 243 | 377 | 107 | 44 | 0 | 0 | 322 | 144 | 101 |
| Binary | 1001010 | 10100011 | 11111111 | 1000111 | 100100 | 0 | 0 | 11010010 | 1100100 | 1000001 |
Color Harmonies of #4AA3FF
Complementary color
Monochromatic Colors of #4AA3FF
Black with #4AA3FF
Text Example
Text Example
White with #4AA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA3FF; }
p { color: rgb(74,163,255); }
H1.HeaderClassName
{
color: #4AA3FF;
}
.AnyTagClassName
{
color: #4AA3FF;
}
</style>
background-color css
<style>
a { background-color: #4AA3FF; }
a { background-color: rgb(74,163,255); }
div.DivClassName
{
background-color: #4AA3FF;
}
.BgClassName
{
background-color: #4AA3FF;
}
</style>
border-color css
<style>
span { border-color: #4AA3FF; }
span { border-color: rgb(74,163,255); }
td.TdClassName
{
border-color: #4AA3FF;
}
.TagClassName
{
border-color: #4AA3FF;
}
</style>