#4490EB

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

Shades of Cornflower Blue #4490EB

Tints of Cornflower Blue #4490EB

Color information

#4490EB (or 0x4490EB) is unknown color: approx Cornflower Blue. HEX triplet: 44, 90 and EB. RGB value is (68,144,235). Sum of RGB (Red+Green+Blue) = 68+144+235=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #4490EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4490EB is #BB6F14. Grayscale: #838383. Windows color (decimal): -12283669 or 15437892. OLE color: 15437892.

HSL color Cylindrical-coordinate representation of color #4490EB: hue angle of 212.69º degrees, saturation: 0.81, 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 #4490EB is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68144235-
CMYK0.710.3900.08
HSL212.69º80.68%59.41%-
HSV(B)212.69º71.06%92.16%-
XYZ27.3527.1782.4-
YUV131.65186.3282.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.21%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=15.21%
G=32.21%
B=52.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal681442350.710.3900.08212.6980.6859.41
Hex4490EB472708d5513b
Octal1042203531074701032512173
Binary10001001001000011101011100011110011101000110101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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