COLOR #4B7E8A

HEX: #4B7E8A RGB: (75,126,138)

Color info

#4B7E8A contains mainly green and blue colors. Web safe color of #4B7E8A is #336699 (or #369).

RGB color model

#4B7E8A color RGB value is (75,126,138).

RGB: (75,126,138) (29%, 49%, 54%)

RGB channels and saturation

R 75 of 255 = 29%
G 126 of 255 = 49%
B 138 of 255 = 54%

75
126
138

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

Portions of RGB colors in percentages

R + G + B = 75 + 126 + 138 = 339 (100%)
R 75 of 339 ~ 22.12%
G 126 of 339 ~ 37.17%
B 138 of 339 ~ 40.71'%

%22.12
%37.17
%40.71

CMYK color model

#4B7E8A color CMYK value is (46,9,0,46).

  • cyan value is 45.65%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (46,9,0,46)
C46M9Y0K46 (46%, 9%, 0%, 46%)
(0.46 / 0.09 / 0.00 / 0.46)

CMYK percentages

%45.65
%8.7
%0
%45.88

Codes

Color #4B7E8A in popluar color models

4B 7E 8A
RGB 75 126 138
HSL 191° 29.58% 41.76%
HSB/HSV 191° 45.65% 54.12%
CMYK 45.65% 8.70% 0.00%
45.88%

Color #4B7E8A in popluar number systems.

HEX 4B 7E 8A
Decimal 75 126 138
Binary 1001011 1111110 10001010
Octal 113 176 212

Shades and tints

Shades of #4B7E8A

#4B7E8A
(75,126,138)
#45737E
(69,115,126)
#3F6872
(63,104,114)
#395D66
(57,93,102)
#33525A
(51,82,90)
#2D474E
(45,71,78)
#273C42
(39,60,66)
#213136
(33,49,54)
#1B262A
(27,38,42)
#151B1E
(21,27,30)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #4B7E8A

#4B7E8A
(75,126,138)
#5B8994
(91,137,148)
#6B949E
(107,148,158)
#7B9FA8
(123,159,168)
#8BAAB2
(139,170,178)
#9BB5BC
(155,181,188)
#ABC0C6
(171,192,198)
#BBCBD0
(187,203,208)
#CBD6DA
(203,214,218)
#DBE1E4
(219,225,228)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7E8A color. Also use rgb(75,126,138) instead hex code.

Text Font Color

.myTextColor { color: #4B7E8A; }

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

This text font color is #4B7E8A.

Background Color

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

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

This div background color is #4B7E8A.

Border color

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

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

This div border color is #4B7E8A.

Opacity

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

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

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

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

This text has shadow with #4B7E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7E8A.

Preview

Color preview on black background

This text has color #4B7E8A on black background.


Color preview on white background

This text has color #4B7E8A on white background.


Black color preview on #4B7E8A background

This text has black color on #4B7E8A background.


White color preview on #4B7E8A background

This text has white color on #4B7E8A background.


Related colors

Complementary color

Complementary color for #hex is #B48175.


I love getcolorcode.com

Triadic colors

1 #8A4B7E and #7E8A4B with #4B7E8A are triadic colors.

2 #8A7E4B and #7E4B8A with #4B7E8A are triadic colors.