Html Css Color HEX #4DAFFB Malibu

📋 copy color: '#4DAFFB'

red 77 ◦ green 175 ◦ blue 251

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

Shades of Malibu #4DAFFB

Tints of Malibu #4DAFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 15.31%
G = 34.79%
B = 49.9%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DAFFB (or 0x4DAFFB) is known color: Malibu. HEX triplet: 4D, AF and FB. RGB value is (77,175,251). Sum of RGB (Red+Green+Blue) = 77+175+251=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DAFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAFFB is #B25004. Grayscale: #999999. Windows color (decimal): -11685893 or 16494413. OLE color: 16494413.

HSL color Cylindrical-coordinate representation of color #4DAFFB: hue angle of 206.21º degrees, saturation: 0.96, 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 #4DAFFB is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 175 251 -
CMYK 0.69 0.30 0 0.02
HSL 206.21º 0.96% 0.64% -
HSV(B) 206.21º 0.69% 0.98% -
XYZ 35.8 39.2 96.95 -
YUV 154.36 182.53 72.82 -
System Red Green Blue C M Y K H S L
Decimal 77 175 251 0.69 0.30 0 0.02 206.21 0.96 0.64
Hex 4D AF FB 45 1E 0 2 CE 60 40
Octal 115 257 373 105 36 0 2 316 140 100
Binary 1001101 10101111 11111011 1000101 11110 0 10 11001110 1100000 1000000

Color Harmonies of #4DAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFFB

Black with #4DAFFB

Text Example


Text Example

White with #4DAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,251); }

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

background-color css

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

 a { background-color: rgb(77,175,251); }

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

border-color css

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

 span { border-color: rgb(77,175,251); }

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