#4DB3FF

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

Shades of Malibu #4DB3FF

Tints of Malibu #4DB3FF

Color information

#4DB3FF (or 0x4DB3FF) is unknown color: approx Malibu. HEX triplet: 4D, B3 and FF. RGB value is (77,179,255). Sum of RGB (Red+Green+Blue) = 77+179+255=511 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.07% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DB3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB3FF is #B24C00. Grayscale: #9C9C9C. Windows color (decimal): -11684865 or 16757581. OLE color: 16757581.

HSL color Cylindrical-coordinate representation of color #4DB3FF: hue angle of 205.62º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DB3FF is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB77179255-
CMYK0.700.3000
HSL205.62º100%65.1%-
HSV(B)205.62º69.8%100%-
XYZ37.2341.04100.57-
YUV157.17183.2170.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.07%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 255 (100% from 255) = 49.90%
R=15.07%
G=35.03%
B=49.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal771792550.700.3000205.6210065.1
Hex4DB3FF461E00ce6441
Octal1152633771063600316144101
Binary10011011011001111111111100011011110001100111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,179,255); }

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

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

 a { background-color: rgb(77,179,255); }

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

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

 span { border-color: rgb(77,179,255); }

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