COLOR #4B9794

HEX: #4B9794 RGB: (75,151,148)

Color info

#4B9794 contains mainly green and blue colors. Web safe color of #4B9794 is #339999 (or #399).

RGB color model

#4B9794 color RGB value is (75,151,148).

RGB: (75,151,148) (29%, 59%, 58%)

RGB channels and saturation

R 75 of 255 = 29%
G 151 of 255 = 59%
B 148 of 255 = 58%

75
151
148

R + G + B ~ 49%. #4B9794 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 151 + 148 = 374 (100%)
R 75 of 374 ~ 20.05%
G 151 of 374 ~ 40.37%
B 148 of 374 ~ 39.57'%

%20.05
%40.37
%39.57

CMYK color model

#4B9794 color CMYK value is (50,0,2,41).

  • cyan value is 50.33%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 40.78%

CMYK: (50,0,2,41)
C50M0Y2K41 (50%, 0%, 2%, 41%)
(0.50 / 0.00 / 0.02 / 0.41)

CMYK percentages

%50.33
%0
%1.99
%40.78

Codes

Color #4B9794 in popluar color models

4B 97 94
RGB 75 151 148
HSL 178° 33.63% 44.31%
HSB/HSV 178° 50.33% 59.22%
CMYK 50.33% 0.00% 1.99%
40.78%

Color #4B9794 in popluar number systems.

HEX 4B 97 94
Decimal 75 151 148
Binary 1001011 10010111 10010100
Octal 113 227 224

Shades and tints

Shades of #4B9794

#4B9794
(75,151,148)
#458A87
(69,138,135)
#3F7D7A
(63,125,122)
#39706D
(57,112,109)
#336360
(51,99,96)
#2D5653
(45,86,83)
#274946
(39,73,70)
#213C39
(33,60,57)
#1B2F2C
(27,47,44)
#15221F
(21,34,31)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #4B9794

#4B9794
(75,151,148)
#5BA09D
(91,160,157)
#6BA9A6
(107,169,166)
#7BB2AF
(123,178,175)
#8BBBB8
(139,187,184)
#9BC4C1
(155,196,193)
#ABCDCA
(171,205,202)
#BBD6D3
(187,214,211)
#CBDFDC
(203,223,220)
#DBE8E5
(219,232,229)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9794 color. Also use rgb(75,151,148) instead hex code.

Text Font Color

.myTextColor { color: #4B9794; }

<p style="color:#4B9794">This sample text font color is #4B9794.</p>

This text font color is #4B9794.

Background Color

.myBgColor { background-color: #4B9794; }

<div style="background-color:#4B9794">Inner text</div>

This div background color is #4B9794.

Border color

.myBorderColor { border: 1px solid #4B9794; }

<div style="border:3px solid #4B9794">Div</div>

This div border color is #4B9794.

Opacity

.myOpacity80 { color: #4B9794; opacity: 0.8; }

<p style="color:#4B9794;opacity:0.8;">80%</p>

Text with #4B9794 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B9794;}

<p style="text-shadow: 3px 3px 1px #4B9794">Text here.</p>

This text has shadow with #4B9794 color.


.textShadow {text-shadow: 3px 3px 1px #4B9794', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B9794, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B9794 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B9794, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B9794, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B9794 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B9794;
-webkit-box-shadow: 1px 1px 3px 2px #4B9794;
box-shadow: 1px 1px 3px 2px #4B9794;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B9794; -webkit-box-shadow: 1px 1px 3px 2px #4B9794; box-shadow:1px 1px 3px 2px #4B9794;">
Div content here
</div>

This div box has shadow with color #4B9794.

Preview

Color preview on black background

This text has color #4B9794 on black background.


Color preview on white background

This text has color #4B9794 on white background.


Black color preview on #4B9794 background

This text has black color on #4B9794 background.


White color preview on #4B9794 background

This text has white color on #4B9794 background.


Related colors

Complementary color

Complementary color for #hex is #B4686B.


I love getcolorcode.com

Triadic colors

1 #944B97 and #97944B with #4B9794 are triadic colors.

2 #94974B and #974B94 with #4B9794 are triadic colors.