Html Css Color HEX #4E8794 Hippie Blue

📋 copy color: '#4E8794'

red 78 ◦ green 135 ◦ blue 148

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

Shades of Hippie Blue #4E8794

Tints of Hippie Blue #4E8794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 21.61%
G = 37.4%
B = 41%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E8794 (or 0x4E8794) is known color: Hippie Blue. HEX triplet: 4E, 87 and 94. RGB value is (78,135,148). Sum of RGB (Red+Green+Blue) = 78+135+148=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E8794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8794 is #B1786B. Grayscale: #777777. Windows color (decimal): -11630700 or 9733966. OLE color: 9733966.

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

Color convert

RGB 78 135 148 -
CMYK 0.47 0.09 0 0.42
HSL 191.14º 0.31% 0.44% -
HSV(B) 191.14º 0.47% 0.58% -
XYZ 17.15 21.09 31.18 -
YUV 119.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 78 135 148 0.47 0.09 0 0.42 191.14 0.31 0.44
Hex 4E 87 94 2F 9 0 2A BF 1F 2C
Octal 116 207 224 57 11 0 52 277 37 54
Binary 1001110 10000111 10010100 101111 1001 0 101010 10111111 11111 101100

Color Harmonies of #4E8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8794

Black with #4E8794

Text Example


Text Example

White with #4E8794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,135,148); }

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

background-color css

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

 a { background-color: rgb(78,135,148); }

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

border-color css

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

 span { border-color: rgb(78,135,148); }

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