Shades of Cornflower Blue #4689FF
Tints of Cornflower Blue #4689FF
RGB
CMYK
RGB Variations
Color information
#4689FF (or 0x4689FF) is known color: Cornflower Blue. HEX triplet: 46, 89 and FF. RGB value is (70,137,255). Sum of RGB (Red+Green+Blue) = 70+137+255=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #4689FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4689FF is #B97600. Grayscale: #818181. Windows color (decimal): -12154369 or 16746822. OLE color: 16746822.
HSL color Cylindrical-coordinate representation of color #4689FF: hue angle of 218.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4689FF is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 137 | 255 | - |
| CMYK | 0.73 | 0.46 | 0 | 0 |
| HSL | 218.27º | 1% | 0.64% | - |
| HSV(B) | 218.27º | 0.73% | 1% | - |
| XYZ | 29.52 | 26.41 | 98.15 | - |
| YUV | 130.42 | 198.3 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 255 | 0.73 | 0.46 | 0 | 0 | 218.27 | 1 | 0.64 |
| Hex | 46 | 89 | FF | 49 | 2E | 0 | 0 | DA | 64 | 40 |
| Octal | 106 | 211 | 377 | 111 | 56 | 0 | 0 | 332 | 144 | 100 |
| Binary | 1000110 | 10001001 | 11111111 | 1001001 | 101110 | 0 | 0 | 11011010 | 1100100 | 1000000 |
Color Harmonies of #4689FF
Complementary color
Monochromatic Colors of #4689FF
Black with #4689FF
Text Example
Text Example
White with #4689FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4689FF; }
p { color: rgb(70,137,255); }
H1.HeaderClassName
{
color: #4689FF;
}
.AnyTagClassName
{
color: #4689FF;
}
</style>
background-color css
<style>
a { background-color: #4689FF; }
a { background-color: rgb(70,137,255); }
div.DivClassName
{
background-color: #4689FF;
}
.BgClassName
{
background-color: #4689FF;
}
</style>
border-color css
<style>
span { border-color: #4689FF; }
span { border-color: rgb(70,137,255); }
td.TdClassName
{
border-color: #4689FF;
}
.TagClassName
{
border-color: #4689FF;
}
</style>