Html Css Color HEX #4FADEA Malibu

📋 copy color: '#4FADEA'

red 79 ◦ green 173 ◦ blue 234

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

Shades of Malibu #4FADEA

Tints of Malibu #4FADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

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

R = 16.26%
G = 35.6%
B = 48.15%

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

#4FADEA (or 0x4FADEA) is known color: Malibu. HEX triplet: 4F, AD and EA. RGB value is (79,173,234). Sum of RGB (Red+Green+Blue) = 79+173+234=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FADEA is #B05215. Grayscale: #979797. Windows color (decimal): -11555350 or 15379791. OLE color: 15379791.

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

Color convert

RGB 79 173 234 -
CMYK 0.66 0.26 0 0.08
HSL 203.61º 0.79% 0.61% -
HSV(B) 203.61º 0.66% 0.92% -
XYZ 33.02 37.49 83.34 -
YUV 151.85 174.36 76.04 -
System Red Green Blue C M Y K H S L
Decimal 79 173 234 0.66 0.26 0 0.08 203.61 0.79 0.61
Hex 4F AD EA 42 1A 0 8 CC 4F 3D
Octal 117 255 352 102 32 0 10 314 117 75
Binary 1001111 10101101 11101010 1000010 11010 0 1000 11001100 1001111 111101

Color Harmonies of #4FADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FADEA

Black with #4FADEA

Text Example


Text Example

White with #4FADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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