Shades of Cornflower Blue #4497FC
Tints of Cornflower Blue #4497FC
RGB
CMYK
RGB Variations
Color information
#4497FC (or 0x4497FC) is known color: Cornflower Blue. HEX triplet: 44, 97 and FC. RGB value is (68,151,252). Sum of RGB (Red+Green+Blue) = 68+151+252=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #4497FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4497FC is #BB6803. Grayscale: #898989. Windows color (decimal): -12281860 or 16553796. OLE color: 16553796.
HSL color Cylindrical-coordinate representation of color #4497FC: hue angle of 212.93º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4497FC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 151 | 252 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.01 |
| HSL | 212.93º | 0.97% | 0.63% | - |
| HSV(B) | 212.93º | 0.73% | 0.99% | - |
| XYZ | 31.02 | 30.39 | 96.33 | - |
| YUV | 137.7 | 192.5 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 252 | 0.73 | 0.40 | 0 | 0.01 | 212.93 | 0.97 | 0.63 |
| Hex | 44 | 97 | FC | 49 | 28 | 0 | 1 | D5 | 61 | 3F |
| Octal | 104 | 227 | 374 | 111 | 50 | 0 | 1 | 325 | 141 | 77 |
| Binary | 1000100 | 10010111 | 11111100 | 1001001 | 101000 | 0 | 1 | 11010101 | 1100001 | 111111 |
Color Harmonies of #4497FC
Complementary color
Monochromatic Colors of #4497FC
Black with #4497FC
Text Example
Text Example
White with #4497FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4497FC; }
p { color: rgb(68,151,252); }
H1.HeaderClassName
{
color: #4497FC;
}
.AnyTagClassName
{
color: #4497FC;
}
</style>
background-color css
<style>
a { background-color: #4497FC; }
a { background-color: rgb(68,151,252); }
div.DivClassName
{
background-color: #4497FC;
}
.BgClassName
{
background-color: #4497FC;
}
</style>
border-color css
<style>
span { border-color: #4497FC; }
span { border-color: rgb(68,151,252); }
td.TdClassName
{
border-color: #4497FC;
}
.TagClassName
{
border-color: #4497FC;
}
</style>