Html Css Color HEX #4FACED Malibu

📋 copy color: '#4FACED'

red 79 ◦ green 172 ◦ blue 237

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

Shades of Malibu #4FACED

Tints of Malibu #4FACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 16.19%
G = 35.25%
B = 48.57%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FACED (or 0x4FACED) is known color: Malibu. HEX triplet: 4F, AC and ED. RGB value is (79,172,237). Sum of RGB (Red+Green+Blue) = 79+172+237=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FACED is #B05312. Grayscale: #979797. Windows color (decimal): -11555603 or 15576143. OLE color: 15576143.

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

Color convert

RGB 79 172 237 -
CMYK 0.67 0.27 0 0.07
HSL 204.68º 0.81% 0.62% -
HSV(B) 204.68º 0.67% 0.93% -
XYZ 33.26 37.28 85.56 -
YUV 151.6 176.19 76.21 -
System Red Green Blue C M Y K H S L
Decimal 79 172 237 0.67 0.27 0 0.07 204.68 0.81 0.62
Hex 4F AC ED 43 1B 0 7 CD 51 3E
Octal 117 254 355 103 33 0 7 315 121 76
Binary 1001111 10101100 11101101 1000011 11011 0 111 11001101 1010001 111110

Color Harmonies of #4FACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACED

Black with #4FACED

Text Example


Text Example

White with #4FACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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