Shades of Cornflower Blue #4C8EEB
Tints of Cornflower Blue #4C8EEB
RGB
CMYK
RGB Variations
Color information
#4C8EEB (or 0x4C8EEB) is known color: Cornflower Blue. HEX triplet: 4C, 8E and EB. RGB value is (76,142,235). Sum of RGB (Red+Green+Blue) = 76+142+235=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C8EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8EEB is #B37114. Grayscale: #848484. Windows color (decimal): -11759893 or 15437388. OLE color: 15437388.
HSL color Cylindrical-coordinate representation of color #4C8EEB: hue angle of 215.09º degrees, saturation: 0.8, 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 #4C8EEB is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 142 | 235 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.08 |
| HSL | 215.09º | 0.8% | 0.61% | - |
| HSV(B) | 215.09º | 0.68% | 0.92% | - |
| XYZ | 27.65 | 26.88 | 82.33 | - |
| YUV | 132.87 | 185.63 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 142 | 235 | 0.68 | 0.40 | 0 | 0.08 | 215.09 | 0.8 | 0.61 |
| Hex | 4C | 8E | EB | 44 | 28 | 0 | 8 | D7 | 50 | 3D |
| Octal | 114 | 216 | 353 | 104 | 50 | 0 | 10 | 327 | 120 | 75 |
| Binary | 1001100 | 10001110 | 11101011 | 1000100 | 101000 | 0 | 1000 | 11010111 | 1010000 | 111101 |
Color Harmonies of #4C8EEB
Complementary color
Monochromatic Colors of #4C8EEB
Black with #4C8EEB
Text Example
Text Example
White with #4C8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8EEB; }
p { color: rgb(76,142,235); }
H1.HeaderClassName
{
color: #4C8EEB;
}
.AnyTagClassName
{
color: #4C8EEB;
}
</style>
background-color css
<style>
a { background-color: #4C8EEB; }
a { background-color: rgb(76,142,235); }
div.DivClassName
{
background-color: #4C8EEB;
}
.BgClassName
{
background-color: #4C8EEB;
}
</style>
border-color css
<style>
span { border-color: #4C8EEB; }
span { border-color: rgb(76,142,235); }
td.TdClassName
{
border-color: #4C8EEB;
}
.TagClassName
{
border-color: #4C8EEB;
}
</style>