Html Css Color HEX #4E899E Hippie Blue

📋 copy color: '#4E899E'

red 78 ◦ green 137 ◦ blue 158

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

Shades of Hippie Blue #4E899E

Tints of Hippie Blue #4E899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 20.91%
G = 36.73%
B = 42.36%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E899E (or 0x4E899E) is known color: Hippie Blue. HEX triplet: 4E, 89 and 9E. RGB value is (78,137,158). Sum of RGB (Red+Green+Blue) = 78+137+158=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E899E is #B17661. Grayscale: #797979. Windows color (decimal): -11630178 or 10389838. OLE color: 10389838.

HSL color Cylindrical-coordinate representation of color #4E899E: hue angle of 195.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E899E is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 137 158 -
CMYK 0.51 0.13 0 0.38
HSL 195.75º 0.34% 0.46% -
HSV(B) 195.75º 0.51% 0.62% -
XYZ 18.26 21.98 35.63 -
YUV 121.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 78 137 158 0.51 0.13 0 0.38 195.75 0.34 0.46
Hex 4E 89 9E 33 D 0 26 C4 22 2E
Octal 116 211 236 63 15 0 46 304 42 56
Binary 1001110 10001001 10011110 110011 1101 0 100110 11000100 100010 101110

Color Harmonies of #4E899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E899E

Black with #4E899E

Text Example


Text Example

White with #4E899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,137,158); }

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

background-color css

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

 a { background-color: rgb(78,137,158); }

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

border-color css

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

 span { border-color: rgb(78,137,158); }

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