Html Css Color HEX #4E8395 Hippie Blue

📋 copy color: '#4E8395'

red 78 ◦ green 131 ◦ blue 149

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

Shades of Hippie Blue #4E8395

Tints of Hippie Blue #4E8395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 21.79%
G = 36.59%
B = 41.62%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E8395 (or 0x4E8395) is known color: Hippie Blue. HEX triplet: 4E, 83 and 95. RGB value is (78,131,149). Sum of RGB (Red+Green+Blue) = 78+131+149=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E8395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8395 is #B17C6A. Grayscale: #757575. Windows color (decimal): -11631723 or 9798478. OLE color: 9798478.

HSL color Cylindrical-coordinate representation of color #4E8395: hue angle of 195.21º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E8395 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 131 149 -
CMYK 0.48 0.12 0 0.42
HSL 195.21º 0.31% 0.45% -
HSV(B) 195.21º 0.48% 0.58% -
XYZ 16.68 20.02 31.42 -
YUV 117.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 78 131 149 0.48 0.12 0 0.42 195.21 0.31 0.45
Hex 4E 83 95 30 C 0 2A C3 1F 2D
Octal 116 203 225 60 14 0 52 303 37 55
Binary 1001110 10000011 10010101 110000 1100 0 101010 11000011 11111 101101

Color Harmonies of #4E8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8395

Black with #4E8395

Text Example


Text Example

White with #4E8395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,131,149); }

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

background-color css

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

 a { background-color: rgb(78,131,149); }

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

border-color css

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

 span { border-color: rgb(78,131,149); }

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