Html Css Color HEX #4DBEFC Malibu

📋 copy color: '#4DBEFC'

red 77 ◦ green 190 ◦ blue 252

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

Shades of Malibu #4DBEFC

Tints of Malibu #4DBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 14.84%
G = 36.61%
B = 48.55%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DBEFC (or 0x4DBEFC) is known color: Malibu. HEX triplet: 4D, BE and FC. RGB value is (77,190,252). Sum of RGB (Red+Green+Blue) = 77+190+252=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DBEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBEFC is #B24103. Grayscale: #A2A2A2. Windows color (decimal): -11682052 or 16563789. OLE color: 16563789.

HSL color Cylindrical-coordinate representation of color #4DBEFC: hue angle of 201.26º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBEFC is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 190 252 -
CMYK 0.69 0.25 0 0.01
HSL 201.26º 0.97% 0.65% -
HSV(B) 201.26º 0.69% 0.99% -
XYZ 39.04 45.43 98.81 -
YUV 163.28 178.06 66.46 -
System Red Green Blue C M Y K H S L
Decimal 77 190 252 0.69 0.25 0 0.01 201.26 0.97 0.65
Hex 4D BE FC 45 19 0 1 C9 61 41
Octal 115 276 374 105 31 0 1 311 141 101
Binary 1001101 10111110 11111100 1000101 11001 0 1 11001001 1100001 1000001

Color Harmonies of #4DBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEFC

Black with #4DBEFC

Text Example


Text Example

White with #4DBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,190,252); }

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

background-color css

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

 a { background-color: rgb(77,190,252); }

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

border-color css

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

 span { border-color: rgb(77,190,252); }

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