Html Css Color HEX #4EAEFD Malibu

📋 copy color: '#4EAEFD'

red 78 ◦ green 174 ◦ blue 253

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

Shades of Malibu #4EAEFD

Tints of Malibu #4EAEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 15.45%
G = 34.46%
B = 50.1%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EAEFD (or 0x4EAEFD) is known color: Malibu. HEX triplet: 4E, AE and FD. RGB value is (78,174,253). Sum of RGB (Red+Green+Blue) = 78+174+253=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAEFD is #B15102. Grayscale: #999999. Windows color (decimal): -11620611 or 16625230. OLE color: 16625230.

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

Color convert

RGB 78 174 253 -
CMYK 0.69 0.31 0 0.01
HSL 207.09º 0.98% 0.65% -
HSV(B) 207.09º 0.69% 0.99% -
XYZ 36.01 38.98 98.56 -
YUV 154.3 183.7 73.58 -
System Red Green Blue C M Y K H S L
Decimal 78 174 253 0.69 0.31 0 0.01 207.09 0.98 0.65
Hex 4E AE FD 45 1F 0 1 CF 62 41
Octal 116 256 375 105 37 0 1 317 142 101
Binary 1001110 10101110 11111101 1000101 11111 0 1 11001111 1100010 1000001

Color Harmonies of #4EAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAEFD

Black with #4EAEFD

Text Example


Text Example

White with #4EAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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