#4DC8F2

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

Shades of Malibu #4DC8F2

Tints of Malibu #4DC8F2

Color information

#4DC8F2 (or 0x4DC8F2) is unknown color: approx Malibu. HEX triplet: 4D, C8 and F2. RGB value is (77,200,242). Sum of RGB (Red+Green+Blue) = 77+200+242=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DC8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC8F2 is #B2370D. Grayscale: #A7A7A7. Windows color (decimal): -11679502 or 15910989. OLE color: 15910989.

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

Color convert

RGB77200242-
CMYK0.680.1700.05
HSL195.27º86.39%62.55%-
HSV(B)195.27º68.18%94.9%-
XYZ39.7449.391.43-
YUV168.01169.7563.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.84%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=14.84%
G=38.54%
B=46.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772002420.680.1700.05195.2786.3962.55
Hex4DC8F2441105c3563f
Octal115310362104210530312677
Binary100110111001000111100101000100100010101110000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,200,242); }

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

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

 a { background-color: rgb(77,200,242); }

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

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

 span { border-color: rgb(77,200,242); }

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