#4EABFC

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

Shades of Cornflower Blue #4EABFC

Tints of Cornflower Blue #4EABFC

Color information

#4EABFC (or 0x4EABFC) is unknown color: approx Cornflower Blue. HEX triplet: 4E, AB and FC. RGB value is (78,171,252). Sum of RGB (Red+Green+Blue) = 78+171+252=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EABFC is #B15403. Grayscale: #989898. Windows color (decimal): -11621380 or 16558926. OLE color: 16558926.

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

Color convert

RGB78171252-
CMYK0.690.3200.01
HSL207.93º96.67%64.71%-
HSV(B)207.93º69.05%98.82%-
XYZ35.2837.7797.53-
YUV152.43184.1974.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.57%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=15.57%
G=34.13%
B=50.30%

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
Decimal781712520.690.3200.01207.9396.6764.71
Hex4EABFC452001d06141
Octal1162533741054001320141101
Binary100111010101011111111001000101100000011101000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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