Html Css Color HEX #4DB6FA Malibu

📋 copy color: '#4DB6FA'

red 77 ◦ green 182 ◦ blue 250

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

Shades of Malibu #4DB6FA

Tints of Malibu #4DB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 15.13%
G = 35.76%
B = 49.12%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DB6FA (or 0x4DB6FA) is known color: Malibu. HEX triplet: 4D, B6 and FA. RGB value is (77,182,250). Sum of RGB (Red+Green+Blue) = 77+182+250=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DB6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB6FA is #B24905. Grayscale: #9D9D9D. Windows color (decimal): -11684102 or 16430669. OLE color: 16430669.

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

Color convert

RGB 77 182 250 -
CMYK 0.69 0.27 0 0.02
HSL 203.58º 0.95% 0.64% -
HSV(B) 203.58º 0.69% 0.98% -
XYZ 37.04 41.94 96.58 -
YUV 158.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 77 182 250 0.69 0.27 0 0.02 203.58 0.95 0.64
Hex 4D B6 FA 45 1B 0 2 CC 5F 40
Octal 115 266 372 105 33 0 2 314 137 100
Binary 1001101 10110110 11111010 1000101 11011 0 10 11001100 1011111 1000000

Color Harmonies of #4DB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6FA

Black with #4DB6FA

Text Example


Text Example

White with #4DB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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