#4E8B9C

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

Shades of Hippie Blue #4E8B9C

Tints of Hippie Blue #4E8B9C

Color information

#4E8B9C (or 0x4E8B9C) is unknown color: approx Hippie Blue. HEX triplet: 4E, 8B and 9C. RGB value is (78,139,156). Sum of RGB (Red+Green+Blue) = 78+139+156=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E8B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8B9C is #B17463. Grayscale: #7A7A7A. Windows color (decimal): -11629668 or 10259278. OLE color: 10259278.

HSL color Cylindrical-coordinate representation of color #4E8B9C: hue angle of 193.08º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E8B9C is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB78139156-
CMYK0.50.1100.39
HSL193.08º33.33%45.88%-
HSV(B)193.08º50%61.18%-
XYZ18.3822.4934.82-
YUV122.7146.7996.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=20.91%
G=37.27%
B=41.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781391560.50.1100.39193.0833.3345.88
Hex4E8B9C32B027c1212e
Octal11621323462130473014156
Binary100111010001011100111001100101011010011111000001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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