#4FB1FA

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

Shades of Malibu #4FB1FA

Tints of Malibu #4FB1FA

Color information

#4FB1FA (or 0x4FB1FA) is unknown color: approx Malibu. HEX triplet: 4F, B1 and FA. RGB value is (79,177,250). Sum of RGB (Red+Green+Blue) = 79+177+250=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FB1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB1FA is #B04E05. Grayscale: #9B9B9B. Windows color (decimal): -11554310 or 16429391. OLE color: 16429391.

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

Color convert

RGB79177250-
CMYK0.680.2900.02
HSL205.61º94.48%64.51%-
HSV(B)205.61º68.4%98.04%-
XYZ36.240.0196.26-
YUV156.02181.0373.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.61%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=15.61%
G=34.98%
B=49.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791772500.680.2900.02205.6194.4864.51
Hex4FB1FA441D02ce5e41
Octal1172613721043502316136101
Binary100111110110001111110101000100111010101100111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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