Html Css Color HEX #4DB7FA Malibu

📋 copy color: '#4DB7FA'

red 77 ◦ green 183 ◦ blue 250

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

Shades of Malibu #4DB7FA

Tints of Malibu #4DB7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

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

R = 15.1%
G = 35.88%
B = 49.02%

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

#4DB7FA (or 0x4DB7FA) is known color: Malibu. HEX triplet: 4D, B7 and FA. RGB value is (77,183,250). Sum of RGB (Red+Green+Blue) = 77+183+250=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DB7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB7FA is #B24805. Grayscale: #9E9E9E. Windows color (decimal): -11683846 or 16430925. OLE color: 16430925.

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

Color convert

RGB 77 183 250 -
CMYK 0.69 0.27 0 0.02
HSL 203.24º 0.95% 0.64% -
HSV(B) 203.24º 0.69% 0.98% -
XYZ 37.25 42.35 96.65 -
YUV 158.94 179.38 69.55 -
System Red Green Blue C M Y K H S L
Decimal 77 183 250 0.69 0.27 0 0.02 203.24 0.95 0.64
Hex 4D B7 FA 45 1B 0 2 CB 5F 40
Octal 115 267 372 105 33 0 2 313 137 100
Binary 1001101 10110111 11111010 1000101 11011 0 10 11001011 1011111 1000000

Color Harmonies of #4DB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB7FA

Black with #4DB7FA

Text Example


Text Example

White with #4DB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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