#4496F9

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

Shades of Cornflower Blue #4496F9

Tints of Cornflower Blue #4496F9

Color information

#4496F9 (or 0x4496F9) is unknown color: approx Cornflower Blue. HEX triplet: 44, 96 and F9. RGB value is (68,150,249). Sum of RGB (Red+Green+Blue) = 68+150+249=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #4496F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4496F9 is #BB6906. Grayscale: #888888. Windows color (decimal): -12282119 or 16356932. OLE color: 16356932.

HSL color Cylindrical-coordinate representation of color #4496F9: hue angle of 212.82º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4496F9 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB68150249-
CMYK0.730.4000.02
HSL212.82º93.78%62.16%-
HSV(B)212.82º72.69%97.65%-
XYZ30.3929.8893.79-
YUV136.77191.3378.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.56%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 249 (97.66% from 255) = 53.32%
R=14.56%
G=32.12%
B=53.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal681502490.730.4000.02212.8293.7862.16
Hex4496F9492802d55e3e
Octal104226371111500232513676
Binary100010010010110111110011001001101000010110101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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