#4FBAF3

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

Shades of Malibu #4FBAF3

Tints of Malibu #4FBAF3

Color information

#4FBAF3 (or 0x4FBAF3) is unknown color: approx Malibu. HEX triplet: 4F, BA and F3. RGB value is (79,186,243). Sum of RGB (Red+Green+Blue) = 79+186+243=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #4FBAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAF3 is #B0450C. Grayscale: #A0A0A0. Windows color (decimal): -11552013 or 15972943. OLE color: 15972943.

HSL color Cylindrical-coordinate representation of color #4FBAF3: hue angle of 200.85º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FBAF3 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB79186243-
CMYK0.670.2300.05
HSL200.85º87.23%63.14%-
HSV(B)200.85º67.49%95.29%-
XYZ36.9643.2591.19-
YUV160.5174.5569.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.55%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 243 (95.31% from 255) = 47.83%
R=15.55%
G=36.61%
B=47.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal791862430.670.2300.05200.8587.2363.14
Hex4FBAF3431705c9573f
Octal117272363103270531112777
Binary100111110111010111100111000011101110101110010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,186,243); }

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

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

 a { background-color: rgb(79,186,243); }

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

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

 span { border-color: rgb(79,186,243); }

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