Shades of Cornflower Blue #4C9FFC
Tints of Cornflower Blue #4C9FFC
RGB
CMYK
RGB Variations
Color information
#4C9FFC (or 0x4C9FFC) is known color: Cornflower Blue. HEX triplet: 4C, 9F and FC. RGB value is (76,159,252). Sum of RGB (Red+Green+Blue) = 76+159+252=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C9FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9FFC is #B36003. Grayscale: #909090. Windows color (decimal): -11755524 or 16555852. OLE color: 16555852.
HSL color Cylindrical-coordinate representation of color #4C9FFC: hue angle of 211.7º 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 #4C9FFC is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 159 | 252 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.01 |
| HSL | 211.7º | 0.97% | 0.64% | - |
| HSV(B) | 211.7º | 0.7% | 0.99% | - |
| XYZ | 32.95 | 33.36 | 96.8 | - |
| YUV | 144.79 | 188.5 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 252 | 0.70 | 0.37 | 0 | 0.01 | 211.7 | 0.97 | 0.64 |
| Hex | 4C | 9F | FC | 46 | 25 | 0 | 1 | D4 | 61 | 40 |
| Octal | 114 | 237 | 374 | 106 | 45 | 0 | 1 | 324 | 141 | 100 |
| Binary | 1001100 | 10011111 | 11111100 | 1000110 | 100101 | 0 | 1 | 11010100 | 1100001 | 1000000 |
Color Harmonies of #4C9FFC
Complementary color
Monochromatic Colors of #4C9FFC
Black with #4C9FFC
Text Example
Text Example
White with #4C9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9FFC; }
p { color: rgb(76,159,252); }
H1.HeaderClassName
{
color: #4C9FFC;
}
.AnyTagClassName
{
color: #4C9FFC;
}
</style>
background-color css
<style>
a { background-color: #4C9FFC; }
a { background-color: rgb(76,159,252); }
div.DivClassName
{
background-color: #4C9FFC;
}
.BgClassName
{
background-color: #4C9FFC;
}
</style>
border-color css
<style>
span { border-color: #4C9FFC; }
span { border-color: rgb(76,159,252); }
td.TdClassName
{
border-color: #4C9FFC;
}
.TagClassName
{
border-color: #4C9FFC;
}
</style>