#4FAAEB

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

Shades of Malibu #4FAAEB

Tints of Malibu #4FAAEB

Color information

#4FAAEB (or 0x4FAAEB) is unknown color: approx Malibu. HEX triplet: 4F, AA and EB. RGB value is (79,170,235). Sum of RGB (Red+Green+Blue) = 79+170+235=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAEB is #B05514. Grayscale: #959595. Windows color (decimal): -11556117 or 15444559. OLE color: 15444559.

HSL color Cylindrical-coordinate representation of color #4FAAEB: hue angle of 205º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FAAEB is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB79170235-
CMYK0.660.2800.08
HSL205º79.59%61.57%-
HSV(B)205º66.38%92.16%-
XYZ32.5936.4183.91-
YUV150.2175.8577.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.32%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=16.32%
G=35.12%
B=48.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal791702350.660.2800.0820579.5961.57
Hex4FAAEB421C08cd503e
Octal1172523531023401031512076
Binary1001111101010101110101110000101110001000110011011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,170,235); }

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

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

 a { background-color: rgb(79,170,235); }

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

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

 span { border-color: rgb(79,170,235); }

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