Html Css Color HEX #4DB1FD Malibu

📋 copy color: '#4DB1FD'

red 77 ◦ green 177 ◦ blue 253

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

Shades of Malibu #4DB1FD

Tints of Malibu #4DB1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 15.19%
G = 34.91%
B = 49.9%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DB1FD (or 0x4DB1FD) is known color: Malibu. HEX triplet: 4D, B1 and FD. RGB value is (77,177,253). Sum of RGB (Red+Green+Blue) = 77+177+253=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DB1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB1FD is #B24E02. Grayscale: #9B9B9B. Windows color (decimal): -11685379 or 16625997. OLE color: 16625997.

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

Color convert

RGB 77 177 253 -
CMYK 0.70 0.30 0 0.01
HSL 205.91º 0.98% 0.65% -
HSV(B) 205.91º 0.7% 0.99% -
XYZ 36.51 40.11 98.75 -
YUV 155.76 182.87 71.82 -
System Red Green Blue C M Y K H S L
Decimal 77 177 253 0.70 0.30 0 0.01 205.91 0.98 0.65
Hex 4D B1 FD 46 1E 0 1 CE 62 41
Octal 115 261 375 106 36 0 1 316 142 101
Binary 1001101 10110001 11111101 1000110 11110 0 1 11001110 1100010 1000001

Color Harmonies of #4DB1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB1FD

Black with #4DB1FD

Text Example


Text Example

White with #4DB1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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