Html Css Color HEX #4DB1FF Malibu

📋 copy color: '#4DB1FF'

red 77 ◦ green 177 ◦ blue 255

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

Shades of Malibu #4DB1FF

Tints of Malibu #4DB1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

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

R = 15.13%
G = 34.77%
B = 50.1%

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

#4DB1FF (or 0x4DB1FF) is known color: Malibu. HEX triplet: 4D, B1 and FF. RGB value is (77,177,255). Sum of RGB (Red+Green+Blue) = 77+177+255=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DB1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB1FF is #B24E00. Grayscale: #9B9B9B. Windows color (decimal): -11685377 or 16757069. OLE color: 16757069.

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

Color convert

RGB 77 177 255 -
CMYK 0.70 0.31 0 0
HSL 206.29º 1% 0.65% -
HSV(B) 206.29º 0.7% 1% -
XYZ 36.83 40.24 100.43 -
YUV 155.99 183.87 71.66 -
System Red Green Blue C M Y K H S L
Decimal 77 177 255 0.70 0.31 0 0 206.29 1 0.65
Hex 4D B1 FF 46 1F 0 0 CE 64 41
Octal 115 261 377 106 37 0 0 316 144 101
Binary 1001101 10110001 11111111 1000110 11111 0 0 11001110 1100100 1000001

Color Harmonies of #4DB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB1FF

Black with #4DB1FF

Text Example


Text Example

White with #4DB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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