#4FA8EB

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

Shades of Malibu #4FA8EB

Tints of Malibu #4FA8EB

Color information

#4FA8EB (or 0x4FA8EB) is unknown color: approx Malibu. HEX triplet: 4F, A8 and EB. RGB value is (79,168,235). Sum of RGB (Red+Green+Blue) = 79+168+235=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FA8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA8EB is #B05714. Grayscale: #949494. Windows color (decimal): -11556629 or 15444047. OLE color: 15444047.

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

Color convert

RGB79168235-
CMYK0.660.2900.08
HSL205.77º79.59%61.57%-
HSV(B)205.77º66.38%92.16%-
XYZ32.2235.6783.78-
YUV149.03176.5178.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.39%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=16.39%
G=34.85%
B=48.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal791682350.660.2900.08205.7779.5961.57
Hex4FA8EB421D08ce503e
Octal1172503531023501031612076
Binary1001111101010001110101110000101110101000110011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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