Shades of Cornflower Blue #4698FA
Tints of Cornflower Blue #4698FA
RGB
CMYK
RGB Variations
Color information
#4698FA (or 0x4698FA) is known color: Cornflower Blue. HEX triplet: 46, 98 and FA. RGB value is (70,152,250). Sum of RGB (Red+Green+Blue) = 70+152+250=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #4698FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4698FA is #B96705. Grayscale: #8A8A8A. Windows color (decimal): -12150534 or 16422982. OLE color: 16422982.
HSL color Cylindrical-coordinate representation of color #4698FA: hue angle of 212.67º 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 #4698FA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 152 | 250 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.02 |
| HSL | 212.67º | 0.95% | 0.63% | - |
| HSV(B) | 212.67º | 0.72% | 0.98% | - |
| XYZ | 31.01 | 30.66 | 94.73 | - |
| YUV | 138.65 | 190.83 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 250 | 0.72 | 0.39 | 0 | 0.02 | 212.67 | 0.95 | 0.63 |
| Hex | 46 | 98 | FA | 48 | 27 | 0 | 2 | D5 | 5F | 3F |
| Octal | 106 | 230 | 372 | 110 | 47 | 0 | 2 | 325 | 137 | 77 |
| Binary | 1000110 | 10011000 | 11111010 | 1001000 | 100111 | 0 | 10 | 11010101 | 1011111 | 111111 |
Color Harmonies of #4698FA
Complementary color
Monochromatic Colors of #4698FA
Black with #4698FA
Text Example
Text Example
White with #4698FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4698FA; }
p { color: rgb(70,152,250); }
H1.HeaderClassName
{
color: #4698FA;
}
.AnyTagClassName
{
color: #4698FA;
}
</style>
background-color css
<style>
a { background-color: #4698FA; }
a { background-color: rgb(70,152,250); }
div.DivClassName
{
background-color: #4698FA;
}
.BgClassName
{
background-color: #4698FA;
}
</style>
border-color css
<style>
span { border-color: #4698FA; }
span { border-color: rgb(70,152,250); }
td.TdClassName
{
border-color: #4698FA;
}
.TagClassName
{
border-color: #4698FA;
}
</style>