Shades of Cornflower Blue #4698FF
Tints of Cornflower Blue #4698FF
RGB
CMYK
RGB Variations
Color information
#4698FF (or 0x4698FF) is known color: Cornflower Blue. HEX triplet: 46, 98 and FF. RGB value is (70,152,255). Sum of RGB (Red+Green+Blue) = 70+152+255=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #4698FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4698FF is #B96700. Grayscale: #8A8A8A. Windows color (decimal): -12150529 or 16750662. OLE color: 16750662.
HSL color Cylindrical-coordinate representation of color #4698FF: hue angle of 213.41º 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 #4698FF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 152 | 255 | - |
| CMYK | 0.73 | 0.40 | 0 | 0 |
| HSL | 213.41º | 1% | 0.64% | - |
| HSV(B) | 213.41º | 0.73% | 1% | - |
| XYZ | 31.8 | 30.98 | 98.91 | - |
| YUV | 139.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 255 | 0.73 | 0.40 | 0 | 0 | 213.41 | 1 | 0.64 |
| Hex | 46 | 98 | FF | 49 | 28 | 0 | 0 | D5 | 64 | 40 |
| Octal | 106 | 230 | 377 | 111 | 50 | 0 | 0 | 325 | 144 | 100 |
| Binary | 1000110 | 10011000 | 11111111 | 1001001 | 101000 | 0 | 0 | 11010101 | 1100100 | 1000000 |
Color Harmonies of #4698FF
Complementary color
Monochromatic Colors of #4698FF
Black with #4698FF
Text Example
Text Example
White with #4698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4698FF; }
p { color: rgb(70,152,255); }
H1.HeaderClassName
{
color: #4698FF;
}
.AnyTagClassName
{
color: #4698FF;
}
</style>
background-color css
<style>
a { background-color: #4698FF; }
a { background-color: rgb(70,152,255); }
div.DivClassName
{
background-color: #4698FF;
}
.BgClassName
{
background-color: #4698FF;
}
</style>
border-color css
<style>
span { border-color: #4698FF; }
span { border-color: rgb(70,152,255); }
td.TdClassName
{
border-color: #4698FF;
}
.TagClassName
{
border-color: #4698FF;
}
</style>