Shades of Cornflower Blue #4686FC
Tints of Cornflower Blue #4686FC
RGB
CMYK
RGB Variations
Color information
#4686FC (or 0x4686FC) is known color: Cornflower Blue. HEX triplet: 46, 86 and FC. RGB value is (70,134,252). Sum of RGB (Red+Green+Blue) = 70+134+252=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #4686FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4686FC is #B97903. Grayscale: #7F7F7F. Windows color (decimal): -12155140 or 16549446. OLE color: 16549446.
HSL color Cylindrical-coordinate representation of color #4686FC: hue angle of 218.9º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4686FC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 134 | 252 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.01 |
| HSL | 218.9º | 0.97% | 0.63% | - |
| HSV(B) | 218.9º | 0.72% | 0.99% | - |
| XYZ | 28.62 | 25.38 | 95.49 | - |
| YUV | 128.32 | 197.8 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 252 | 0.72 | 0.47 | 0 | 0.01 | 218.9 | 0.97 | 0.63 |
| Hex | 46 | 86 | FC | 48 | 2F | 0 | 1 | DB | 61 | 3F |
| Octal | 106 | 206 | 374 | 110 | 57 | 0 | 1 | 333 | 141 | 77 |
| Binary | 1000110 | 10000110 | 11111100 | 1001000 | 101111 | 0 | 1 | 11011011 | 1100001 | 111111 |
Color Harmonies of #4686FC
Complementary color
Monochromatic Colors of #4686FC
Black with #4686FC
Text Example
Text Example
White with #4686FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686FC; }
p { color: rgb(70,134,252); }
H1.HeaderClassName
{
color: #4686FC;
}
.AnyTagClassName
{
color: #4686FC;
}
</style>
background-color css
<style>
a { background-color: #4686FC; }
a { background-color: rgb(70,134,252); }
div.DivClassName
{
background-color: #4686FC;
}
.BgClassName
{
background-color: #4686FC;
}
</style>
border-color css
<style>
span { border-color: #4686FC; }
span { border-color: rgb(70,134,252); }
td.TdClassName
{
border-color: #4686FC;
}
.TagClassName
{
border-color: #4686FC;
}
</style>