#4EB2F1

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

Shades of Malibu #4EB2F1

Tints of Malibu #4EB2F1

Color information

#4EB2F1 (or 0x4EB2F1) is unknown color: approx Malibu. HEX triplet: 4E, B2 and F1. RGB value is (78,178,241). Sum of RGB (Red+Green+Blue) = 78+178+241=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #4EB2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EB2F1 is #B14D0E. Grayscale: #9A9A9A. Windows color (decimal): -11619599 or 15839822. OLE color: 15839822.

HSL color Cylindrical-coordinate representation of color #4EB2F1: hue angle of 203.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EB2F1 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB78178241-
CMYK0.680.2600.05
HSL203.19º85.34%62.55%-
HSV(B)203.19º67.63%94.51%-
XYZ34.9439.8189.06-
YUV155.28176.3772.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.69%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=15.69%
G=35.81%
B=48.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal781782410.680.2600.05203.1985.3462.55
Hex4EB2F1441A05cb553f
Octal116262361104320531312577
Binary100111010110010111100011000100110100101110010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,178,241); }

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

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

 a { background-color: rgb(78,178,241); }

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

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

 span { border-color: rgb(78,178,241); }

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