Html Css Color HEX #4EAEFF Malibu

📋 copy color: '#4EAEFF'

red 78 ◦ green 174 ◦ blue 255

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

Shades of Malibu #4EAEFF

Tints of Malibu #4EAEFF

RGB

 RED value IS 78 (30.86% from 255) = 15.38%

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 15.38%
G = 34.32%
B = 50.3%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4EAEFF (or 0x4EAEFF) is known color: Malibu. HEX triplet: 4E, AE and FF. RGB value is (78,174,255). Sum of RGB (Red+Green+Blue) = 78+174+255=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAEFF is #B15100. Grayscale: #9A9A9A. Windows color (decimal): -11620609 or 16756302. OLE color: 16756302.

HSL color Cylindrical-coordinate representation of color #4EAEFF: hue angle of 207.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EAEFF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 78 174 255 -
CMYK 0.69 0.32 0 0
HSL 207.46º 1% 0.65% -
HSV(B) 207.46º 0.69% 1% -
XYZ 36.33 39.11 100.24 -
YUV 154.53 184.7 73.41 -
System Red Green Blue C M Y K H S L
Decimal 78 174 255 0.69 0.32 0 0 207.46 1 0.65
Hex 4E AE FF 45 20 0 0 CF 64 41
Octal 116 256 377 105 40 0 0 317 144 101
Binary 1001110 10101110 11111111 1000101 100000 0 0 11001111 1100100 1000001

Color Harmonies of #4EAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAEFF

Black with #4EAEFF

Text Example


Text Example

White with #4EAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,174,255); }

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

background-color css

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

 a { background-color: rgb(78,174,255); }

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

border-color css

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

 span { border-color: rgb(78,174,255); }

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