Html Css Color HEX #4E8390 Hippie Blue

📋 copy color: '#4E8390'

red 78 ◦ green 131 ◦ blue 144

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

Shades of Hippie Blue #4E8390

Tints of Hippie Blue #4E8390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 22.1%
G = 37.11%
B = 40.79%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E8390 (or 0x4E8390) is known color: Hippie Blue. HEX triplet: 4E, 83 and 90. RGB value is (78,131,144). Sum of RGB (Red+Green+Blue) = 78+131+144=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8390 is #B17C6F. Grayscale: #747474. Windows color (decimal): -11631728 or 9470798. OLE color: 9470798.

HSL color Cylindrical-coordinate representation of color #4E8390: hue angle of 191.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E8390 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 131 144 -
CMYK 0.46 0.09 0 0.44
HSL 191.82º 0.3% 0.44% -
HSV(B) 191.82º 0.46% 0.56% -
XYZ 16.29 19.87 29.36 -
YUV 116.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 78 131 144 0.46 0.09 0 0.44 191.82 0.3 0.44
Hex 4E 83 90 2E 9 0 2C C0 1E 2C
Octal 116 203 220 56 11 0 54 300 36 54
Binary 1001110 10000011 10010000 101110 1001 0 101100 11000000 11110 101100

Color Harmonies of #4E8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8390

Black with #4E8390

Text Example


Text Example

White with #4E8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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