#4FBDED

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

Shades of Malibu #4FBDED

Tints of Malibu #4FBDED

Color information

#4FBDED (or 0x4FBDED) is unknown color: approx Malibu. HEX triplet: 4F, BD and ED. RGB value is (79,189,237). Sum of RGB (Red+Green+Blue) = 79+189+237=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FBDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBDED is #B04212. Grayscale: #A1A1A1. Windows color (decimal): -11551251 or 15580495. OLE color: 15580495.

HSL color Cylindrical-coordinate representation of color #4FBDED: hue angle of 198.23º 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 #4FBDED is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB79189237-
CMYK0.670.2000.07
HSL198.23º81.44%61.96%-
HSV(B)198.23º66.67%92.94%-
XYZ36.7144.1786.71-
YUV161.58170.5669.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.64%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=15.64%
G=37.43%
B=46.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal791892370.670.2000.07198.2381.4461.96
Hex4FBDED431407c6513e
Octal117275355103240730612176
Binary100111110111101111011011000011101000111110001101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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