#4FB2ED

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

Shades of Malibu #4FB2ED

Tints of Malibu #4FB2ED

Color information

#4FB2ED (or 0x4FB2ED) is unknown color: approx Malibu. HEX triplet: 4F, B2 and ED. RGB value is (79,178,237). Sum of RGB (Red+Green+Blue) = 79+178+237=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FB2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB2ED is #B04D12. Grayscale: #9A9A9A. Windows color (decimal): -11554067 or 15577679. OLE color: 15577679.

HSL color Cylindrical-coordinate representation of color #4FB2ED: hue angle of 202.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FB2ED is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB79178237-
CMYK0.670.2500.07
HSL202.41º81.44%61.96%-
HSV(B)202.41º66.67%92.94%-
XYZ34.4339.6285.95-
YUV155.12174.273.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.99%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=15.99%
G=36.03%
B=47.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal791782370.670.2500.07202.4181.4461.96
Hex4FB2ED431907ca513e
Octal117262355103310731212176
Binary100111110110010111011011000011110010111110010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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