Shades of Cornflower Blue #4A8FFC
Tints of Cornflower Blue #4A8FFC
RGB
CMYK
RGB Variations
Color information
#4A8FFC (or 0x4A8FFC) is known color: Cornflower Blue. HEX triplet: 4A, 8F and FC. RGB value is (74,143,252). Sum of RGB (Red+Green+Blue) = 74+143+252=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A8FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8FFC is #B57003. Grayscale: #868686. Windows color (decimal): -11890692 or 16551754. OLE color: 16551754.
HSL color Cylindrical-coordinate representation of color #4A8FFC: hue angle of 216.74º degrees, saturation: 0.97, 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 #4A8FFC is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 143 | 252 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.01 |
| HSL | 216.74º | 0.97% | 0.64% | - |
| HSV(B) | 216.74º | 0.71% | 0.99% | - |
| XYZ | 30.22 | 28.13 | 95.93 | - |
| YUV | 134.8 | 194.14 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 252 | 0.71 | 0.43 | 0 | 0.01 | 216.74 | 0.97 | 0.64 |
| Hex | 4A | 8F | FC | 47 | 2B | 0 | 1 | D9 | 61 | 40 |
| Octal | 112 | 217 | 374 | 107 | 53 | 0 | 1 | 331 | 141 | 100 |
| Binary | 1001010 | 10001111 | 11111100 | 1000111 | 101011 | 0 | 1 | 11011001 | 1100001 | 1000000 |
Color Harmonies of #4A8FFC
Complementary color
Monochromatic Colors of #4A8FFC
Black with #4A8FFC
Text Example
Text Example
White with #4A8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8FFC; }
p { color: rgb(74,143,252); }
H1.HeaderClassName
{
color: #4A8FFC;
}
.AnyTagClassName
{
color: #4A8FFC;
}
</style>
background-color css
<style>
a { background-color: #4A8FFC; }
a { background-color: rgb(74,143,252); }
div.DivClassName
{
background-color: #4A8FFC;
}
.BgClassName
{
background-color: #4A8FFC;
}
</style>
border-color css
<style>
span { border-color: #4A8FFC; }
span { border-color: rgb(74,143,252); }
td.TdClassName
{
border-color: #4A8FFC;
}
.TagClassName
{
border-color: #4A8FFC;
}
</style>