Html Css Color HEX #4DBEFA Malibu

📋 copy color: '#4DBEFA'

red 77 ◦ green 190 ◦ blue 250

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

Shades of Malibu #4DBEFA

Tints of Malibu #4DBEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 14.89%
G = 36.75%
B = 48.36%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DBEFA (or 0x4DBEFA) is known color: Malibu. HEX triplet: 4D, BE and FA. RGB value is (77,190,250). Sum of RGB (Red+Green+Blue) = 77+190+250=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DBEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBEFA is #B24105. Grayscale: #A2A2A2. Windows color (decimal): -11682054 or 16432717. OLE color: 16432717.

HSL color Cylindrical-coordinate representation of color #4DBEFA: hue angle of 200.81º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBEFA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 190 250 -
CMYK 0.69 0.24 0 0.02
HSL 200.81º 0.95% 0.64% -
HSV(B) 200.81º 0.69% 0.98% -
XYZ 38.73 45.31 97.15 -
YUV 163.05 177.06 66.62 -
System Red Green Blue C M Y K H S L
Decimal 77 190 250 0.69 0.24 0 0.02 200.81 0.95 0.64
Hex 4D BE FA 45 18 0 2 C9 5F 40
Octal 115 276 372 105 30 0 2 311 137 100
Binary 1001101 10111110 11111010 1000101 11000 0 10 11001001 1011111 1000000

Color Harmonies of #4DBEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEFA

Black with #4DBEFA

Text Example


Text Example

White with #4DBEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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