#4EB2F5

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

Shades of Malibu #4EB2F5

Tints of Malibu #4EB2F5

Color information

#4EB2F5 (or 0x4EB2F5) is unknown color: approx Malibu. HEX triplet: 4E, B2 and F5. RGB value is (78,178,245). Sum of RGB (Red+Green+Blue) = 78+178+245=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #4EB2F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EB2F5 is #B14D0A. Grayscale: #9B9B9B. Windows color (decimal): -11619595 or 16101966. OLE color: 16101966.

HSL color Cylindrical-coordinate representation of color #4EB2F5: hue angle of 204.07º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EB2F5 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB78178245-
CMYK0.680.2700.04
HSL204.07º89.3%63.33%-
HSV(B)204.07º68.16%96.08%-
XYZ35.5440.0592.24-
YUV155.74178.3772.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.57%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 245 (96.09% from 255) = 48.90%
R=15.57%
G=35.53%
B=48.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal781782450.680.2700.04204.0789.363.33
Hex4EB2F5441B04cc593f
Octal116262365104330431413177
Binary100111010110010111101011000100110110100110011001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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