#4FB5E2

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

Shades of Malibu #4FB5E2

Tints of Malibu #4FB5E2

Color information

#4FB5E2 (or 0x4FB5E2) is unknown color: approx Malibu. HEX triplet: 4F, B5 and E2. RGB value is (79,181,226). Sum of RGB (Red+Green+Blue) = 79+181+226=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #4FB5E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB5E2 is #B04A1D. Grayscale: #9B9B9B. Windows color (decimal): -11553310 or 14857551. OLE color: 14857551.

HSL color Cylindrical-coordinate representation of color #4FB5E2: hue angle of 198.37º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FB5E2 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB79181226-
CMYK0.650.2000.11
HSL198.37º71.71%59.8%-
HSV(B)198.37º65.04%88.63%-
XYZ33.4840.277.95-
YUV155.63167.7173.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.26%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 226 (88.67% from 255) = 46.50%
R=16.26%
G=37.24%
B=46.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal791812260.650.2000.11198.3771.7159.8
Hex4FB5E241140Bc6483c
Octal1172653421012401330611074
Binary1001111101101011110001010000011010001011110001101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,181,226); }

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

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

 a { background-color: rgb(79,181,226); }

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

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

 span { border-color: rgb(79,181,226); }

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