#4EA4FC

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

Shades of Cornflower Blue #4EA4FC

Tints of Cornflower Blue #4EA4FC

Color information

#4EA4FC (or 0x4EA4FC) is unknown color: approx Cornflower Blue. HEX triplet: 4E, A4 and FC. RGB value is (78,164,252). Sum of RGB (Red+Green+Blue) = 78+164+252=494 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.79% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EA4FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA4FC is #B15B03. Grayscale: #939393. Windows color (decimal): -11623172 or 16557134. OLE color: 16557134.

HSL color Cylindrical-coordinate representation of color #4EA4FC: hue angle of 210.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EA4FC is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78164252-
CMYK0.690.3500.01
HSL210.34º96.67%64.71%-
HSV(B)210.34º69.05%98.82%-
XYZ33.9935.297.1-
YUV148.32186.5177.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.79%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=15.79%
G=33.20%
B=51.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781642520.690.3500.01210.3496.6764.71
Hex4EA4FC452301d26141
Octal1162443741054301322141101
Binary100111010100100111111001000101100011011101001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,164,252); }

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

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

 a { background-color: rgb(78,164,252); }

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

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

 span { border-color: rgb(78,164,252); }

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