#4689EA

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

Shades of Cornflower Blue #4689EA

Tints of Cornflower Blue #4689EA

Color information

#4689EA (or 0x4689EA) is unknown color: approx Cornflower Blue. HEX triplet: 46, 89 and EA. RGB value is (70,137,234). Sum of RGB (Red+Green+Blue) = 70+137+234=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #4689EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4689EA is #B97615. Grayscale: #7F7F7F. Windows color (decimal): -12154390 or 15370566. OLE color: 15370566.

HSL color Cylindrical-coordinate representation of color #4689EA: hue angle of 215.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4689EA is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB70137234-
CMYK0.700.4100.08
HSL215.49º79.61%59.61%-
HSV(B)215.49º70.09%91.76%-
XYZ26.3225.1381.31-
YUV128.02187.886.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.87%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=15.87%
G=31.07%
B=53.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal701372340.700.4100.08215.4979.6159.61
Hex4689EA462908d7503c
Octal1062113521065101032712074
Binary10001101000100111101010100011010100101000110101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4689EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4689EA; }

 p { color: rgb(70,137,234); }

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

<style>
 a { background-color: #4689EA; }

 a { background-color: rgb(70,137,234); }

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

<style>
 span { border-color: #4689EA; }

 span { border-color: rgb(70,137,234); }

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