Html Css Color HEX #4DB4FF Malibu

📋 copy color: '#4DB4FF'

red 77 ◦ green 180 ◦ blue 255

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

Shades of Malibu #4DB4FF

Tints of Malibu #4DB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 15.04%
G = 35.16%
B = 49.8%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DB4FF (or 0x4DB4FF) is known color: Malibu. HEX triplet: 4D, B4 and FF. RGB value is (77,180,255). Sum of RGB (Red+Green+Blue) = 77+180+255=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DB4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB4FF is #B24B00. Grayscale: #9D9D9D. Windows color (decimal): -11684609 or 16757837. OLE color: 16757837.

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

Color convert

RGB 77 180 255 -
CMYK 0.70 0.29 0 0
HSL 205.28º 1% 0.65% -
HSV(B) 205.28º 0.7% 1% -
XYZ 37.43 41.44 100.63 -
YUV 157.75 182.88 70.4 -
System Red Green Blue C M Y K H S L
Decimal 77 180 255 0.70 0.29 0 0 205.28 1 0.65
Hex 4D B4 FF 46 1D 0 0 CD 64 41
Octal 115 264 377 106 35 0 0 315 144 101
Binary 1001101 10110100 11111111 1000110 11101 0 0 11001101 1100100 1000001

Color Harmonies of #4DB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB4FF

Black with #4DB4FF

Text Example


Text Example

White with #4DB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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