Html Css Color HEX #4DB0FF Malibu

📋 copy color: '#4DB0FF'

red 77 ◦ green 176 ◦ blue 255

#4DB0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #4DB0FF

Tints of Malibu #4DB0FF

RGB

 RED value IS 77 (30.47% from 255) = 15.16%

 GREEN value IS 176 (69.14% from 255) = 34.65%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 15.16%
G = 34.65%
B = 50.2%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DB0FF (or 0x4DB0FF) is known color: Malibu. HEX triplet: 4D, B0 and FF. RGB value is (77,176,255). Sum of RGB (Red+Green+Blue) = 77+176+255=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB0FF is #B24F00. Grayscale: #9A9A9A. Windows color (decimal): -11685633 or 16756813. OLE color: 16756813.

HSL color Cylindrical-coordinate representation of color #4DB0FF: hue angle of 206.63º 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 #4DB0FF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 176 255 -
CMYK 0.70 0.31 0 0
HSL 206.63º 1% 0.65% -
HSV(B) 206.63º 0.7% 1% -
XYZ 36.64 39.85 100.37 -
YUV 155.41 184.2 72.08 -
System Red Green Blue C M Y K H S L
Decimal 77 176 255 0.70 0.31 0 0 206.63 1 0.65
Hex 4D B0 FF 46 1F 0 0 CF 64 41
Octal 115 260 377 106 37 0 0 317 144 101
Binary 1001101 10110000 11111111 1000110 11111 0 0 11001111 1100100 1000001

Color Harmonies of #4DB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB0FF

Black with #4DB0FF

Text Example


Text Example

White with #4DB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DB0FF;
 }
 .AnyTagClassName
 {
   color: #4DB0FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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