#4fbfe2

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

Shades of Malibu #4FBFE2

Tints of Malibu #4FBFE2

Color information

#4FBFE2 (or 0x4FBFE2) is unknown color: approx Malibu. HEX triplet: 4F, BF and E2. RGB value is (79,191,226). Sum of RGB (Red+Green+Blue) = 79+191+226=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #4FBFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFE2 is #B0401D. Grayscale: #A1A1A1. Windows color (decimal): -11550750 or 14860111. OLE color: 14860111.

HSL color Cylindrical-coordinate representation of color #4FBFE2: hue angle of 194.29º 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 #4FBFE2 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB79191226-
CMYK0.650.1500.11
HSL194.29º71.71%59.8%-
HSV(B)194.29º65.04%88.63%-
XYZ35.5844.4178.65-
YUV161.5164.3969.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.93%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 226 (88.67% from 255) = 45.56%
R=15.93%
G=38.51%
B=45.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal791912260.650.1500.11194.2971.7159.8
Hex4FBFE241F0Bc2483c
Octal1172773421011701330211074
Binary100111110111111111000101000001111101011110000101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fbfe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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