#4DC4EF

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

Shades of Malibu #4DC4EF

Tints of Malibu #4DC4EF

Color information

#4DC4EF (or 0x4DC4EF) is unknown color: approx 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

RGB77196239-
CMYK0.680.1800.06
HSL195.93º83.51%61.96%-
HSV(B)195.93º67.78%93.73%-
XYZ38.3847.2988.77-
YUV165.32169.5865-

RGB Variations

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

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 (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal771962390.680.1800.06195.9383.5161.96
Hex4DC4EF441206c4543e
Octal115304357104220630412476
Binary100110111000100111011111000100100100110110001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>