Shades of Cornflower Blue #4A9CFF
Tints of Cornflower Blue #4A9CFF
RGB
CMYK
RGB Variations
Color information
#4A9CFF (or 0x4A9CFF) is known color: Cornflower Blue. HEX triplet: 4A, 9C and FF. RGB value is (74,156,255). Sum of RGB (Red+Green+Blue) = 74+156+255=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A9CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9CFF is #B56300. Grayscale: #8E8E8E. Windows color (decimal): -11887361 or 16751690. OLE color: 16751690.
HSL color Cylindrical-coordinate representation of color #4A9CFF: hue angle of 212.82º 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 #4A9CFF is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 156 | 255 | - |
| CMYK | 0.71 | 0.39 | 0 | 0 |
| HSL | 212.82º | 1% | 0.65% | - |
| HSV(B) | 212.82º | 0.71% | 1% | - |
| XYZ | 32.76 | 32.45 | 99.14 | - |
| YUV | 142.77 | 191.33 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 255 | 0.71 | 0.39 | 0 | 0 | 212.82 | 1 | 0.65 |
| Hex | 4A | 9C | FF | 47 | 27 | 0 | 0 | D5 | 64 | 41 |
| Octal | 112 | 234 | 377 | 107 | 47 | 0 | 0 | 325 | 144 | 101 |
| Binary | 1001010 | 10011100 | 11111111 | 1000111 | 100111 | 0 | 0 | 11010101 | 1100100 | 1000001 |
Color Harmonies of #4A9CFF
Complementary color
Monochromatic Colors of #4A9CFF
Black with #4A9CFF
Text Example
Text Example
White with #4A9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9CFF; }
p { color: rgb(74,156,255); }
H1.HeaderClassName
{
color: #4A9CFF;
}
.AnyTagClassName
{
color: #4A9CFF;
}
</style>
background-color css
<style>
a { background-color: #4A9CFF; }
a { background-color: rgb(74,156,255); }
div.DivClassName
{
background-color: #4A9CFF;
}
.BgClassName
{
background-color: #4A9CFF;
}
</style>
border-color css
<style>
span { border-color: #4A9CFF; }
span { border-color: rgb(74,156,255); }
td.TdClassName
{
border-color: #4A9CFF;
}
.TagClassName
{
border-color: #4A9CFF;
}
</style>