Html Css Color HEX #4FCAF5 Malibu

📋 copy color: '#4FCAF5'

red 79 ◦ green 202 ◦ blue 245

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

Shades of Malibu #4FCAF5

Tints of Malibu #4FCAF5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

 BLUE value IS 245 (96.09% from 255) = 46.58%

R = 15.02%
G = 38.4%
B = 46.58%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4FCAF5 (or 0x4FCAF5) is known color: Malibu. HEX triplet: 4F, CA and F5. RGB value is (79,202,245). Sum of RGB (Red+Green+Blue) = 79+202+245=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #4FCAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAF5 is #B0350A. Grayscale: #A9A9A9. Windows color (decimal): -11547915 or 16108111. OLE color: 16108111.

HSL color Cylindrical-coordinate representation of color #4FCAF5: hue angle of 195.54º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FCAF5 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 79 202 245 -
CMYK 0.68 0.18 0 0.04
HSL 195.54º 0.89% 0.64% -
HSV(B) 195.54º 0.68% 0.96% -
XYZ 40.83 50.5 93.98 -
YUV 170.13 170.25 63 -
System Red Green Blue C M Y K H S L
Decimal 79 202 245 0.68 0.18 0 0.04 195.54 0.89 0.64
Hex 4F CA F5 44 12 0 4 C4 59 40
Octal 117 312 365 104 22 0 4 304 131 100
Binary 1001111 11001010 11110101 1000100 10010 0 100 11000100 1011001 1000000

Color Harmonies of #4FCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAF5

Black with #4FCAF5

Text Example


Text Example

White with #4FCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,202,245); }

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

background-color css

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

 a { background-color: rgb(79,202,245); }

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

border-color css

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

 span { border-color: rgb(79,202,245); }

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