Html Css Color HEX #4EBAF2 Malibu

📋 copy color: '#4EBAF2'

red 78 ◦ green 186 ◦ blue 242

#4EBAF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #4EBAF2

Tints of Malibu #4EBAF2

RGB

 RED value IS 78 (30.86% from 255) = 15.42%

 GREEN value IS 186 (73.05% from 255) = 36.76%

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 15.42%
G = 36.76%
B = 47.83%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4EBAF2 (or 0x4EBAF2) is known color: Malibu. HEX triplet: 4E, BA and F2. RGB value is (78,186,242). Sum of RGB (Red+Green+Blue) = 78+186+242=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #4EBAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAF2 is #B1450D. Grayscale: #9F9F9F. Windows color (decimal): -11617550 or 15907406. OLE color: 15907406.

HSL color Cylindrical-coordinate representation of color #4EBAF2: hue angle of 200.49º degrees, saturation: 0.86, 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 #4EBAF2 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 186 242 -
CMYK 0.68 0.23 0 0.05
HSL 200.49º 0.86% 0.63% -
HSV(B) 200.49º 0.68% 0.95% -
XYZ 36.73 43.15 90.4 -
YUV 160.09 174.22 69.45 -
System Red Green Blue C M Y K H S L
Decimal 78 186 242 0.68 0.23 0 0.05 200.49 0.86 0.63
Hex 4E BA F2 44 17 0 5 C8 56 3F
Octal 116 272 362 104 27 0 5 310 126 77
Binary 1001110 10111010 11110010 1000100 10111 0 101 11001000 1010110 111111

Color Harmonies of #4EBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBAF2

Black with #4EBAF2

Text Example


Text Example

White with #4EBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,186,242); }

 H1.HeaderClassName
 {
   color: #4EBAF2;
 }
 .AnyTagClassName
 {
   color: #4EBAF2;
 }
</style>

background-color css

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

 a { background-color: rgb(78,186,242); }

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

border-color css

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

 span { border-color: rgb(78,186,242); }

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