Html Css Color HEX #4DB6FF Malibu

📋 copy color: '#4DB6FF'

red 77 ◦ green 182 ◦ blue 255

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

Shades of Malibu #4DB6FF

Tints of Malibu #4DB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.41%

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

R = 14.98%
G = 35.41%
B = 49.61%

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

#4DB6FF (or 0x4DB6FF) is known color: Malibu. HEX triplet: 4D, B6 and FF. RGB value is (77,182,255). Sum of RGB (Red+Green+Blue) = 77+182+255=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DB6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB6FF is #B24900. Grayscale: #9E9E9E. Windows color (decimal): -11684097 or 16758349. OLE color: 16758349.

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

Color convert

RGB 77 182 255 -
CMYK 0.70 0.29 0 0
HSL 204.61º 1% 0.65% -
HSV(B) 204.61º 0.7% 1% -
XYZ 37.84 42.25 100.77 -
YUV 158.93 182.21 69.56 -
System Red Green Blue C M Y K H S L
Decimal 77 182 255 0.70 0.29 0 0 204.61 1 0.65
Hex 4D B6 FF 46 1D 0 0 CD 64 41
Octal 115 266 377 106 35 0 0 315 144 101
Binary 1001101 10110110 11111111 1000110 11101 0 0 11001101 1100100 1000001

Color Harmonies of #4DB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6FF

Black with #4DB6FF

Text Example


Text Example

White with #4DB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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