Shades of Cornflower Blue #4AA1FD
Tints of Cornflower Blue #4AA1FD
RGB
CMYK
RGB Variations
Color information
#4AA1FD (or 0x4AA1FD) is known color: Cornflower Blue. HEX triplet: 4A, A1 and FD. RGB value is (74,161,253). Sum of RGB (Red+Green+Blue) = 74+161+253=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AA1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA1FD is #B55E02. Grayscale: #919191. Windows color (decimal): -11886083 or 16621898. OLE color: 16621898.
HSL color Cylindrical-coordinate representation of color #4AA1FD: hue angle of 210.84º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AA1FD is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 161 | 253 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.01 |
| HSL | 210.84º | 0.98% | 0.64% | - |
| HSV(B) | 210.84º | 0.71% | 0.99% | - |
| XYZ | 33.3 | 34.04 | 97.74 | - |
| YUV | 145.48 | 188.68 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 253 | 0.71 | 0.36 | 0 | 0.01 | 210.84 | 0.98 | 0.64 |
| Hex | 4A | A1 | FD | 47 | 24 | 0 | 1 | D3 | 62 | 40 |
| Octal | 112 | 241 | 375 | 107 | 44 | 0 | 1 | 323 | 142 | 100 |
| Binary | 1001010 | 10100001 | 11111101 | 1000111 | 100100 | 0 | 1 | 11010011 | 1100010 | 1000000 |
Color Harmonies of #4AA1FD
Complementary color
Monochromatic Colors of #4AA1FD
Black with #4AA1FD
Text Example
Text Example
White with #4AA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA1FD; }
p { color: rgb(74,161,253); }
H1.HeaderClassName
{
color: #4AA1FD;
}
.AnyTagClassName
{
color: #4AA1FD;
}
</style>
background-color css
<style>
a { background-color: #4AA1FD; }
a { background-color: rgb(74,161,253); }
div.DivClassName
{
background-color: #4AA1FD;
}
.BgClassName
{
background-color: #4AA1FD;
}
</style>
border-color css
<style>
span { border-color: #4AA1FD; }
span { border-color: rgb(74,161,253); }
td.TdClassName
{
border-color: #4AA1FD;
}
.TagClassName
{
border-color: #4AA1FD;
}
</style>