#4D839E

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

Shades of Hippie Blue #4D839E

Tints of Hippie Blue #4D839E

Color information

#4D839E (or 0x4D839E) is unknown color: approx Hippie Blue. HEX triplet: 4D, 83 and 9E. RGB value is (77,131,158). Sum of RGB (Red+Green+Blue) = 77+131+158=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D839E is #B27C61. Grayscale: #757575. Windows color (decimal): -11697250 or 10388301. OLE color: 10388301.

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

Color convert

RGB77131158-
CMYK0.510.1700.38
HSL200º34.47%46.08%-
HSV(B)200º51.27%61.96%-
XYZ17.3520.2835.35-
YUV117.93150.6198.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=21.04%
G=35.79%
B=43.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771311580.510.1700.3820034.4746.08
Hex4D839E3311026c8222e
Octal11520323663210463104256
Binary1001101100000111001111011001110001010011011001000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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