#4e8e9c

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

Shades of Hippie Blue #4E8E9C

Tints of Hippie Blue #4E8E9C

Color information

#4E8E9C (or 0x4E8E9C) is unknown color: approx Hippie Blue. HEX triplet: 4E, 8E and 9C. RGB value is (78,142,156). Sum of RGB (Red+Green+Blue) = 78+142+156=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E8E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8E9C is #B17163. Grayscale: #7C7C7C. Windows color (decimal): -11628900 or 10260046. OLE color: 10260046.

HSL color Cylindrical-coordinate representation of color #4E8E9C: hue angle of 190.77º 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 #4E8E9C is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB78142156-
CMYK0.50.0900.39
HSL190.77º33.33%45.88%-
HSV(B)190.77º50%61.18%-
XYZ18.8223.3734.97-
YUV124.46145.894.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.74%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=20.74%
G=37.77%
B=41.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781421560.50.0900.39190.7733.3345.88
Hex4E8E9C329027bf212e
Octal11621623462110472774156
Binary100111010001110100111001100101001010011110111111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e8e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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