Html Css Color HEX #4DB0FA Malibu

📋 copy color: '#4DB0FA'

red 77 ◦ green 176 ◦ blue 250

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

Shades of Malibu #4DB0FA

Tints of Malibu #4DB0FA

RGB

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

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

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

R = 15.31%
G = 34.99%
B = 49.7%

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

#4DB0FA (or 0x4DB0FA) is known color: Malibu. HEX triplet: 4D, B0 and FA. RGB value is (77,176,250). Sum of RGB (Red+Green+Blue) = 77+176+250=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DB0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB0FA is #B24F05. Grayscale: #9A9A9A. Windows color (decimal): -11685638 or 16429133. OLE color: 16429133.

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

Color convert

RGB 77 176 250 -
CMYK 0.69 0.30 0 0.02
HSL 205.66º 0.95% 0.64% -
HSV(B) 205.66º 0.69% 0.98% -
XYZ 35.84 39.53 96.18 -
YUV 154.84 181.7 72.48 -
System Red Green Blue C M Y K H S L
Decimal 77 176 250 0.69 0.30 0 0.02 205.66 0.95 0.64
Hex 4D B0 FA 45 1E 0 2 CE 5F 40
Octal 115 260 372 105 36 0 2 316 137 100
Binary 1001101 10110000 11111010 1000101 11110 0 10 11001110 1011111 1000000

Color Harmonies of #4DB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB0FA

Black with #4DB0FA

Text Example


Text Example

White with #4DB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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