#4FACF2

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

Shades of Malibu #4FACF2

Tints of Malibu #4FACF2

Color information

#4FACF2 (or 0x4FACF2) is unknown color: approx Malibu. HEX triplet: 4F, AC and F2. RGB value is (79,172,242). Sum of RGB (Red+Green+Blue) = 79+172+242=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FACF2 is #B0530D. Grayscale: #979797. Windows color (decimal): -11555598 or 15903823. OLE color: 15903823.

HSL color Cylindrical-coordinate representation of color #4FACF2: hue angle of 205.77º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FACF2 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB79172242-
CMYK0.670.2900.05
HSL205.77º86.24%62.94%-
HSV(B)205.77º67.36%94.9%-
XYZ3437.5889.47-
YUV152.17178.6975.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.02%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 242 (94.92% from 255) = 49.09%
R=16.02%
G=34.89%
B=49.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal791722420.670.2900.05205.7786.2462.94
Hex4FACF2431D05ce563f
Octal117254362103350531612677
Binary100111110101100111100101000011111010101110011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,172,242); }

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

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

 a { background-color: rgb(79,172,242); }

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

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

 span { border-color: rgb(79,172,242); }

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