#4496F7

Color #4496F7 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4496F7

Tints of Cornflower Blue #4496F7

Color information

#4496F7 (or 0x4496F7) is unknown color: approx Cornflower Blue. HEX triplet: 44, 96 and F7. RGB value is (68,150,247). Sum of RGB (Red+Green+Blue) = 68+150+247=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #4496F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4496F7 is #BB6908. Grayscale: #888888. Windows color (decimal): -12282121 or 16225860. OLE color: 16225860.

HSL color Cylindrical-coordinate representation of color #4496F7: hue angle of 212.51º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4496F7 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB68150247-
CMYK0.720.3900.03
HSL212.51º91.79%61.76%-
HSV(B)212.51º72.47%96.86%-
XYZ30.0829.7692.15-
YUV136.54190.3379.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 14.62%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 247 (96.88% from 255) = 53.12%
R=14.62%
G=32.26%
B=53.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal681502470.720.3900.03212.5191.7961.76
Hex4496F7482703d55c3e
Octal104226367110470332513476
Binary100010010010110111101111001000100111011110101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4496F7; }

 p { color: rgb(68,150,247); }

 H1.HeaderClassName
 {
   color: #4496F7;
 }
 .AnyTagClassName
 {
   color: #4496F7;
 }
</style>
background-color css

<style>
 a { background-color: #4496F7; }

 a { background-color: rgb(68,150,247); }

 div.DivClassName
 {
   background-color: #4496F7;
 }
 .BgClassName
 {
   background-color: #4496F7;
 }
</style>
border-color css

<style>
 span { border-color: #4496F7; }

 span { border-color: rgb(68,150,247); }

 td.TdClassName
 {
   border-color: #4496F7;
 }
 .TagClassName
 {
   border-color: #4496F7;
 }
</style>