Shades of Cornflower Blue #4497FF
Tints of Cornflower Blue #4497FF
RGB
CMYK
RGB Variations
Color information
#4497FF (or 0x4497FF) is known color: Cornflower Blue. HEX triplet: 44, 97 and FF. RGB value is (68,151,255). Sum of RGB (Red+Green+Blue) = 68+151+255=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #4497FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4497FF is #BB6800. Grayscale: #898989. Windows color (decimal): -12281857 or 16750404. OLE color: 16750404.
HSL color Cylindrical-coordinate representation of color #4497FF: hue angle of 213.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4497FF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 151 | 255 | - |
| CMYK | 0.73 | 0.41 | 0 | 0 |
| HSL | 213.37º | 1% | 0.63% | - |
| HSV(B) | 213.37º | 0.73% | 1% | - |
| XYZ | 31.5 | 30.58 | 98.85 | - |
| YUV | 138.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 255 | 0.73 | 0.41 | 0 | 0 | 213.37 | 1 | 0.63 |
| Hex | 44 | 97 | FF | 49 | 29 | 0 | 0 | D5 | 64 | 3F |
| Octal | 104 | 227 | 377 | 111 | 51 | 0 | 0 | 325 | 144 | 77 |
| Binary | 1000100 | 10010111 | 11111111 | 1001001 | 101001 | 0 | 0 | 11010101 | 1100100 | 111111 |
Color Harmonies of #4497FF
Complementary color
Monochromatic Colors of #4497FF
Black with #4497FF
Text Example
Text Example
White with #4497FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4497FF; }
p { color: rgb(68,151,255); }
H1.HeaderClassName
{
color: #4497FF;
}
.AnyTagClassName
{
color: #4497FF;
}
</style>
background-color css
<style>
a { background-color: #4497FF; }
a { background-color: rgb(68,151,255); }
div.DivClassName
{
background-color: #4497FF;
}
.BgClassName
{
background-color: #4497FF;
}
</style>
border-color css
<style>
span { border-color: #4497FF; }
span { border-color: rgb(68,151,255); }
td.TdClassName
{
border-color: #4497FF;
}
.TagClassName
{
border-color: #4497FF;
}
</style>