Html Css Color HEX #4DB5FF Malibu

📋 copy color: '#4DB5FF'

red 77 ◦ green 181 ◦ blue 255

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

Shades of Malibu #4DB5FF

Tints of Malibu #4DB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 15.01%
G = 35.28%
B = 49.71%

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

#4DB5FF (or 0x4DB5FF) is known color: Malibu. HEX triplet: 4D, B5 and FF. RGB value is (77,181,255). Sum of RGB (Red+Green+Blue) = 77+181+255=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DB5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB5FF is #B24A00. Grayscale: #9D9D9D. Windows color (decimal): -11684353 or 16758093. OLE color: 16758093.

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

Color convert

RGB 77 181 255 -
CMYK 0.70 0.29 0 0
HSL 204.94º 1% 0.65% -
HSV(B) 204.94º 0.7% 1% -
XYZ 37.63 41.85 100.7 -
YUV 158.34 182.54 69.98 -
System Red Green Blue C M Y K H S L
Decimal 77 181 255 0.70 0.29 0 0 204.94 1 0.65
Hex 4D B5 FF 46 1D 0 0 CD 64 41
Octal 115 265 377 106 35 0 0 315 144 101
Binary 1001101 10110101 11111111 1000110 11101 0 0 11001101 1100100 1000001

Color Harmonies of #4DB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB5FF

Black with #4DB5FF

Text Example


Text Example

White with #4DB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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