#4FB2F8

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

Shades of Malibu #4FB2F8

Tints of Malibu #4FB2F8

Color information

#4FB2F8 (or 0x4FB2F8) is unknown color: approx Malibu. HEX triplet: 4F, B2 and F8. RGB value is (79,178,248). Sum of RGB (Red+Green+Blue) = 79+178+248=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #4FB2F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB2F8 is #B04D07. Grayscale: #9C9C9C. Windows color (decimal): -11554056 or 16298575. OLE color: 16298575.

HSL color Cylindrical-coordinate representation of color #4FB2F8: hue angle of 204.85º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FB2F8 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB79178248-
CMYK0.680.2800.03
HSL204.85º92.35%64.12%-
HSV(B)204.85º68.15%97.25%-
XYZ36.0940.2894.68-
YUV156.38179.772.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.64%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 248 (97.27% from 255) = 49.11%
R=15.64%
G=35.25%
B=49.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal791782480.680.2800.03204.8592.3564.12
Hex4FB2F8441C03cd5c40
Octal1172623701043403315134100
Binary100111110110010111110001000100111000111100110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,178,248); }

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

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

 a { background-color: rgb(79,178,248); }

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

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

 span { border-color: rgb(79,178,248); }

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