COLOR #4B9297

HEX: #4B9297
RGB: (75,146,151)

Color info

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

RGB color model

#4B9297 color RGB value is (75,146,151).

  • red value is 75;
  • green value is 146;
  • blue value is 151.
RGB:
(75,146,151)
(29%,57%,59%)

RGB channels and saturation

R 75 of 255 = 29%
G 146 of 255 = 57%
B 151 of 255 = 59%

75
146
151

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

Portions of RGB colors in percentages

R + G + B =
75 + 146 + 151 = 372 (100%)
R 75 of 372 ~ 20.16%
G 146 of 372 ~ 39.25%
B 151 of 372 ~ 40.59%

%20.16
%39.25
%40.59

CMYK color model

#4B9297 color CMYK value is (50,3,0,41).

  • cyan value is 50.33%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(50,3,0,41)
C50M3Y0K41 
(50%,3%,0%,41%)
(0.50/0.03/0.00/0.41)	

CMYK percentages

%50.33
%3.31
%0
%40.78

Codes

Color #4B9297 in popluar color models

4B9297
RGB75146151
HSL184°33.63%44.31%
HSB/HSV184°50.33%59.22%
CMYK50.33%3.31%0.00%
40.78%

Color #4B9297 in popluar number systems.

HEX4B9297
Decimal75146151
Binary10010111001001010010111
Octal113222227

Shades and tints

Shades of #4B9297

#4B9297
(75,146,151)
#45858A
(69,133,138)
#3F787D
(63,120,125)
#396B70
(57,107,112)
#335E63
(51,94,99)
#2D5156
(45,81,86)
#274449
(39,68,73)
#21373C
(33,55,60)
#1B2A2F
(27,42,47)
#151D22
(21,29,34)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #4B9297

#4B9297
(75,146,151)
#5B9BA0
(91,155,160)
#6BA4A9
(107,164,169)
#7BADB2
(123,173,178)
#8BB6BB
(139,182,187)
#9BBFC4
(155,191,196)
#ABC8CD
(171,200,205)
#BBD1D6
(187,209,214)
#CBDADF
(203,218,223)
#DBE3E8
(219,227,232)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9297; }

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

This text font color is #4B9297.


Background Color

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

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

This div background color is #4B9297.


Border color

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

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

This div border color is #4B9297.


Opacity

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

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

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

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

This text has shadow with #4B9297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9297 on black background.


Color preview on white background

This text has color #4B9297 on white background.



Black color preview on #4B9297 background

This text has black color on #4B9297 background.


White color preview on #4B9297 background

This text has white color on #4B9297 background.