Html Css Color HEX #4FBDE0 Malibu

📋 copy color: '#4FBDE0'

red 79 ◦ green 189 ◦ blue 224

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

Shades of Malibu #4FBDE0

Tints of Malibu #4FBDE0

RGB

 RED value IS 79 (31.25% from 255) = 16.06%

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 16.06%
G = 38.41%
B = 45.53%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4FBDE0 (or 0x4FBDE0) is known color: Malibu. HEX triplet: 4F, BD and E0. RGB value is (79,189,224). Sum of RGB (Red+Green+Blue) = 79+189+224=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FBDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDE0 is #B0421F. Grayscale: #9F9F9F. Windows color (decimal): -11551264 or 14728527. OLE color: 14728527.

HSL color Cylindrical-coordinate representation of color #4FBDE0: hue angle of 194.48º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FBDE0 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 189 224 -
CMYK 0.65 0.16 0 0.12
HSL 194.48º 0.7% 0.59% -
HSV(B) 194.48º 0.65% 0.88% -
XYZ 34.88 43.44 77.07 -
YUV 160.1 164.06 70.15 -
System Red Green Blue C M Y K H S L
Decimal 79 189 224 0.65 0.16 0 0.12 194.48 0.7 0.59
Hex 4F BD E0 41 10 0 C C2 46 3B
Octal 117 275 340 101 20 0 14 302 106 73
Binary 1001111 10111101 11100000 1000001 10000 0 1100 11000010 1000110 111011

Color Harmonies of #4FBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBDE0

Black with #4FBDE0

Text Example


Text Example

White with #4FBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,189,224); }

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

background-color css

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

 a { background-color: rgb(79,189,224); }

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

border-color css

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

 span { border-color: rgb(79,189,224); }

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