Shades of Cornflower Blue #4C9EFC
Tints of Cornflower Blue #4C9EFC
RGB
CMYK
RGB Variations
Color information
#4C9EFC (or 0x4C9EFC) is known color: Cornflower Blue. HEX triplet: 4C, 9E and FC. RGB value is (76,158,252). Sum of RGB (Red+Green+Blue) = 76+158+252=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C9EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9EFC is #B36103. Grayscale: #8F8F8F. Windows color (decimal): -11755780 or 16555596. OLE color: 16555596.
HSL color Cylindrical-coordinate representation of color #4C9EFC: hue angle of 212.05º 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 #4C9EFC is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 158 | 252 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.01 |
| HSL | 212.05º | 0.97% | 0.64% | - |
| HSV(B) | 212.05º | 0.7% | 0.99% | - |
| XYZ | 32.78 | 33.02 | 96.74 | - |
| YUV | 144.2 | 188.83 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 252 | 0.70 | 0.37 | 0 | 0.01 | 212.05 | 0.97 | 0.64 |
| Hex | 4C | 9E | FC | 46 | 25 | 0 | 1 | D4 | 61 | 40 |
| Octal | 114 | 236 | 374 | 106 | 45 | 0 | 1 | 324 | 141 | 100 |
| Binary | 1001100 | 10011110 | 11111100 | 1000110 | 100101 | 0 | 1 | 11010100 | 1100001 | 1000000 |
Color Harmonies of #4C9EFC
Complementary color
Monochromatic Colors of #4C9EFC
Black with #4C9EFC
Text Example
Text Example
White with #4C9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9EFC; }
p { color: rgb(76,158,252); }
H1.HeaderClassName
{
color: #4C9EFC;
}
.AnyTagClassName
{
color: #4C9EFC;
}
</style>
background-color css
<style>
a { background-color: #4C9EFC; }
a { background-color: rgb(76,158,252); }
div.DivClassName
{
background-color: #4C9EFC;
}
.BgClassName
{
background-color: #4C9EFC;
}
</style>
border-color css
<style>
span { border-color: #4C9EFC; }
span { border-color: rgb(76,158,252); }
td.TdClassName
{
border-color: #4C9EFC;
}
.TagClassName
{
border-color: #4C9EFC;
}
</style>