Html Css Color HEX #4FBDE1 Malibu

📋 copy color: '#4FBDE1'

red 79 ◦ green 189 ◦ blue 225

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

Shades of Malibu #4FBDE1

Tints of Malibu #4FBDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 16.02%
G = 38.34%
B = 45.64%

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

#4FBDE1 (or 0x4FBDE1) is known color: Malibu. HEX triplet: 4F, BD and E1. RGB value is (79,189,225). Sum of RGB (Red+Green+Blue) = 79+189+225=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #4FBDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDE1 is #B0421E. Grayscale: #9F9F9F. Windows color (decimal): -11551263 or 14794063. OLE color: 14794063.

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

Color convert

RGB 79 189 225 -
CMYK 0.65 0.16 0 0.12
HSL 194.79º 0.71% 0.6% -
HSV(B) 194.79º 0.65% 0.88% -
XYZ 35.01 43.49 77.78 -
YUV 160.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 79 189 225 0.65 0.16 0 0.12 194.79 0.71 0.6
Hex 4F BD E1 41 10 0 C C3 47 3C
Octal 117 275 341 101 20 0 14 303 107 74
Binary 1001111 10111101 11100001 1000001 10000 0 1100 11000011 1000111 111100

Color Harmonies of #4FBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBDE1

Black with #4FBDE1

Text Example


Text Example

White with #4FBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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