Html Css Color HEX #4DBFFC Malibu

📋 copy color: '#4DBFFC'

red 77 ◦ green 191 ◦ blue 252

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

Shades of Malibu #4DBFFC

Tints of Malibu #4DBFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 14.81%
G = 36.73%
B = 48.46%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DBFFC (or 0x4DBFFC) is known color: Malibu. HEX triplet: 4D, BF and FC. RGB value is (77,191,252). Sum of RGB (Red+Green+Blue) = 77+191+252=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DBFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFFC is #B24003. Grayscale: #A3A3A3. Windows color (decimal): -11681796 or 16564045. OLE color: 16564045.

HSL color Cylindrical-coordinate representation of color #4DBFFC: hue angle of 200.91º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBFFC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 191 252 -
CMYK 0.69 0.24 0 0.01
HSL 200.91º 0.97% 0.65% -
HSV(B) 200.91º 0.69% 0.99% -
XYZ 39.26 45.87 98.88 -
YUV 163.87 177.73 66.04 -
System Red Green Blue C M Y K H S L
Decimal 77 191 252 0.69 0.24 0 0.01 200.91 0.97 0.65
Hex 4D BF FC 45 18 0 1 C9 61 41
Octal 115 277 374 105 30 0 1 311 141 101
Binary 1001101 10111111 11111100 1000101 11000 0 1 11001001 1100001 1000001

Color Harmonies of #4DBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBFFC

Black with #4DBFFC

Text Example


Text Example

White with #4DBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,191,252); }

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

background-color css

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

 a { background-color: rgb(77,191,252); }

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

border-color css

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

 span { border-color: rgb(77,191,252); }

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