#4D849E

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

Shades of Hippie Blue #4D849E

Tints of Hippie Blue #4D849E

Color information

#4D849E (or 0x4D849E) is unknown color: approx Hippie Blue. HEX triplet: 4D, 84 and 9E. RGB value is (77,132,158). Sum of RGB (Red+Green+Blue) = 77+132+158=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D849E is #B27B61. Grayscale: #767676. Windows color (decimal): -11696994 or 10388557. OLE color: 10388557.

HSL color Cylindrical-coordinate representation of color #4D849E: hue angle of 199.26º 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 #4D849E is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB77132158-
CMYK0.510.1600.38
HSL199.26º34.47%46.08%-
HSV(B)199.26º51.27%61.96%-
XYZ17.4820.5535.39-
YUV118.52150.2898.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=20.98%
G=35.97%
B=43.05%

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
Decimal771321580.510.1600.38199.2634.4746.08
Hex4D849E3310026c7222e
Octal11520423663200463074256
Binary1001101100001001001111011001110000010011011000111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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