#4FC6FA

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

Shades of Malibu #4FC6FA

Tints of Malibu #4FC6FA

Color information

#4FC6FA (or 0x4FC6FA) is unknown color: approx Malibu. HEX triplet: 4F, C6 and FA. RGB value is (79,198,250). Sum of RGB (Red+Green+Blue) = 79+198+250=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 198 (77.73% from 255 or 37.57% 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 #4FC6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC6FA is #B03905. Grayscale: #A8A8A8. Windows color (decimal): -11548934 or 16434767. OLE color: 16434767.

HSL color Cylindrical-coordinate representation of color #4FC6FA: hue angle of 198.25º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FC6FA is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79198250-
CMYK0.680.2100.02
HSL198.25º94.48%64.51%-
HSV(B)198.25º68.4%98.04%-
XYZ40.6748.9597.75-
YUV168.35174.0864.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.99%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=14.99%
G=37.57%
B=47.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791982500.680.2100.02198.2594.4864.51
Hex4FC6FA441502c65e41
Octal1173063721042502306136101
Binary100111111000110111110101000100101010101100011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,198,250); }

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

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

 a { background-color: rgb(79,198,250); }

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

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

 span { border-color: rgb(79,198,250); }

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