Html Css Color HEX #4DB9FA Malibu

📋 copy color: '#4DB9FA'

red 77 ◦ green 185 ◦ blue 250

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

Shades of Malibu #4DB9FA

Tints of Malibu #4DB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 15.04%
G = 36.13%
B = 48.83%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DB9FA (or 0x4DB9FA) is known color: Malibu. HEX triplet: 4D, B9 and FA. RGB value is (77,185,250). Sum of RGB (Red+Green+Blue) = 77+185+250=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DB9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB9FA is #B24605. Grayscale: #9F9F9F. Windows color (decimal): -11683334 or 16431437. OLE color: 16431437.

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

Color convert

RGB 77 185 250 -
CMYK 0.69 0.26 0 0.02
HSL 202.54º 0.95% 0.64% -
HSV(B) 202.54º 0.69% 0.98% -
XYZ 37.66 43.18 96.79 -
YUV 160.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 77 185 250 0.69 0.26 0 0.02 202.54 0.95 0.64
Hex 4D B9 FA 45 1A 0 2 CB 5F 40
Octal 115 271 372 105 32 0 2 313 137 100
Binary 1001101 10111001 11111010 1000101 11010 0 10 11001011 1011111 1000000

Color Harmonies of #4DB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB9FA

Black with #4DB9FA

Text Example


Text Example

White with #4DB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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