Html Css Color HEX #4FAEEA Malibu

📋 copy color: '#4FAEEA'

red 79 ◦ green 174 ◦ blue 234

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

Shades of Malibu #4FAEEA

Tints of Malibu #4FAEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

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

R = 16.22%
G = 35.73%
B = 48.05%

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

#4FAEEA (or 0x4FAEEA) is known color: Malibu. HEX triplet: 4F, AE and EA. RGB value is (79,174,234). Sum of RGB (Red+Green+Blue) = 79+174+234=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAEEA is #B05115. Grayscale: #989898. Windows color (decimal): -11555094 or 15380047. OLE color: 15380047.

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

Color convert

RGB 79 174 234 -
CMYK 0.66 0.26 0 0.08
HSL 203.23º 0.79% 0.61% -
HSV(B) 203.23º 0.66% 0.92% -
XYZ 33.21 37.87 83.4 -
YUV 152.44 174.03 75.62 -
System Red Green Blue C M Y K H S L
Decimal 79 174 234 0.66 0.26 0 0.08 203.23 0.79 0.61
Hex 4F AE EA 42 1A 0 8 CB 4F 3D
Octal 117 256 352 102 32 0 10 313 117 75
Binary 1001111 10101110 11101010 1000010 11010 0 1000 11001011 1001111 111101

Color Harmonies of #4FAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEEA

Black with #4FAEEA

Text Example


Text Example

White with #4FAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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