Shades of Cornflower Blue #4C9EFF
Tints of Cornflower Blue #4C9EFF
RGB
CMYK
RGB Variations
Color information
#4C9EFF (or 0x4C9EFF) is known color: Cornflower Blue. HEX triplet: 4C, 9E and FF. RGB value is (76,158,255). Sum of RGB (Red+Green+Blue) = 76+158+255=489 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.54% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9EFF is #B36100. Grayscale: #909090. Windows color (decimal): -11755777 or 16752204. OLE color: 16752204.
HSL color Cylindrical-coordinate representation of color #4C9EFF: hue angle of 212.51º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C9EFF is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 158 | 255 | - |
| CMYK | 0.70 | 0.38 | 0 | 0 |
| HSL | 212.51º | 1% | 0.65% | - |
| HSV(B) | 212.51º | 0.7% | 1% | - |
| XYZ | 33.26 | 33.21 | 99.27 | - |
| YUV | 144.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 255 | 0.70 | 0.38 | 0 | 0 | 212.51 | 1 | 0.65 |
| Hex | 4C | 9E | FF | 46 | 26 | 0 | 0 | D5 | 64 | 41 |
| Octal | 114 | 236 | 377 | 106 | 46 | 0 | 0 | 325 | 144 | 101 |
| Binary | 1001100 | 10011110 | 11111111 | 1000110 | 100110 | 0 | 0 | 11010101 | 1100100 | 1000001 |
Color Harmonies of #4C9EFF
Complementary color
Monochromatic Colors of #4C9EFF
Black with #4C9EFF
Text Example
Text Example
White with #4C9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9EFF; }
p { color: rgb(76,158,255); }
H1.HeaderClassName
{
color: #4C9EFF;
}
.AnyTagClassName
{
color: #4C9EFF;
}
</style>
background-color css
<style>
a { background-color: #4C9EFF; }
a { background-color: rgb(76,158,255); }
div.DivClassName
{
background-color: #4C9EFF;
}
.BgClassName
{
background-color: #4C9EFF;
}
</style>
border-color css
<style>
span { border-color: #4C9EFF; }
span { border-color: rgb(76,158,255); }
td.TdClassName
{
border-color: #4C9EFF;
}
.TagClassName
{
border-color: #4C9EFF;
}
</style>