#4EC7FA

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

Shades of Malibu #4EC7FA

Tints of Malibu #4EC7FA

Color information

#4EC7FA (or 0x4EC7FA) is unknown color: approx Malibu. HEX triplet: 4E, C7 and FA. RGB value is (78,199,250). Sum of RGB (Red+Green+Blue) = 78+199+250=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EC7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC7FA is #B13805. Grayscale: #A8A8A8. Windows color (decimal): -11614214 or 16435022. OLE color: 16435022.

HSL color Cylindrical-coordinate representation of color #4EC7FA: hue angle of 197.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EC7FA is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB78199250-
CMYK0.690.2000.02
HSL197.79º94.51%64.31%-
HSV(B)197.79º68.8%98.04%-
XYZ40.8249.3797.82-
YUV168.64173.9163.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.80%
GREEN value IS 199 (78.12% from 255) = 37.76%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=14.80%
G=37.76%
B=47.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal781992500.690.2000.02197.7994.5164.31
Hex4EC7FA451402c65f40
Octal1163073721052402306137100
Binary100111011000111111110101000101101000101100011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,199,250); }

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

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

 a { background-color: rgb(78,199,250); }

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

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

 span { border-color: rgb(78,199,250); }

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