#4EACFC

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

Shades of Cornflower Blue #4EACFC

Tints of Cornflower Blue #4EACFC

Color information

#4EACFC (or 0x4EACFC) is unknown color: approx Cornflower Blue. HEX triplet: 4E, AC and FC. RGB value is (78,172,252). Sum of RGB (Red+Green+Blue) = 78+172+252=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EACFC is #B15303. Grayscale: #989898. Windows color (decimal): -11621124 or 16559182. OLE color: 16559182.

HSL color Cylindrical-coordinate representation of color #4EACFC: hue angle of 207.59º 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 #4EACFC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78172252-
CMYK0.690.3200.01
HSL207.59º96.67%64.71%-
HSV(B)207.59º69.05%98.82%-
XYZ35.4738.1597.59-
YUV153.01183.8674.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.54%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=15.54%
G=34.26%
B=50.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781722520.690.3200.01207.5996.6764.71
Hex4EACFC452001d06141
Octal1162543741054001320141101
Binary100111010101100111111001000101100000011101000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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