Html Css Color HEX #4DBAF6 Malibu

📋 copy color: '#4DBAF6'

red 77 ◦ green 186 ◦ blue 246

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

Shades of Malibu #4DBAF6

Tints of Malibu #4DBAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 15.13%
G = 36.54%
B = 48.33%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4DBAF6 (or 0x4DBAF6) is known color: Malibu. HEX triplet: 4D, BA and F6. RGB value is (77,186,246). Sum of RGB (Red+Green+Blue) = 77+186+246=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DBAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAF6 is #B24509. Grayscale: #9F9F9F. Windows color (decimal): -11683082 or 16169549. OLE color: 16169549.

HSL color Cylindrical-coordinate representation of color #4DBAF6: hue angle of 201.3º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBAF6 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 186 246 -
CMYK 0.69 0.24 0 0.04
HSL 201.3º 0.9% 0.63% -
HSV(B) 201.3º 0.69% 0.96% -
XYZ 37.25 43.35 93.59 -
YUV 160.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 77 186 246 0.69 0.24 0 0.04 201.3 0.9 0.63
Hex 4D BA F6 45 18 0 4 C9 5A 3F
Octal 115 272 366 105 30 0 4 311 132 77
Binary 1001101 10111010 11110110 1000101 11000 0 100 11001001 1011010 111111

Color Harmonies of #4DBAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBAF6

Black with #4DBAF6

Text Example


Text Example

White with #4DBAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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