Html Css Color HEX #4DB0FD Malibu

📋 copy color: '#4DB0FD'

red 77 ◦ green 176 ◦ blue 253

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

Shades of Malibu #4DB0FD

Tints of Malibu #4DB0FD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 15.22%
G = 34.78%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DB0FD (or 0x4DB0FD) is known color: Malibu. HEX triplet: 4D, B0 and FD. RGB value is (77,176,253). Sum of RGB (Red+Green+Blue) = 77+176+253=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DB0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB0FD is #B24F02. Grayscale: #9A9A9A. Windows color (decimal): -11685635 or 16625741. OLE color: 16625741.

HSL color Cylindrical-coordinate representation of color #4DB0FD: hue angle of 206.25º 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 #4DB0FD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 176 253 -
CMYK 0.70 0.30 0 0.01
HSL 206.25º 0.98% 0.65% -
HSV(B) 206.25º 0.7% 0.99% -
XYZ 36.32 39.72 98.68 -
YUV 155.18 183.2 72.24 -
System Red Green Blue C M Y K H S L
Decimal 77 176 253 0.70 0.30 0 0.01 206.25 0.98 0.65
Hex 4D B0 FD 46 1E 0 1 CE 62 41
Octal 115 260 375 106 36 0 1 316 142 101
Binary 1001101 10110000 11111101 1000110 11110 0 1 11001110 1100010 1000001

Color Harmonies of #4DB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB0FD

Black with #4DB0FD

Text Example


Text Example

White with #4DB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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