Html Css Color HEX #4FC0F7 Malibu

📋 copy color: '#4FC0F7'

red 79 ◦ green 192 ◦ blue 247

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

Shades of Malibu #4FC0F7

Tints of Malibu #4FC0F7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 15.25%
G = 37.07%
B = 47.68%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4FC0F7 (or 0x4FC0F7) is known color: Malibu. HEX triplet: 4F, C0 and F7. RGB value is (79,192,247). Sum of RGB (Red+Green+Blue) = 79+192+247=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #4FC0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC0F7 is #B03F08. Grayscale: #A4A4A4. Windows color (decimal): -11550473 or 16236623. OLE color: 16236623.

HSL color Cylindrical-coordinate representation of color #4FC0F7: hue angle of 199.64º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FC0F7 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 79 192 247 -
CMYK 0.68 0.22 0 0.03
HSL 199.64º 0.91% 0.64% -
HSV(B) 199.64º 0.68% 0.97% -
XYZ 38.86 46.08 94.84 -
YUV 164.48 174.56 67.03 -
System Red Green Blue C M Y K H S L
Decimal 79 192 247 0.68 0.22 0 0.03 199.64 0.91 0.64
Hex 4F C0 F7 44 16 0 3 C8 5B 40
Octal 117 300 367 104 26 0 3 310 133 100
Binary 1001111 11000000 11110111 1000100 10110 0 11 11001000 1011011 1000000

Color Harmonies of #4FC0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC0F7

Black with #4FC0F7

Text Example


Text Example

White with #4FC0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,192,247); }

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

background-color css

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

 a { background-color: rgb(79,192,247); }

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

border-color css

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

 span { border-color: rgb(79,192,247); }

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