Shades of Cornflower Blue #4C8FFA
Tints of Cornflower Blue #4C8FFA
RGB
CMYK
RGB Variations
Color information
#4C8FFA (or 0x4C8FFA) is known color: Cornflower Blue. HEX triplet: 4C, 8F and FA. RGB value is (76,143,250). Sum of RGB (Red+Green+Blue) = 76+143+250=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C8FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8FFA is #B37005. Grayscale: #868686. Windows color (decimal): -11759622 or 16420684. OLE color: 16420684.
HSL color Cylindrical-coordinate representation of color #4C8FFA: hue angle of 216.9º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C8FFA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 143 | 250 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.02 |
| HSL | 216.9º | 0.95% | 0.64% | - |
| HSV(B) | 216.9º | 0.7% | 0.98% | - |
| XYZ | 30.06 | 28.08 | 94.28 | - |
| YUV | 135.17 | 192.8 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 250 | 0.70 | 0.43 | 0 | 0.02 | 216.9 | 0.95 | 0.64 |
| Hex | 4C | 8F | FA | 46 | 2B | 0 | 2 | D9 | 5F | 40 |
| Octal | 114 | 217 | 372 | 106 | 53 | 0 | 2 | 331 | 137 | 100 |
| Binary | 1001100 | 10001111 | 11111010 | 1000110 | 101011 | 0 | 10 | 11011001 | 1011111 | 1000000 |
Color Harmonies of #4C8FFA
Complementary color
Monochromatic Colors of #4C8FFA
Black with #4C8FFA
Text Example
Text Example
White with #4C8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8FFA; }
p { color: rgb(76,143,250); }
H1.HeaderClassName
{
color: #4C8FFA;
}
.AnyTagClassName
{
color: #4C8FFA;
}
</style>
background-color css
<style>
a { background-color: #4C8FFA; }
a { background-color: rgb(76,143,250); }
div.DivClassName
{
background-color: #4C8FFA;
}
.BgClassName
{
background-color: #4C8FFA;
}
</style>
border-color css
<style>
span { border-color: #4C8FFA; }
span { border-color: rgb(76,143,250); }
td.TdClassName
{
border-color: #4C8FFA;
}
.TagClassName
{
border-color: #4C8FFA;
}
</style>