Html Css Color HEX #4DC4EF Malibu

📋 copy color: '#4DC4EF'

red 77 ◦ green 196 ◦ blue 239

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

Shades of Malibu #4DC4EF

Tints of Malibu #4DC4EF

RGB

 RED value IS 77 (30.47% from 255) = 15.04%

 GREEN value IS 196 (76.95% from 255) = 38.28%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 15.04%
G = 38.28%
B = 46.68%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4DC4EF (or 0x4DC4EF) is known color: Malibu. HEX triplet: 4D, C4 and EF. RGB value is (77,196,239). Sum of RGB (Red+Green+Blue) = 77+196+239=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DC4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC4EF is #B23B10. Grayscale: #A5A5A5. Windows color (decimal): -11680529 or 15713357. OLE color: 15713357.

HSL color Cylindrical-coordinate representation of color #4DC4EF: hue angle of 195.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC4EF is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 196 239 -
CMYK 0.68 0.18 0 0.06
HSL 195.93º 0.84% 0.62% -
HSV(B) 195.93º 0.68% 0.94% -
XYZ 38.38 47.29 88.77 -
YUV 165.32 169.58 65 -
System Red Green Blue C M Y K H S L
Decimal 77 196 239 0.68 0.18 0 0.06 195.93 0.84 0.62
Hex 4D C4 EF 44 12 0 6 C4 54 3E
Octal 115 304 357 104 22 0 6 304 124 76
Binary 1001101 11000100 11101111 1000100 10010 0 110 11000100 1010100 111110

Color Harmonies of #4DC4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC4EF

Black with #4DC4EF

Text Example


Text Example

White with #4DC4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,196,239); }

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

background-color css

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

 a { background-color: rgb(77,196,239); }

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

border-color css

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

 span { border-color: rgb(77,196,239); }

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