Shades of Cornflower Blue #4C8BFF
Tints of Cornflower Blue #4C8BFF
RGB
CMYK
RGB Variations
Color information
#4C8BFF (or 0x4C8BFF) is known color: Cornflower Blue. HEX triplet: 4C, 8B and FF. RGB value is (76,139,255). Sum of RGB (Red+Green+Blue) = 76+139+255=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C8BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8BFF is #B37400. Grayscale: #848484. Windows color (decimal): -11760641 or 16747340. OLE color: 16747340.
HSL color Cylindrical-coordinate representation of color #4C8BFF: hue angle of 218.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C8BFF is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 139 | 255 | - |
| CMYK | 0.70 | 0.45 | 0 | 0 |
| HSL | 218.88º | 1% | 0.65% | - |
| HSV(B) | 218.88º | 0.7% | 1% | - |
| XYZ | 30.26 | 27.22 | 98.27 | - |
| YUV | 133.39 | 196.63 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 255 | 0.70 | 0.45 | 0 | 0 | 218.88 | 1 | 0.65 |
| Hex | 4C | 8B | FF | 46 | 2D | 0 | 0 | DB | 64 | 41 |
| Octal | 114 | 213 | 377 | 106 | 55 | 0 | 0 | 333 | 144 | 101 |
| Binary | 1001100 | 10001011 | 11111111 | 1000110 | 101101 | 0 | 0 | 11011011 | 1100100 | 1000001 |
Color Harmonies of #4C8BFF
Complementary color
Monochromatic Colors of #4C8BFF
Black with #4C8BFF
Text Example
Text Example
White with #4C8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8BFF; }
p { color: rgb(76,139,255); }
H1.HeaderClassName
{
color: #4C8BFF;
}
.AnyTagClassName
{
color: #4C8BFF;
}
</style>
background-color css
<style>
a { background-color: #4C8BFF; }
a { background-color: rgb(76,139,255); }
div.DivClassName
{
background-color: #4C8BFF;
}
.BgClassName
{
background-color: #4C8BFF;
}
</style>
border-color css
<style>
span { border-color: #4C8BFF; }
span { border-color: rgb(76,139,255); }
td.TdClassName
{
border-color: #4C8BFF;
}
.TagClassName
{
border-color: #4C8BFF;
}
</style>