Shades of Cornflower Blue #4A9CFD
Tints of Cornflower Blue #4A9CFD
RGB
CMYK
RGB Variations
Color information
#4A9CFD (or 0x4A9CFD) is known color: Cornflower Blue. HEX triplet: 4A, 9C and FD. RGB value is (74,156,253). Sum of RGB (Red+Green+Blue) = 74+156+253=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A9CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9CFD is #B56302. Grayscale: #8E8E8E. Windows color (decimal): -11887363 or 16620618. OLE color: 16620618.
HSL color Cylindrical-coordinate representation of color #4A9CFD: hue angle of 212.51º 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 #4A9CFD is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 156 | 253 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.01 |
| HSL | 212.51º | 0.98% | 0.64% | - |
| HSV(B) | 212.51º | 0.71% | 0.99% | - |
| XYZ | 32.44 | 32.32 | 97.46 | - |
| YUV | 142.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 253 | 0.71 | 0.38 | 0 | 0.01 | 212.51 | 0.98 | 0.64 |
| Hex | 4A | 9C | FD | 47 | 26 | 0 | 1 | D5 | 62 | 40 |
| Octal | 112 | 234 | 375 | 107 | 46 | 0 | 1 | 325 | 142 | 100 |
| Binary | 1001010 | 10011100 | 11111101 | 1000111 | 100110 | 0 | 1 | 11010101 | 1100010 | 1000000 |
Color Harmonies of #4A9CFD
Complementary color
Monochromatic Colors of #4A9CFD
Black with #4A9CFD
Text Example
Text Example
White with #4A9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9CFD; }
p { color: rgb(74,156,253); }
H1.HeaderClassName
{
color: #4A9CFD;
}
.AnyTagClassName
{
color: #4A9CFD;
}
</style>
background-color css
<style>
a { background-color: #4A9CFD; }
a { background-color: rgb(74,156,253); }
div.DivClassName
{
background-color: #4A9CFD;
}
.BgClassName
{
background-color: #4A9CFD;
}
</style>
border-color css
<style>
span { border-color: #4A9CFD; }
span { border-color: rgb(74,156,253); }
td.TdClassName
{
border-color: #4A9CFD;
}
.TagClassName
{
border-color: #4A9CFD;
}
</style>