#4490F6

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

Shades of Cornflower Blue #4490F6

Tints of Cornflower Blue #4490F6

Color information

#4490F6 (or 0x4490F6) is unknown color: approx Cornflower Blue. HEX triplet: 44, 90 and F6. RGB value is (68,144,246). Sum of RGB (Red+Green+Blue) = 68+144+246=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #4490F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4490F6 is #BB6F09. Grayscale: #848484. Windows color (decimal): -12283658 or 16158788. OLE color: 16158788.

HSL color Cylindrical-coordinate representation of color #4490F6: hue angle of 214.38º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4490F6 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB68144246-
CMYK0.720.4100.04
HSL214.38º90.82%61.57%-
HSV(B)214.38º72.36%96.47%-
XYZ28.9927.8391.03-
YUV132.9191.8281.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.85%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 246 (96.48% from 255) = 53.71%
R=14.85%
G=31.44%
B=53.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal681442460.720.4100.04214.3890.8261.57
Hex4490F6482904d65b3e
Octal104220366110510432613376
Binary1000100100100001111011010010001010010100110101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4490F6; }

 p { color: rgb(68,144,246); }

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

<style>
 a { background-color: #4490F6; }

 a { background-color: rgb(68,144,246); }

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

<style>
 span { border-color: #4490F6; }

 span { border-color: rgb(68,144,246); }

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