Shades of Cornflower Blue #4C9CFF
Tints of Cornflower Blue #4C9CFF
RGB
CMYK
RGB Variations
Color information
#4C9CFF (or 0x4C9CFF) is known color: Cornflower Blue. HEX triplet: 4C, 9C and FF. RGB value is (76,156,255). Sum of RGB (Red+Green+Blue) = 76+156+255=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C9CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9CFF is #B36300. Grayscale: #8E8E8E. Windows color (decimal): -11756289 or 16751692. OLE color: 16751692.
HSL color Cylindrical-coordinate representation of color #4C9CFF: hue angle of 213.18º 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 #4C9CFF is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 156 | 255 | - |
| CMYK | 0.70 | 0.39 | 0 | 0 |
| HSL | 213.18º | 1% | 0.65% | - |
| HSV(B) | 213.18º | 0.7% | 1% | - |
| XYZ | 32.92 | 32.53 | 99.15 | - |
| YUV | 143.37 | 191 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 156 | 255 | 0.70 | 0.39 | 0 | 0 | 213.18 | 1 | 0.65 |
| Hex | 4C | 9C | FF | 46 | 27 | 0 | 0 | D5 | 64 | 41 |
| Octal | 114 | 234 | 377 | 106 | 47 | 0 | 0 | 325 | 144 | 101 |
| Binary | 1001100 | 10011100 | 11111111 | 1000110 | 100111 | 0 | 0 | 11010101 | 1100100 | 1000001 |
Color Harmonies of #4C9CFF
Complementary color
Monochromatic Colors of #4C9CFF
Black with #4C9CFF
Text Example
Text Example
White with #4C9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9CFF; }
p { color: rgb(76,156,255); }
H1.HeaderClassName
{
color: #4C9CFF;
}
.AnyTagClassName
{
color: #4C9CFF;
}
</style>
background-color css
<style>
a { background-color: #4C9CFF; }
a { background-color: rgb(76,156,255); }
div.DivClassName
{
background-color: #4C9CFF;
}
.BgClassName
{
background-color: #4C9CFF;
}
</style>
border-color css
<style>
span { border-color: #4C9CFF; }
span { border-color: rgb(76,156,255); }
td.TdClassName
{
border-color: #4C9CFF;
}
.TagClassName
{
border-color: #4C9CFF;
}
</style>