#4D939F

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

Shades of Hippie Blue #4D939F

Tints of Hippie Blue #4D939F

Color information

#4D939F (or 0x4D939F) is unknown color: approx Hippie Blue. HEX triplet: 4D, 93 and 9F. RGB value is (77,147,159). Sum of RGB (Red+Green+Blue) = 77+147+159=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D939F is #B26C60. Grayscale: #7F7F7F. Windows color (decimal): -11693153 or 10457933. OLE color: 10457933.

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

Color convert

RGB77147159-
CMYK0.520.0800.38
HSL188.78º34.75%46.27%-
HSV(B)188.78º51.57%62.35%-
XYZ19.7524.9536.58-
YUV127.44145.8192.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.10%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=20.10%
G=38.38%
B=41.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771471590.520.0800.38188.7834.7546.27
Hex4D939F348026bd232e
Octal11522323764100462754356
Binary100110110010011100111111101001000010011010111101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,147,159); }

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

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

 a { background-color: rgb(77,147,159); }

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

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

 span { border-color: rgb(77,147,159); }

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