Shades of Cornflower Blue #4694FF
Tints of Cornflower Blue #4694FF
RGB
CMYK
RGB Variations
Color information
#4694FF (or 0x4694FF) is known color: Cornflower Blue. HEX triplet: 46, 94 and FF. RGB value is (70,148,255). Sum of RGB (Red+Green+Blue) = 70+148+255=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #4694FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4694FF is #B96B00. Grayscale: #888888. Windows color (decimal): -12151553 or 16749638. OLE color: 16749638.
HSL color Cylindrical-coordinate representation of color #4694FF: hue angle of 214.7º 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 #4694FF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 148 | 255 | - |
| CMYK | 0.73 | 0.42 | 0 | 0 |
| HSL | 214.7º | 1% | 0.64% | - |
| HSV(B) | 214.7º | 0.73% | 1% | - |
| XYZ | 31.17 | 29.7 | 98.7 | - |
| YUV | 136.88 | 194.66 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 255 | 0.73 | 0.42 | 0 | 0 | 214.7 | 1 | 0.64 |
| Hex | 46 | 94 | FF | 49 | 2A | 0 | 0 | D7 | 64 | 40 |
| Octal | 106 | 224 | 377 | 111 | 52 | 0 | 0 | 327 | 144 | 100 |
| Binary | 1000110 | 10010100 | 11111111 | 1001001 | 101010 | 0 | 0 | 11010111 | 1100100 | 1000000 |
Color Harmonies of #4694FF
Complementary color
Monochromatic Colors of #4694FF
Black with #4694FF
Text Example
Text Example
White with #4694FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4694FF; }
p { color: rgb(70,148,255); }
H1.HeaderClassName
{
color: #4694FF;
}
.AnyTagClassName
{
color: #4694FF;
}
</style>
background-color css
<style>
a { background-color: #4694FF; }
a { background-color: rgb(70,148,255); }
div.DivClassName
{
background-color: #4694FF;
}
.BgClassName
{
background-color: #4694FF;
}
</style>
border-color css
<style>
span { border-color: #4694FF; }
span { border-color: rgb(70,148,255); }
td.TdClassName
{
border-color: #4694FF;
}
.TagClassName
{
border-color: #4694FF;
}
</style>