Shades of Cornflower Blue #4C9CFE
Tints of Cornflower Blue #4C9CFE
RGB
CMYK
RGB Variations
Color information
#4C9CFE (or 0x4C9CFE) is known color: Cornflower Blue. HEX triplet: 4C, 9C and FE. RGB value is (76,156,254). Sum of RGB (Red+Green+Blue) = 76+156+254=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C9CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9CFE is #B36301. Grayscale: #8E8E8E. Windows color (decimal): -11756290 or 16686156. OLE color: 16686156.
HSL color Cylindrical-coordinate representation of color #4C9CFE: hue angle of 213.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C9CFE is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 156 | 254 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.00 |
| HSL | 213.03º | 0.99% | 0.65% | - |
| HSV(B) | 213.03º | 0.7% | 1% | - |
| XYZ | 32.76 | 32.47 | 98.31 | - |
| YUV | 143.25 | 190.5 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 156 | 254 | 0.70 | 0.39 | 0 | 0.00 | 213.03 | 0.99 | 0.65 |
| Hex | 4C | 9C | FE | 46 | 27 | 0 | 0 | D5 | 63 | 41 |
| Octal | 114 | 234 | 376 | 106 | 47 | 0 | 0 | 325 | 143 | 101 |
| Binary | 1001100 | 10011100 | 11111110 | 1000110 | 100111 | 0 | 0 | 11010101 | 1100011 | 1000001 |
Color Harmonies of #4C9CFE
Complementary color
Monochromatic Colors of #4C9CFE
Black with #4C9CFE
Text Example
Text Example
White with #4C9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9CFE; }
p { color: rgb(76,156,254); }
H1.HeaderClassName
{
color: #4C9CFE;
}
.AnyTagClassName
{
color: #4C9CFE;
}
</style>
background-color css
<style>
a { background-color: #4C9CFE; }
a { background-color: rgb(76,156,254); }
div.DivClassName
{
background-color: #4C9CFE;
}
.BgClassName
{
background-color: #4C9CFE;
}
</style>
border-color css
<style>
span { border-color: #4C9CFE; }
span { border-color: rgb(76,156,254); }
td.TdClassName
{
border-color: #4C9CFE;
}
.TagClassName
{
border-color: #4C9CFE;
}
</style>