#4E86E1

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

Shades of Cornflower Blue #4E86E1

Tints of Cornflower Blue #4E86E1

Color information

#4E86E1 (or 0x4E86E1) is unknown color: approx Cornflower Blue. HEX triplet: 4E, 86 and E1. RGB value is (78,134,225). Sum of RGB (Red+Green+Blue) = 78+134+225=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #4E86E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86E1 is #B1791E. Grayscale: #7F7F7F. Windows color (decimal): -11630879 or 14779982. OLE color: 14779982.

HSL color Cylindrical-coordinate representation of color #4E86E1: hue angle of 217.14º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E86E1 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB78134225-
CMYK0.650.4000.12
HSL217.14º71.01%59.41%-
HSV(B)217.14º65.33%88.24%-
XYZ25.2624.1174.56-
YUV127.63182.9592.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.85%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 225 (88.28% from 255) = 51.49%
R=17.85%
G=30.66%
B=51.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal781342250.650.4000.12217.1471.0159.41
Hex4E86E141280Cd9473b
Octal1162063411015001433110773
Binary10011101000011011100001100000110100001100110110011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E86E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E86E1; }

 p { color: rgb(78,134,225); }

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

<style>
 a { background-color: #4E86E1; }

 a { background-color: rgb(78,134,225); }

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

<style>
 span { border-color: #4E86E1; }

 span { border-color: rgb(78,134,225); }

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