Shades of Cornflower Blue #4786FB
Tints of Cornflower Blue #4786FB
RGB
CMYK
RGB Variations
Color information
#4786FB (or 0x4786FB) is known color: Cornflower Blue. HEX triplet: 47, 86 and FB. RGB value is (71,134,251). Sum of RGB (Red+Green+Blue) = 71+134+251=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #4786FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4786FB is #B87904. Grayscale: #7F7F7F. Windows color (decimal): -12089605 or 16483911. OLE color: 16483911.
HSL color Cylindrical-coordinate representation of color #4786FB: hue angle of 219º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4786FB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 134 | 251 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.02 |
| HSL | 219º | 0.96% | 0.63% | - |
| HSV(B) | 219º | 0.72% | 0.98% | - |
| XYZ | 28.54 | 25.35 | 94.66 | - |
| YUV | 128.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 251 | 0.72 | 0.47 | 0 | 0.02 | 219 | 0.96 | 0.63 |
| Hex | 47 | 86 | FB | 48 | 2F | 0 | 2 | DB | 60 | 3F |
| Octal | 107 | 206 | 373 | 110 | 57 | 0 | 2 | 333 | 140 | 77 |
| Binary | 1000111 | 10000110 | 11111011 | 1001000 | 101111 | 0 | 10 | 11011011 | 1100000 | 111111 |
Color Harmonies of #4786FB
Complementary color
Monochromatic Colors of #4786FB
Black with #4786FB
Text Example
Text Example
White with #4786FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4786FB; }
p { color: rgb(71,134,251); }
H1.HeaderClassName
{
color: #4786FB;
}
.AnyTagClassName
{
color: #4786FB;
}
</style>
background-color css
<style>
a { background-color: #4786FB; }
a { background-color: rgb(71,134,251); }
div.DivClassName
{
background-color: #4786FB;
}
.BgClassName
{
background-color: #4786FB;
}
</style>
border-color css
<style>
span { border-color: #4786FB; }
span { border-color: rgb(71,134,251); }
td.TdClassName
{
border-color: #4786FB;
}
.TagClassName
{
border-color: #4786FB;
}
</style>