Html Css Color HEX #4FAFEC Malibu

📋 copy color: '#4FAFEC'

red 79 ◦ green 175 ◦ blue 236

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

Shades of Malibu #4FAFEC

Tints of Malibu #4FAFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.71%

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

R = 16.12%
G = 35.71%
B = 48.16%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FAFEC (or 0x4FAFEC) is known color: Malibu. HEX triplet: 4F, AF and EC. RGB value is (79,175,236). Sum of RGB (Red+Green+Blue) = 79+175+236=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FAFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAFEC is #B05013. Grayscale: #989898. Windows color (decimal): -11554836 or 15511375. OLE color: 15511375.

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

Color convert

RGB 79 175 236 -
CMYK 0.67 0.26 0 0.07
HSL 203.31º 0.81% 0.62% -
HSV(B) 203.31º 0.67% 0.93% -
XYZ 33.69 38.38 84.99 -
YUV 153.25 174.7 75.04 -
System Red Green Blue C M Y K H S L
Decimal 79 175 236 0.67 0.26 0 0.07 203.31 0.81 0.62
Hex 4F AF EC 43 1A 0 7 CB 51 3E
Octal 117 257 354 103 32 0 7 313 121 76
Binary 1001111 10101111 11101100 1000011 11010 0 111 11001011 1010001 111110

Color Harmonies of #4FAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAFEC

Black with #4FAFEC

Text Example


Text Example

White with #4FAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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