Shades of Cornflower Blue #4694FA
Tints of Cornflower Blue #4694FA
RGB
CMYK
RGB Variations
Color information
#4694FA (or 0x4694FA) is known color: Cornflower Blue. HEX triplet: 46, 94 and FA. RGB value is (70,148,250). Sum of RGB (Red+Green+Blue) = 70+148+250=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #4694FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4694FA is #B96B05. Grayscale: #878787. Windows color (decimal): -12151558 or 16421958. OLE color: 16421958.
HSL color Cylindrical-coordinate representation of color #4694FA: hue angle of 214º degrees, saturation: 0.95, 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 #4694FA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 148 | 250 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.02 |
| HSL | 214º | 0.95% | 0.63% | - |
| HSV(B) | 214º | 0.72% | 0.98% | - |
| XYZ | 30.37 | 29.38 | 94.51 | - |
| YUV | 136.31 | 192.16 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 250 | 0.72 | 0.41 | 0 | 0.02 | 214 | 0.95 | 0.63 |
| Hex | 46 | 94 | FA | 48 | 29 | 0 | 2 | D6 | 5F | 3F |
| Octal | 106 | 224 | 372 | 110 | 51 | 0 | 2 | 326 | 137 | 77 |
| Binary | 1000110 | 10010100 | 11111010 | 1001000 | 101001 | 0 | 10 | 11010110 | 1011111 | 111111 |
Color Harmonies of #4694FA
Complementary color
Monochromatic Colors of #4694FA
Black with #4694FA
Text Example
Text Example
White with #4694FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4694FA; }
p { color: rgb(70,148,250); }
H1.HeaderClassName
{
color: #4694FA;
}
.AnyTagClassName
{
color: #4694FA;
}
</style>
background-color css
<style>
a { background-color: #4694FA; }
a { background-color: rgb(70,148,250); }
div.DivClassName
{
background-color: #4694FA;
}
.BgClassName
{
background-color: #4694FA;
}
</style>
border-color css
<style>
span { border-color: #4694FA; }
span { border-color: rgb(70,148,250); }
td.TdClassName
{
border-color: #4694FA;
}
.TagClassName
{
border-color: #4694FA;
}
</style>