Html Css Color HEX #4DBAF2 Malibu

📋 copy color: '#4DBAF2'

red 77 ◦ green 186 ◦ blue 242

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

Shades of Malibu #4DBAF2

Tints of Malibu #4DBAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

 BLUE value IS 242 (94.92% from 255) = 47.92%

R = 15.25%
G = 36.83%
B = 47.92%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4DBAF2 (or 0x4DBAF2) is known color: Malibu. HEX triplet: 4D, BA and F2. RGB value is (77,186,242). Sum of RGB (Red+Green+Blue) = 77+186+242=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DBAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAF2 is #B2450D. Grayscale: #9F9F9F. Windows color (decimal): -11683086 or 15907405. OLE color: 15907405.

HSL color Cylindrical-coordinate representation of color #4DBAF2: hue angle of 200.36º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DBAF2 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 186 242 -
CMYK 0.68 0.23 0 0.05
HSL 200.36º 0.86% 0.63% -
HSV(B) 200.36º 0.68% 0.95% -
XYZ 36.65 43.11 90.39 -
YUV 159.79 174.39 68.95 -
System Red Green Blue C M Y K H S L
Decimal 77 186 242 0.68 0.23 0 0.05 200.36 0.86 0.63
Hex 4D BA F2 44 17 0 5 C8 56 3F
Octal 115 272 362 104 27 0 5 310 126 77
Binary 1001101 10111010 11110010 1000100 10111 0 101 11001000 1010110 111111

Color Harmonies of #4DBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBAF2

Black with #4DBAF2

Text Example


Text Example

White with #4DBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,186,242); }

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

background-color css

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

 a { background-color: rgb(77,186,242); }

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

border-color css

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

 span { border-color: rgb(77,186,242); }

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