#4E8B9A

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

Shades of Hippie Blue #4E8B9A

Tints of Hippie Blue #4E8B9A

Color information

#4E8B9A (or 0x4E8B9A) is unknown color: approx Hippie Blue. HEX triplet: 4E, 8B and 9A. RGB value is (78,139,154). Sum of RGB (Red+Green+Blue) = 78+139+154=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E8B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8B9A is #B17465. Grayscale: #7A7A7A. Windows color (decimal): -11629670 or 10128206. OLE color: 10128206.

HSL color Cylindrical-coordinate representation of color #4E8B9A: hue angle of 191.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E8B9A is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB78139154-
CMYK0.490.1000.40
HSL191.84º32.76%45.49%-
HSV(B)191.84º49.35%60.39%-
XYZ18.2122.4233.94-
YUV122.47145.7996.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.02%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=21.02%
G=37.47%
B=41.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781391540.490.1000.40191.8432.7645.49
Hex4E8B9A31A028c0212d
Octal11621323261120503004155
Binary100111010001011100110101100011010010100011000000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,139,154); }

 H1.HeaderClassName
 {
   color: #4E8B9A;
 }
 .AnyTagClassName
 {
   color: #4E8B9A;
 }
</style>
background-color css

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

 a { background-color: rgb(78,139,154); }

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

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

 span { border-color: rgb(78,139,154); }

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