Html Css Color HEX #4DAEFD Malibu

📋 copy color: '#4DAEFD'

red 77 ◦ green 174 ◦ blue 253

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

Shades of Malibu #4DAEFD

Tints of Malibu #4DAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.52%

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 15.28%
G = 34.52%
B = 50.2%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DAEFD (or 0x4DAEFD) is known color: Malibu. HEX triplet: 4D, AE and FD. RGB value is (77,174,253). Sum of RGB (Red+Green+Blue) = 77+174+253=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAEFD is #B25102. Grayscale: #999999. Windows color (decimal): -11686147 or 16625229. OLE color: 16625229.

HSL color Cylindrical-coordinate representation of color #4DAEFD: hue angle of 206.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DAEFD is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 174 253 -
CMYK 0.70 0.31 0 0.01
HSL 206.93º 0.98% 0.65% -
HSV(B) 206.93º 0.7% 0.99% -
XYZ 35.93 38.94 98.55 -
YUV 154 183.86 73.08 -
System Red Green Blue C M Y K H S L
Decimal 77 174 253 0.70 0.31 0 0.01 206.93 0.98 0.65
Hex 4D AE FD 46 1F 0 1 CF 62 41
Octal 115 256 375 106 37 0 1 317 142 101
Binary 1001101 10101110 11111101 1000110 11111 0 1 11001111 1100010 1000001

Color Harmonies of #4DAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAEFD

Black with #4DAEFD

Text Example


Text Example

White with #4DAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,174,253); }

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

background-color css

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

 a { background-color: rgb(77,174,253); }

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

border-color css

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

 span { border-color: rgb(77,174,253); }

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