Shades of Cornflower Blue #4699FF
Tints of Cornflower Blue #4699FF
RGB
CMYK
RGB Variations
Color information
#4699FF (or 0x4699FF) is known color: Cornflower Blue. HEX triplet: 46, 99 and FF. RGB value is (70,153,255). Sum of RGB (Red+Green+Blue) = 70+153+255=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #4699FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699FF is #B96600. Grayscale: #8B8B8B. Windows color (decimal): -12150273 or 16750918. OLE color: 16750918.
HSL color Cylindrical-coordinate representation of color #4699FF: hue angle of 213.08º 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 #4699FF is Cyan = 0.73, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 153 | 255 | - |
| CMYK | 0.73 | 0.4 | 0 | 0 |
| HSL | 213.08º | 1% | 0.64% | - |
| HSV(B) | 213.08º | 0.73% | 1% | - |
| XYZ | 31.97 | 31.3 | 98.97 | - |
| YUV | 139.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 255 | 0.73 | 0.4 | 0 | 0 | 213.08 | 1 | 0.64 |
| Hex | 46 | 99 | FF | 49 | 28 | 0 | 0 | D5 | 64 | 40 |
| Octal | 106 | 231 | 377 | 111 | 50 | 0 | 0 | 325 | 144 | 100 |
| Binary | 1000110 | 10011001 | 11111111 | 1001001 | 101000 | 0 | 0 | 11010101 | 1100100 | 1000000 |
Color Harmonies of #4699FF
Complementary color
Monochromatic Colors of #4699FF
Black with #4699FF
Text Example
Text Example
White with #4699FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699FF; }
p { color: rgb(70,153,255); }
H1.HeaderClassName
{
color: #4699FF;
}
.AnyTagClassName
{
color: #4699FF;
}
</style>
background-color css
<style>
a { background-color: #4699FF; }
a { background-color: rgb(70,153,255); }
div.DivClassName
{
background-color: #4699FF;
}
.BgClassName
{
background-color: #4699FF;
}
</style>
border-color css
<style>
span { border-color: #4699FF; }
span { border-color: rgb(70,153,255); }
td.TdClassName
{
border-color: #4699FF;
}
.TagClassName
{
border-color: #4699FF;
}
</style>