Shades of Cornflower Blue #4C8CEA
Tints of Cornflower Blue #4C8CEA
RGB
CMYK
RGB Variations
Color information
#4C8CEA (or 0x4C8CEA) is known color: Cornflower Blue. HEX triplet: 4C, 8C and EA. RGB value is (76,140,234). Sum of RGB (Red+Green+Blue) = 76+140+234=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C8CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8CEA is #B37315. Grayscale: #838383. Windows color (decimal): -11760406 or 15371340. OLE color: 15371340.
HSL color Cylindrical-coordinate representation of color #4C8CEA: hue angle of 215.7º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C8CEA is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 140 | 234 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.08 |
| HSL | 215.7º | 0.79% | 0.61% | - |
| HSV(B) | 215.7º | 0.68% | 0.92% | - |
| XYZ | 27.21 | 26.23 | 81.47 | - |
| YUV | 131.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 234 | 0.68 | 0.40 | 0 | 0.08 | 215.7 | 0.79 | 0.61 |
| Hex | 4C | 8C | EA | 44 | 28 | 0 | 8 | D8 | 4F | 3D |
| Octal | 114 | 214 | 352 | 104 | 50 | 0 | 10 | 330 | 117 | 75 |
| Binary | 1001100 | 10001100 | 11101010 | 1000100 | 101000 | 0 | 1000 | 11011000 | 1001111 | 111101 |
Color Harmonies of #4C8CEA
Complementary color
Monochromatic Colors of #4C8CEA
Black with #4C8CEA
Text Example
Text Example
White with #4C8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8CEA; }
p { color: rgb(76,140,234); }
H1.HeaderClassName
{
color: #4C8CEA;
}
.AnyTagClassName
{
color: #4C8CEA;
}
</style>
background-color css
<style>
a { background-color: #4C8CEA; }
a { background-color: rgb(76,140,234); }
div.DivClassName
{
background-color: #4C8CEA;
}
.BgClassName
{
background-color: #4C8CEA;
}
</style>
border-color css
<style>
span { border-color: #4C8CEA; }
span { border-color: rgb(76,140,234); }
td.TdClassName
{
border-color: #4C8CEA;
}
.TagClassName
{
border-color: #4C8CEA;
}
</style>