#4EAEFD

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

Shades of Malibu #4EAEFD

Tints of Malibu #4EAEFD

Color information

#4EAEFD (or 0x4EAEFD) is unknown color: approx Malibu. HEX triplet: 4E, AE and FD. RGB value is (78,174,253). Sum of RGB (Red+Green+Blue) = 78+174+253=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAEFD is #B15102. Grayscale: #999999. Windows color (decimal): -11620611 or 16625230. OLE color: 16625230.

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

Color convert

RGB78174253-
CMYK0.690.3100.01
HSL207.09º97.77%64.9%-
HSV(B)207.09º69.17%99.22%-
XYZ36.0138.9898.56-
YUV154.3183.773.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.45%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=15.45%
G=34.46%
B=50.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781742530.690.3100.01207.0997.7764.9
Hex4EAEFD451F01cf6241
Octal1162563751053701317142101
Binary10011101010111011111101100010111111011100111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,174,253); }

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

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

 a { background-color: rgb(78,174,253); }

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

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

 span { border-color: rgb(78,174,253); }

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