Shades of Cornflower Blue #4496EA
Tints of Cornflower Blue #4496EA
RGB
CMYK
RGB Variations
Color information
#4496EA (or 0x4496EA) is known color: Cornflower Blue. HEX triplet: 44, 96 and EA. RGB value is (68,150,234). Sum of RGB (Red+Green+Blue) = 68+150+234=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #4496EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4496EA is #BB6915. Grayscale: #868686. Windows color (decimal): -12282134 or 15373892. OLE color: 15373892.
HSL color Cylindrical-coordinate representation of color #4496EA: hue angle of 210.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4496EA is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 150 | 234 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.08 |
| HSL | 210.36º | 0.8% | 0.59% | - |
| HSV(B) | 210.36º | 0.71% | 0.92% | - |
| XYZ | 28.14 | 28.98 | 81.95 | - |
| YUV | 135.06 | 183.83 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 234 | 0.71 | 0.36 | 0 | 0.08 | 210.36 | 0.8 | 0.59 |
| Hex | 44 | 96 | EA | 47 | 24 | 0 | 8 | D2 | 50 | 3B |
| Octal | 104 | 226 | 352 | 107 | 44 | 0 | 10 | 322 | 120 | 73 |
| Binary | 1000100 | 10010110 | 11101010 | 1000111 | 100100 | 0 | 1000 | 11010010 | 1010000 | 111011 |
Color Harmonies of #4496EA
Complementary color
Monochromatic Colors of #4496EA
Black with #4496EA
Text Example
Text Example
White with #4496EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4496EA; }
p { color: rgb(68,150,234); }
H1.HeaderClassName
{
color: #4496EA;
}
.AnyTagClassName
{
color: #4496EA;
}
</style>
background-color css
<style>
a { background-color: #4496EA; }
a { background-color: rgb(68,150,234); }
div.DivClassName
{
background-color: #4496EA;
}
.BgClassName
{
background-color: #4496EA;
}
</style>
border-color css
<style>
span { border-color: #4496EA; }
span { border-color: rgb(68,150,234); }
td.TdClassName
{
border-color: #4496EA;
}
.TagClassName
{
border-color: #4496EA;
}
</style>