Shades of Cornflower Blue #4686F9
Tints of Cornflower Blue #4686F9
RGB
CMYK
RGB Variations
Color information
#4686F9 (or 0x4686F9) is known color: Cornflower Blue. HEX triplet: 46, 86 and F9. RGB value is (70,134,249). Sum of RGB (Red+Green+Blue) = 70+134+249=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #4686F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4686F9 is #B97906. Grayscale: #7F7F7F. Windows color (decimal): -12155143 or 16352838. OLE color: 16352838.
HSL color Cylindrical-coordinate representation of color #4686F9: hue angle of 218.55º degrees, saturation: 0.94, 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 #4686F9 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 134 | 249 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.02 |
| HSL | 218.55º | 0.94% | 0.63% | - |
| HSV(B) | 218.55º | 0.72% | 0.98% | - |
| XYZ | 28.15 | 25.19 | 93 | - |
| YUV | 127.97 | 196.3 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 249 | 0.72 | 0.46 | 0 | 0.02 | 218.55 | 0.94 | 0.63 |
| Hex | 46 | 86 | F9 | 48 | 2E | 0 | 2 | DB | 5E | 3F |
| Octal | 106 | 206 | 371 | 110 | 56 | 0 | 2 | 333 | 136 | 77 |
| Binary | 1000110 | 10000110 | 11111001 | 1001000 | 101110 | 0 | 10 | 11011011 | 1011110 | 111111 |
Color Harmonies of #4686F9
Complementary color
Monochromatic Colors of #4686F9
Black with #4686F9
Text Example
Text Example
White with #4686F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686F9; }
p { color: rgb(70,134,249); }
H1.HeaderClassName
{
color: #4686F9;
}
.AnyTagClassName
{
color: #4686F9;
}
</style>
background-color css
<style>
a { background-color: #4686F9; }
a { background-color: rgb(70,134,249); }
div.DivClassName
{
background-color: #4686F9;
}
.BgClassName
{
background-color: #4686F9;
}
</style>
border-color css
<style>
span { border-color: #4686F9; }
span { border-color: rgb(70,134,249); }
td.TdClassName
{
border-color: #4686F9;
}
.TagClassName
{
border-color: #4686F9;
}
</style>