Html Css Color HEX #4FBFF2 Malibu

📋 copy color: '#4FBFF2'

red 79 ◦ green 191 ◦ blue 242

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

Shades of Malibu #4FBFF2

Tints of Malibu #4FBFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

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

R = 15.43%
G = 37.3%
B = 47.27%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4FBFF2 (or 0x4FBFF2) is known color: Malibu. HEX triplet: 4F, BF and F2. RGB value is (79,191,242). Sum of RGB (Red+Green+Blue) = 79+191+242=512 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.43% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBFF2 is #B0400D. Grayscale: #A3A3A3. Windows color (decimal): -11550734 or 15908687. OLE color: 15908687.

HSL color Cylindrical-coordinate representation of color #4FBFF2: hue angle of 198.77º 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 #4FBFF2 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 191 242 -
CMYK 0.67 0.21 0 0.05
HSL 198.77º 0.86% 0.63% -
HSV(B) 198.77º 0.67% 0.95% -
XYZ 37.88 45.33 90.76 -
YUV 163.33 172.39 67.85 -
System Red Green Blue C M Y K H S L
Decimal 79 191 242 0.67 0.21 0 0.05 198.77 0.86 0.63
Hex 4F BF F2 43 15 0 5 C7 56 3F
Octal 117 277 362 103 25 0 5 307 126 77
Binary 1001111 10111111 11110010 1000011 10101 0 101 11000111 1010110 111111

Color Harmonies of #4FBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFF2

Black with #4FBFF2

Text Example


Text Example

White with #4FBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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