Html Css Color HEX #4EABB2 Fountain Blue

📋 copy color: '#4EABB2'

red 78 ◦ green 171 ◦ blue 178

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

Shades of Fountain Blue #4EABB2

Tints of Fountain Blue #4EABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 18.27%
G = 40.05%
B = 41.69%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4EABB2 (or 0x4EABB2) is known color: Fountain Blue. HEX triplet: 4E, AB and B2. RGB value is (78,171,178). Sum of RGB (Red+Green+Blue) = 78+171+178=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #4EABB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABB2 is #B1544D. Grayscale: #8F8F8F. Windows color (decimal): -11621454 or 11709262. OLE color: 11709262.

HSL color Cylindrical-coordinate representation of color #4EABB2: hue angle of 184.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EABB2 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 78 171 178 -
CMYK 0.56 0.04 0 0.30
HSL 184.2º 0.39% 0.5% -
HSV(B) 184.2º 0.56% 0.7% -
XYZ 25.74 33.96 47.32 -
YUV 143.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 78 171 178 0.56 0.04 0 0.30 184.2 0.39 0.5
Hex 4E AB B2 38 4 0 1E B8 27 32
Octal 116 253 262 70 4 0 36 270 47 62
Binary 1001110 10101011 10110010 111000 100 0 11110 10111000 100111 110010

Color Harmonies of #4EABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABB2

Black with #4EABB2

Text Example


Text Example

White with #4EABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,171,178); }

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

background-color css

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

 a { background-color: rgb(78,171,178); }

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

border-color css

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

 span { border-color: rgb(78,171,178); }

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