Html Css Color HEX #4D939F Hippie Blue

📋 copy color: '#4D939F'

red 77 ◦ green 147 ◦ blue 159

#4D939F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #4D939F

Tints of Hippie Blue #4D939F

RGB

 RED value IS 77 (30.47% from 255) = 20.1%

 GREEN value IS 147 (57.81% from 255) = 38.38%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 20.1%
G = 38.38%
B = 41.51%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D939F (or 0x4D939F) is known color: 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

RGB 77 147 159 -
CMYK 0.52 0.08 0 0.38
HSL 188.78º 0.35% 0.46% -
HSV(B) 188.78º 0.52% 0.62% -
XYZ 19.75 24.95 36.58 -
YUV 127.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 77 147 159 0.52 0.08 0 0.38 188.78 0.35 0.46
Hex 4D 93 9F 34 8 0 26 BD 23 2E
Octal 115 223 237 64 10 0 46 275 43 56
Binary 1001101 10010011 10011111 110100 1000 0 100110 10111101 100011 101110

Color Harmonies of #4D939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D939F

Black with #4D939F

Text Example


Text Example

White with #4D939F

Text Example


Text Example

HTML Codes & Css Web 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>