Shades of Cornflower Blue #4C8AE8
Tints of Cornflower Blue #4C8AE8
RGB
CMYK
RGB Variations
Color information
#4C8AE8 (or 0x4C8AE8) is known color: Cornflower Blue. HEX triplet: 4C, 8A and E8. RGB value is (76,138,232). Sum of RGB (Red+Green+Blue) = 76+138+232=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #4C8AE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8AE8 is #B37517. Grayscale: #818181. Windows color (decimal): -11760920 or 15239756. OLE color: 15239756.
HSL color Cylindrical-coordinate representation of color #4C8AE8: hue angle of 216.15º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C8AE8 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 138 | 232 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.09 |
| HSL | 216.15º | 0.77% | 0.6% | - |
| HSV(B) | 216.15º | 0.67% | 0.91% | - |
| XYZ | 26.63 | 25.54 | 79.87 | - |
| YUV | 130.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 232 | 0.67 | 0.41 | 0 | 0.09 | 216.15 | 0.77 | 0.6 |
| Hex | 4C | 8A | E8 | 43 | 29 | 0 | 9 | D8 | 4D | 3C |
| Octal | 114 | 212 | 350 | 103 | 51 | 0 | 11 | 330 | 115 | 74 |
| Binary | 1001100 | 10001010 | 11101000 | 1000011 | 101001 | 0 | 1001 | 11011000 | 1001101 | 111100 |
Color Harmonies of #4C8AE8
Complementary color
Monochromatic Colors of #4C8AE8
Black with #4C8AE8
Text Example
Text Example
White with #4C8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8AE8; }
p { color: rgb(76,138,232); }
H1.HeaderClassName
{
color: #4C8AE8;
}
.AnyTagClassName
{
color: #4C8AE8;
}
</style>
background-color css
<style>
a { background-color: #4C8AE8; }
a { background-color: rgb(76,138,232); }
div.DivClassName
{
background-color: #4C8AE8;
}
.BgClassName
{
background-color: #4C8AE8;
}
</style>
border-color css
<style>
span { border-color: #4C8AE8; }
span { border-color: rgb(76,138,232); }
td.TdClassName
{
border-color: #4C8AE8;
}
.TagClassName
{
border-color: #4C8AE8;
}
</style>