Shades of Cornflower Blue #4C8BEB
Tints of Cornflower Blue #4C8BEB
RGB
CMYK
RGB Variations
Color information
#4C8BEB (or 0x4C8BEB) is known color: Cornflower Blue. HEX triplet: 4C, 8B and EB. RGB value is (76,139,235). Sum of RGB (Red+Green+Blue) = 76+139+235=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C8BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8BEB is #B37414. Grayscale: #828282. Windows color (decimal): -11760661 or 15436620. OLE color: 15436620.
HSL color Cylindrical-coordinate representation of color #4C8BEB: hue angle of 216.23º 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 #4C8BEB is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 139 | 235 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.08 |
| HSL | 216.23º | 0.8% | 0.61% | - |
| HSV(B) | 216.23º | 0.68% | 0.92% | - |
| XYZ | 27.21 | 26 | 82.18 | - |
| YUV | 131.11 | 186.63 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 235 | 0.68 | 0.41 | 0 | 0.08 | 216.23 | 0.8 | 0.61 |
| Hex | 4C | 8B | EB | 44 | 29 | 0 | 8 | D8 | 50 | 3D |
| Octal | 114 | 213 | 353 | 104 | 51 | 0 | 10 | 330 | 120 | 75 |
| Binary | 1001100 | 10001011 | 11101011 | 1000100 | 101001 | 0 | 1000 | 11011000 | 1010000 | 111101 |
Color Harmonies of #4C8BEB
Complementary color
Monochromatic Colors of #4C8BEB
Black with #4C8BEB
Text Example
Text Example
White with #4C8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8BEB; }
p { color: rgb(76,139,235); }
H1.HeaderClassName
{
color: #4C8BEB;
}
.AnyTagClassName
{
color: #4C8BEB;
}
</style>
background-color css
<style>
a { background-color: #4C8BEB; }
a { background-color: rgb(76,139,235); }
div.DivClassName
{
background-color: #4C8BEB;
}
.BgClassName
{
background-color: #4C8BEB;
}
</style>
border-color css
<style>
span { border-color: #4C8BEB; }
span { border-color: rgb(76,139,235); }
td.TdClassName
{
border-color: #4C8BEB;
}
.TagClassName
{
border-color: #4C8BEB;
}
</style>