Shades of Cornflower Blue #4997FF
Tints of Cornflower Blue #4997FF
RGB
CMYK
RGB Variations
Color information
#4997FF (or 0x4997FF) is known color: Cornflower Blue. HEX triplet: 49, 97 and FF. RGB value is (73,151,255). Sum of RGB (Red+Green+Blue) = 73+151+255=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #4997FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4997FF is #B66800. Grayscale: #8B8B8B. Windows color (decimal): -11954177 or 16750409. OLE color: 16750409.
HSL color Cylindrical-coordinate representation of color #4997FF: hue angle of 214.29º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4997FF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 151 | 255 | - |
| CMYK | 0.71 | 0.41 | 0 | 0 |
| HSL | 214.29º | 1% | 0.64% | - |
| HSV(B) | 214.29º | 0.71% | 1% | - |
| XYZ | 31.86 | 30.77 | 98.87 | - |
| YUV | 139.53 | 193.16 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 255 | 0.71 | 0.41 | 0 | 0 | 214.29 | 1 | 0.64 |
| Hex | 49 | 97 | FF | 47 | 29 | 0 | 0 | D6 | 64 | 40 |
| Octal | 111 | 227 | 377 | 107 | 51 | 0 | 0 | 326 | 144 | 100 |
| Binary | 1001001 | 10010111 | 11111111 | 1000111 | 101001 | 0 | 0 | 11010110 | 1100100 | 1000000 |
Color Harmonies of #4997FF
Complementary color
Monochromatic Colors of #4997FF
Black with #4997FF
Text Example
Text Example
White with #4997FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997FF; }
p { color: rgb(73,151,255); }
H1.HeaderClassName
{
color: #4997FF;
}
.AnyTagClassName
{
color: #4997FF;
}
</style>
background-color css
<style>
a { background-color: #4997FF; }
a { background-color: rgb(73,151,255); }
div.DivClassName
{
background-color: #4997FF;
}
.BgClassName
{
background-color: #4997FF;
}
</style>
border-color css
<style>
span { border-color: #4997FF; }
span { border-color: rgb(73,151,255); }
td.TdClassName
{
border-color: #4997FF;
}
.TagClassName
{
border-color: #4997FF;
}
</style>