#4FC7FA

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

Shades of Malibu #4FC7FA

Tints of Malibu #4FC7FA

Color information

#4FC7FA (or 0x4FC7FA) is unknown color: approx Malibu. HEX triplet: 4F, C7 and FA. RGB value is (79,199,250). Sum of RGB (Red+Green+Blue) = 79+199+250=528 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.96% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FC7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC7FA is #B03805. Grayscale: #A8A8A8. Windows color (decimal): -11548678 or 16435023. OLE color: 16435023.

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

Color convert

RGB79199250-
CMYK0.680.2000.02
HSL197.89º94.48%64.51%-
HSV(B)197.89º68.4%98.04%-
XYZ40.949.4197.82-
YUV168.93173.7463.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.96%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=14.96%
G=37.69%
B=47.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791992500.680.2000.02197.8994.4864.51
Hex4FC7FA441402c65e41
Octal1173073721042402306136101
Binary100111111000111111110101000100101000101100011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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