Html Css Color HEX #4EAEAC Fountain Blue

📋 copy color: '#4EAEAC'

red 78 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #4EAEAC

Tints of Fountain Blue #4EAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 18.4%
G = 41.04%
B = 40.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#4EAEAC (or 0x4EAEAC) is known color: Fountain Blue. HEX triplet: 4E, AE and AC. RGB value is (78,174,172). Sum of RGB (Red+Green+Blue) = 78+174+172=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAEAC is #B15153. Grayscale: #909090. Windows color (decimal): -11620692 or 11316814. OLE color: 11316814.

HSL color Cylindrical-coordinate representation of color #4EAEAC: hue angle of 178.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAEAC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 174 172 -
CMYK 0.55 0 0.01 0.32
HSL 178.75º 0.38% 0.49% -
HSV(B) 178.75º 0.55% 0.68% -
XYZ 25.72 34.87 44.4 -
YUV 145.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 78 174 172 0.55 0 0.01 0.32 178.75 0.38 0.49
Hex 4E AE AC 37 0 1 20 B3 26 31
Octal 116 256 254 67 0 1 40 263 46 61
Binary 1001110 10101110 10101100 110111 0 1 100000 10110011 100110 110001

Color Harmonies of #4EAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAEAC

Black with #4EAEAC

Text Example


Text Example

White with #4EAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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