Shades of Cornflower Blue #4C86FC
Tints of Cornflower Blue #4C86FC
RGB
CMYK
RGB Variations
Color information
#4C86FC (or 0x4C86FC) is known color: Cornflower Blue. HEX triplet: 4C, 86 and FC. RGB value is (76,134,252). Sum of RGB (Red+Green+Blue) = 76+134+252=462 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.45% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C86FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C86FC is #B37903. Grayscale: #818181. Windows color (decimal): -11761924 or 16549452. OLE color: 16549452.
HSL color Cylindrical-coordinate representation of color #4C86FC: hue angle of 220.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C86FC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 134 | 252 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.01 |
| HSL | 220.23º | 0.97% | 0.64% | - |
| HSV(B) | 220.23º | 0.7% | 0.99% | - |
| XYZ | 29.08 | 25.61 | 95.51 | - |
| YUV | 130.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 134 | 252 | 0.70 | 0.47 | 0 | 0.01 | 220.23 | 0.97 | 0.64 |
| Hex | 4C | 86 | FC | 46 | 2F | 0 | 1 | DC | 61 | 40 |
| Octal | 114 | 206 | 374 | 106 | 57 | 0 | 1 | 334 | 141 | 100 |
| Binary | 1001100 | 10000110 | 11111100 | 1000110 | 101111 | 0 | 1 | 11011100 | 1100001 | 1000000 |
Color Harmonies of #4C86FC
Complementary color
Monochromatic Colors of #4C86FC
Black with #4C86FC
Text Example
Text Example
White with #4C86FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C86FC; }
p { color: rgb(76,134,252); }
H1.HeaderClassName
{
color: #4C86FC;
}
.AnyTagClassName
{
color: #4C86FC;
}
</style>
background-color css
<style>
a { background-color: #4C86FC; }
a { background-color: rgb(76,134,252); }
div.DivClassName
{
background-color: #4C86FC;
}
.BgClassName
{
background-color: #4C86FC;
}
</style>
border-color css
<style>
span { border-color: #4C86FC; }
span { border-color: rgb(76,134,252); }
td.TdClassName
{
border-color: #4C86FC;
}
.TagClassName
{
border-color: #4C86FC;
}
</style>