#4FB2FA

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

Shades of Malibu #4FB2FA

Tints of Malibu #4FB2FA

Color information

#4FB2FA (or 0x4FB2FA) is unknown color: approx Malibu. HEX triplet: 4F, B2 and FA. RGB value is (79,178,250). Sum of RGB (Red+Green+Blue) = 79+178+250=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB2FA is #B04D05. Grayscale: #9C9C9C. Windows color (decimal): -11554054 or 16429647. OLE color: 16429647.

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

Color convert

RGB79178250-
CMYK0.680.2900.02
HSL205.26º94.48%64.51%-
HSV(B)205.26º68.4%98.04%-
XYZ36.440.4196.32-
YUV156.61180.772.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.58%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=15.58%
G=35.11%
B=49.31%

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
Decimal791782500.680.2900.02205.2694.4864.51
Hex4FB2FA441D02cd5e41
Octal1172623721043502315136101
Binary100111110110010111110101000100111010101100110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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