#4490FF

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

Shades of Cornflower Blue #4490FF

Tints of Cornflower Blue #4490FF

Color information

#4490FF (or 0x4490FF) is unknown color: approx Cornflower Blue. HEX triplet: 44, 90 and FF. RGB value is (68,144,255). Sum of RGB (Red+Green+Blue) = 68+144+255=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #4490FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4490FF is #BB6F00. Grayscale: #858585. Windows color (decimal): -12283649 or 16748612. OLE color: 16748612.

HSL color Cylindrical-coordinate representation of color #4490FF: hue angle of 215.61º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4490FF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68144255-
CMYK0.730.4400
HSL215.61º100%63.33%-
HSV(B)215.61º73.33%100%-
XYZ30.4128.498.49-
YUV133.93196.3280.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.56%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 255 (100% from 255) = 54.60%
R=14.56%
G=30.84%
B=54.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681442550.730.4400215.6110063.33
Hex4490FF492C00d8643f
Octal104220377111540033014477
Binary10001001001000011111111100100110110000110110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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