Html Css Color HEX #4DBCF2 Malibu

📋 copy color: '#4DBCF2'

red 77 ◦ green 188 ◦ blue 242

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

Shades of Malibu #4DBCF2

Tints of Malibu #4DBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

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

R = 15.19%
G = 37.08%
B = 47.73%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4DBCF2 (or 0x4DBCF2) is known color: Malibu. HEX triplet: 4D, BC and F2. RGB value is (77,188,242). Sum of RGB (Red+Green+Blue) = 77+188+242=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DBCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCF2 is #B2430D. Grayscale: #A0A0A0. Windows color (decimal): -11682574 or 15907917. OLE color: 15907917.

HSL color Cylindrical-coordinate representation of color #4DBCF2: hue angle of 199.64º 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 #4DBCF2 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 188 242 -
CMYK 0.68 0.22 0 0.05
HSL 199.64º 0.86% 0.63% -
HSV(B) 199.64º 0.68% 0.95% -
XYZ 37.07 43.96 90.53 -
YUV 160.97 173.73 68.11 -
System Red Green Blue C M Y K H S L
Decimal 77 188 242 0.68 0.22 0 0.05 199.64 0.86 0.63
Hex 4D BC F2 44 16 0 5 C8 56 3F
Octal 115 274 362 104 26 0 5 310 126 77
Binary 1001101 10111100 11110010 1000100 10110 0 101 11001000 1010110 111111

Color Harmonies of #4DBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBCF2

Black with #4DBCF2

Text Example


Text Example

White with #4DBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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