COLOR #4B9E6F

HEX: #4B9E6F RGB: (75,158,111)

Color info

#4B9E6F contains mainly green and blue colors. Web safe color of #4B9E6F is #339966 (or #396).

RGB color model

#4B9E6F color RGB value is (75,158,111).

RGB: (75,158,111) (29%, 62%, 44%)

RGB channels and saturation

R 75 of 255 = 29%
G 158 of 255 = 62%
B 111 of 255 = 44%

75
158
111

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

Portions of RGB colors in percentages

R + G + B = 75 + 158 + 111 = 344 (100%)
R 75 of 344 ~ 21.8%
G 158 of 344 ~ 45.93%
B 111 of 344 ~ 32.27'%

%21.8
%45.93
%32.27

CMYK color model

#4B9E6F color CMYK value is (53,0,30,38).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 38.04%

CMYK: (53,0,30,38)
C53M0Y30K38 (53%, 0%, 30%, 38%)
(0.53 / 0.00 / 0.30 / 0.38)

CMYK percentages

%52.53
%0
%29.75
%38.04

Codes

Color #4B9E6F in popluar color models

4B 9E 6F
RGB 75 158 111
HSL 146° 35.62% 45.69%
HSB/HSV 146° 52.53% 61.96%
CMYK 52.53% 0.00% 29.75%
38.04%

Color #4B9E6F in popluar number systems.

HEX 4B 9E 6F
Decimal 75 158 111
Binary 1001011 10011110 1101111
Octal 113 236 157

Shades and tints

Shades of #4B9E6F

#4B9E6F
(75,158,111)
#459065
(69,144,101)
#3F825B
(63,130,91)
#397451
(57,116,81)
#336647
(51,102,71)
#2D583D
(45,88,61)
#274A33
(39,74,51)
#213C29
(33,60,41)
#1B2E1F
(27,46,31)
#152015
(21,32,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #4B9E6F

#4B9E6F
(75,158,111)
#5BA67C
(91,166,124)
#6BAE89
(107,174,137)
#7BB696
(123,182,150)
#8BBEA3
(139,190,163)
#9BC6B0
(155,198,176)
#ABCEBD
(171,206,189)
#BBD6CA
(187,214,202)
#CBDED7
(203,222,215)
#DBE6E4
(219,230,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9E6F color. Also use rgb(75,158,111) instead hex code.

Text Font Color

.myTextColor { color: #4B9E6F; }

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

This text font color is #4B9E6F.

Background Color

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

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

This div background color is #4B9E6F.

Border color

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

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

This div border color is #4B9E6F.

Opacity

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

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

Text with #4B9E6F 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 #4B9E6F;}

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

This text has shadow with #4B9E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B9E6F.

Preview

Color preview on black background

This text has color #4B9E6F on black background.


Color preview on white background

This text has color #4B9E6F on white background.


Black color preview on #4B9E6F background

This text has black color on #4B9E6F background.


White color preview on #4B9E6F background

This text has white color on #4B9E6F background.


Related colors

Complementary color

Complementary color for #hex is #B46190.


I love getcolorcode.com

Triadic colors

1 #6F4B9E and #9E6F4B with #4B9E6F are triadic colors.

2 #6F9E4B and #9E4B6F with #4B9E6F are triadic colors.