#4FB6F2

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

Shades of Malibu #4FB6F2

Tints of Malibu #4FB6F2

Color information

#4FB6F2 (or 0x4FB6F2) is unknown color: approx Malibu. HEX triplet: 4F, B6 and F2. RGB value is (79,182,242). Sum of RGB (Red+Green+Blue) = 79+182+242=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FB6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FB6F2 is #B0490D. Grayscale: #9D9D9D. Windows color (decimal): -11553038 or 15906383. OLE color: 15906383.

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

Color convert

RGB79182242-
CMYK0.670.2500.05
HSL202.09º86.24%62.94%-
HSV(B)202.09º67.36%94.9%-
XYZ35.9841.5390.12-
YUV158.04175.3871.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.71%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 242 (94.92% from 255) = 48.11%
R=15.71%
G=36.18%
B=48.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal791822420.670.2500.05202.0986.2462.94
Hex4FB6F2431905ca563f
Octal117266362103310531212677
Binary100111110110110111100101000011110010101110010101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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