Html Css Color HEX #4DB6F8 Malibu

📋 copy color: '#4DB6F8'

red 77 ◦ green 182 ◦ blue 248

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

Shades of Malibu #4DB6F8

Tints of Malibu #4DB6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.92%

R = 15.19%
G = 35.9%
B = 48.92%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4DB6F8 (or 0x4DB6F8) is known color: Malibu. HEX triplet: 4D, B6 and F8. RGB value is (77,182,248). Sum of RGB (Red+Green+Blue) = 77+182+248=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #4DB6F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB6F8 is #B24907. Grayscale: #9D9D9D. Windows color (decimal): -11684104 or 16299597. OLE color: 16299597.

HSL color Cylindrical-coordinate representation of color #4DB6F8: hue angle of 203.16º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DB6F8 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 182 248 -
CMYK 0.69 0.27 0 0.03
HSL 203.16º 0.92% 0.64% -
HSV(B) 203.16º 0.69% 0.97% -
XYZ 36.73 41.81 94.94 -
YUV 158.13 178.71 70.13 -
System Red Green Blue C M Y K H S L
Decimal 77 182 248 0.69 0.27 0 0.03 203.16 0.92 0.64
Hex 4D B6 F8 45 1B 0 3 CB 5C 40
Octal 115 266 370 105 33 0 3 313 134 100
Binary 1001101 10110110 11111000 1000101 11011 0 11 11001011 1011100 1000000

Color Harmonies of #4DB6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6F8

Black with #4DB6F8

Text Example


Text Example

White with #4DB6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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