Html Css Color HEX #4FBCF2 Malibu

📋 copy color: '#4FBCF2'

red 79 ◦ green 188 ◦ blue 242

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

Shades of Malibu #4FBCF2

Tints of Malibu #4FBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 15.52%
G = 36.94%
B = 47.54%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4FBCF2 (or 0x4FBCF2) is known color: Malibu. HEX triplet: 4F, BC and F2. RGB value is (79,188,242). Sum of RGB (Red+Green+Blue) = 79+188+242=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FBCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBCF2 is #B0430D. Grayscale: #A1A1A1. Windows color (decimal): -11551502 or 15907919. OLE color: 15907919.

HSL color Cylindrical-coordinate representation of color #4FBCF2: hue angle of 199.88º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FBCF2 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 188 242 -
CMYK 0.67 0.22 0 0.05
HSL 199.88º 0.86% 0.63% -
HSV(B) 199.88º 0.67% 0.95% -
XYZ 37.23 44.04 90.54 -
YUV 161.57 173.39 69.11 -
System Red Green Blue C M Y K H S L
Decimal 79 188 242 0.67 0.22 0 0.05 199.88 0.86 0.63
Hex 4F BC F2 43 16 0 5 C8 56 3F
Octal 117 274 362 103 26 0 5 310 126 77
Binary 1001111 10111100 11110010 1000011 10110 0 101 11001000 1010110 111111

Color Harmonies of #4FBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBCF2

Black with #4FBCF2

Text Example


Text Example

White with #4FBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,188,242); }

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

background-color css

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

 a { background-color: rgb(79,188,242); }

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

border-color css

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

 span { border-color: rgb(79,188,242); }

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