Shades of Cornflower Blue #4CA4FC
Tints of Cornflower Blue #4CA4FC
RGB
CMYK
RGB Variations
Color information
#4CA4FC (or 0x4CA4FC) is known color: Cornflower Blue. HEX triplet: 4C, A4 and FC. RGB value is (76,164,252). Sum of RGB (Red+Green+Blue) = 76+164+252=492 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.45% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CA4FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA4FC is #B35B03. Grayscale: #939393. Windows color (decimal): -11754244 or 16557132. OLE color: 16557132.
HSL color Cylindrical-coordinate representation of color #4CA4FC: hue angle of 210º 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 #4CA4FC is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 164 | 252 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.01 |
| HSL | 210º | 0.97% | 0.64% | - |
| HSV(B) | 210º | 0.7% | 0.99% | - |
| XYZ | 33.83 | 35.12 | 97.09 | - |
| YUV | 147.72 | 186.85 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 164 | 252 | 0.70 | 0.35 | 0 | 0.01 | 210 | 0.97 | 0.64 |
| Hex | 4C | A4 | FC | 46 | 23 | 0 | 1 | D2 | 61 | 40 |
| Octal | 114 | 244 | 374 | 106 | 43 | 0 | 1 | 322 | 141 | 100 |
| Binary | 1001100 | 10100100 | 11111100 | 1000110 | 100011 | 0 | 1 | 11010010 | 1100001 | 1000000 |
Color Harmonies of #4CA4FC
Complementary color
Monochromatic Colors of #4CA4FC
Black with #4CA4FC
Text Example
Text Example
White with #4CA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA4FC; }
p { color: rgb(76,164,252); }
H1.HeaderClassName
{
color: #4CA4FC;
}
.AnyTagClassName
{
color: #4CA4FC;
}
</style>
background-color css
<style>
a { background-color: #4CA4FC; }
a { background-color: rgb(76,164,252); }
div.DivClassName
{
background-color: #4CA4FC;
}
.BgClassName
{
background-color: #4CA4FC;
}
</style>
border-color css
<style>
span { border-color: #4CA4FC; }
span { border-color: rgb(76,164,252); }
td.TdClassName
{
border-color: #4CA4FC;
}
.TagClassName
{
border-color: #4CA4FC;
}
</style>