#4E8C9D

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

Shades of Hippie Blue #4E8C9D

Tints of Hippie Blue #4E8C9D

Color information

#4E8C9D (or 0x4E8C9D) is unknown color: approx Hippie Blue. HEX triplet: 4E, 8C and 9D. RGB value is (78,140,157). Sum of RGB (Red+Green+Blue) = 78+140+157=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E8C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8C9D is #B17362. Grayscale: #7B7B7B. Windows color (decimal): -11629411 or 10325070. OLE color: 10325070.

HSL color Cylindrical-coordinate representation of color #4E8C9D: hue angle of 192.91º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E8C9D is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB78140157-
CMYK0.500.1100.38
HSL192.91º33.62%46.08%-
HSV(B)192.91º50.32%61.57%-
XYZ18.6122.8135.32-
YUV123.4146.9695.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=20.8%
G=37.33%
B=41.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781401570.500.1100.38192.9133.6246.08
Hex4E8C9D32B026c1222e
Octal11621423562130463014256
Binary100111010001100100111011100101011010011011000001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,140,157); }

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

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

 a { background-color: rgb(78,140,157); }

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

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

 span { border-color: rgb(78,140,157); }

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