Shades of Cornflower Blue #4CA2FE
Tints of Cornflower Blue #4CA2FE
RGB
CMYK
RGB Variations
Color information
#4CA2FE (or 0x4CA2FE) is known color: Cornflower Blue. HEX triplet: 4C, A2 and FE. RGB value is (76,162,254). Sum of RGB (Red+Green+Blue) = 76+162+254=492 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.45% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CA2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA2FE is #B35D01. Grayscale: #929292. Windows color (decimal): -11754754 or 16687692. OLE color: 16687692.
HSL color Cylindrical-coordinate representation of color #4CA2FE: hue angle of 211.01º 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 #4CA2FE is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 162 | 254 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.00 |
| HSL | 211.01º | 0.99% | 0.65% | - |
| HSV(B) | 211.01º | 0.7% | 1% | - |
| XYZ | 33.79 | 34.53 | 98.65 | - |
| YUV | 146.77 | 188.51 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 254 | 0.70 | 0.36 | 0 | 0.00 | 211.01 | 0.99 | 0.65 |
| Hex | 4C | A2 | FE | 46 | 24 | 0 | 0 | D3 | 63 | 41 |
| Octal | 114 | 242 | 376 | 106 | 44 | 0 | 0 | 323 | 143 | 101 |
| Binary | 1001100 | 10100010 | 11111110 | 1000110 | 100100 | 0 | 0 | 11010011 | 1100011 | 1000001 |
Color Harmonies of #4CA2FE
Complementary color
Monochromatic Colors of #4CA2FE
Black with #4CA2FE
Text Example
Text Example
White with #4CA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA2FE; }
p { color: rgb(76,162,254); }
H1.HeaderClassName
{
color: #4CA2FE;
}
.AnyTagClassName
{
color: #4CA2FE;
}
</style>
background-color css
<style>
a { background-color: #4CA2FE; }
a { background-color: rgb(76,162,254); }
div.DivClassName
{
background-color: #4CA2FE;
}
.BgClassName
{
background-color: #4CA2FE;
}
</style>
border-color css
<style>
span { border-color: #4CA2FE; }
span { border-color: rgb(76,162,254); }
td.TdClassName
{
border-color: #4CA2FE;
}
.TagClassName
{
border-color: #4CA2FE;
}
</style>