Html Css Color HEX #4FB2EC Malibu

📋 copy color: '#4FB2EC'

red 79 ◦ green 178 ◦ blue 236

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

Shades of Malibu #4FB2EC

Tints of Malibu #4FB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 16.02%
G = 36.11%
B = 47.87%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FB2EC (or 0x4FB2EC) is known color: Malibu. HEX triplet: 4F, B2 and EC. RGB value is (79,178,236). Sum of RGB (Red+Green+Blue) = 79+178+236=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FB2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB2EC is #B04D13. Grayscale: #9A9A9A. Windows color (decimal): -11554068 or 15512143. OLE color: 15512143.

HSL color Cylindrical-coordinate representation of color #4FB2EC: hue angle of 202.17º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FB2EC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 178 236 -
CMYK 0.67 0.25 0 0.07
HSL 202.17º 0.81% 0.62% -
HSV(B) 202.17º 0.67% 0.93% -
XYZ 34.29 39.56 85.19 -
YUV 155.01 173.7 73.78 -
System Red Green Blue C M Y K H S L
Decimal 79 178 236 0.67 0.25 0 0.07 202.17 0.81 0.62
Hex 4F B2 EC 43 19 0 7 CA 51 3E
Octal 117 262 354 103 31 0 7 312 121 76
Binary 1001111 10110010 11101100 1000011 11001 0 111 11001010 1010001 111110

Color Harmonies of #4FB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB2EC

Black with #4FB2EC

Text Example


Text Example

White with #4FB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,178,236); }

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

background-color css

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

 a { background-color: rgb(79,178,236); }

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

border-color css

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

 span { border-color: rgb(79,178,236); }

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