Html Css Color HEX #4FACEA Malibu

📋 copy color: '#4FACEA'

red 79 ◦ green 172 ◦ blue 234

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

Shades of Malibu #4FACEA

Tints of Malibu #4FACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 16.29%
G = 35.46%
B = 48.25%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FACEA (or 0x4FACEA) is known color: Malibu. HEX triplet: 4F, AC and EA. RGB value is (79,172,234). Sum of RGB (Red+Green+Blue) = 79+172+234=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FACEA is #B05315. Grayscale: #969696. Windows color (decimal): -11555606 or 15379535. OLE color: 15379535.

HSL color Cylindrical-coordinate representation of color #4FACEA: hue angle of 204º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FACEA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 172 234 -
CMYK 0.66 0.26 0 0.08
HSL 204º 0.79% 0.61% -
HSV(B) 204º 0.66% 0.92% -
XYZ 32.83 37.11 83.27 -
YUV 151.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 79 172 234 0.66 0.26 0 0.08 204 0.79 0.61
Hex 4F AC EA 42 1A 0 8 CC 4F 3D
Octal 117 254 352 102 32 0 10 314 117 75
Binary 1001111 10101100 11101010 1000010 11010 0 1000 11001100 1001111 111101

Color Harmonies of #4FACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACEA

Black with #4FACEA

Text Example


Text Example

White with #4FACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,172,234); }

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

background-color css

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

 a { background-color: rgb(79,172,234); }

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

border-color css

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

 span { border-color: rgb(79,172,234); }

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