Html Css Color HEX #4FADF0 Malibu

📋 copy color: '#4FADF0'

red 79 ◦ green 173 ◦ blue 240

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

Shades of Malibu #4FADF0

Tints of Malibu #4FADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 16.06%
G = 35.16%
B = 48.78%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4FADF0 (or 0x4FADF0) is known color: Malibu. HEX triplet: 4F, AD and F0. RGB value is (79,173,240). Sum of RGB (Red+Green+Blue) = 79+173+240=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #4FADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FADF0 is #B0520F. Grayscale: #989898. Windows color (decimal): -11555344 or 15773007. OLE color: 15773007.

HSL color Cylindrical-coordinate representation of color #4FADF0: hue angle of 204.97º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FADF0 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 173 240 -
CMYK 0.67 0.28 0 0.06
HSL 204.97º 0.84% 0.63% -
HSV(B) 204.97º 0.67% 0.94% -
XYZ 33.9 37.84 87.96 -
YUV 152.53 177.36 75.55 -
System Red Green Blue C M Y K H S L
Decimal 79 173 240 0.67 0.28 0 0.06 204.97 0.84 0.63
Hex 4F AD F0 43 1C 0 6 CD 54 3F
Octal 117 255 360 103 34 0 6 315 124 77
Binary 1001111 10101101 11110000 1000011 11100 0 110 11001101 1010100 111111

Color Harmonies of #4FADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FADF0

Black with #4FADF0

Text Example


Text Example

White with #4FADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,173,240); }

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

background-color css

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

 a { background-color: rgb(79,173,240); }

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

border-color css

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

 span { border-color: rgb(79,173,240); }

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