#4497F0

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

Shades of Cornflower Blue #4497F0

Tints of Cornflower Blue #4497F0

Color information

#4497F0 (or 0x4497F0) is unknown color: approx Cornflower Blue. HEX triplet: 44, 97 and F0. RGB value is (68,151,240). Sum of RGB (Red+Green+Blue) = 68+151+240=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #4497F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4497F0 is #BB680F. Grayscale: #878787. Windows color (decimal): -12281872 or 15767364. OLE color: 15767364.

HSL color Cylindrical-coordinate representation of color #4497F0: hue angle of 211.05º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4497F0 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB68151240-
CMYK0.720.3700.06
HSL211.05º85.15%60.39%-
HSV(B)211.05º71.67%94.12%-
XYZ29.1829.6586.62-
YUV136.33186.579.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.81%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 240 (94.14% from 255) = 52.29%
R=14.81%
G=32.90%
B=52.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal681512400.720.3700.06211.0585.1560.39
Hex4497F0482506d3553c
Octal104227360110450632312574
Binary1000100100101111111000010010001001010110110100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4497F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4497F0; }

 p { color: rgb(68,151,240); }

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

<style>
 a { background-color: #4497F0; }

 a { background-color: rgb(68,151,240); }

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

<style>
 span { border-color: #4497F0; }

 span { border-color: rgb(68,151,240); }

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