#4E8395

Color #4E8395 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #4E8395

Tints of Hippie Blue #4E8395

Color information

#4E8395 (or 0x4E8395) is unknown color: approx 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

RGB78131149-
CMYK0.480.1200.42
HSL195.21º31.28%44.51%-
HSV(B)195.21º47.65%58.43%-
XYZ16.6820.0231.42-
YUV117.2145.94100.04-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781311490.480.1200.42195.2131.2844.51
Hex4E839530C02Ac31f2d
Octal11620322560140523033755
Binary10011101000001110010101110000110001010101100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>