#4D859E

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

Shades of Hippie Blue #4D859E

Tints of Hippie Blue #4D859E

Color information

#4D859E (or 0x4D859E) is unknown color: approx Hippie Blue. HEX triplet: 4D, 85 and 9E. RGB value is (77,133,158). Sum of RGB (Red+Green+Blue) = 77+133+158=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D859E is #B27A61. Grayscale: #767676. Windows color (decimal): -11696738 or 10388813. OLE color: 10388813.

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

Color convert

RGB77133158-
CMYK0.510.1600.38
HSL198.52º34.47%46.08%-
HSV(B)198.52º51.27%61.96%-
XYZ17.6220.8235.44-
YUV119.11149.9597.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.92%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=20.92%
G=36.14%
B=42.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771331580.510.1600.38198.5234.4746.08
Hex4D859E3310026c7222e
Octal11520523663200463074256
Binary1001101100001011001111011001110000010011011000111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,133,158); }

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

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

 a { background-color: rgb(77,133,158); }

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

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

 span { border-color: rgb(77,133,158); }

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