COLOR #4B737E

HEX: #4B737E RGB: (75,115,126)

Color info

#4B737E contains red, green and blue colors in about the same proportion. Web safe color of #4B737E is #336666 (or #366).

RGB color model

#4B737E color RGB value is (75,115,126).

RGB: (75,115,126) (29%, 45%, 49%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 126 of 255 = 49%

75
115
126

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

Portions of RGB colors in percentages

R + G + B = 75 + 115 + 126 = 316 (100%)
R 75 of 316 ~ 23.73%
G 115 of 316 ~ 36.39%
B 126 of 316 ~ 39.87'%

%23.73
%36.39
%39.87

CMYK color model

#4B737E color CMYK value is (40,9,0,51).

  • cyan value is 40.48%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (40,9,0,51)
C40M9Y0K51 (40%, 9%, 0%, 51%)
(0.40 / 0.09 / 0.00 / 0.51)

CMYK percentages

%40.48
%8.73
%0
%50.59

Codes

Color #4B737E in popluar color models

4B 73 7E
RGB 75 115 126
HSL 193° 25.37% 39.41%
HSB/HSV 193° 40.48% 49.41%
CMYK 40.48% 8.73% 0.00%
50.59%

Color #4B737E in popluar number systems.

HEX 4B 73 7E
Decimal 75 115 126
Binary 1001011 1110011 1111110
Octal 113 163 176

Shades and tints

Shades of #4B737E

#4B737E
(75,115,126)
#456973
(69,105,115)
#3F5F68
(63,95,104)
#39555D
(57,85,93)
#334B52
(51,75,82)
#2D4147
(45,65,71)
#27373C
(39,55,60)
#212D31
(33,45,49)
#1B2326
(27,35,38)
#15191B
(21,25,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #4B737E

#4B737E
(75,115,126)
#5B7F89
(91,127,137)
#6B8B94
(107,139,148)
#7B979F
(123,151,159)
#8BA3AA
(139,163,170)
#9BAFB5
(155,175,181)
#ABBBC0
(171,187,192)
#BBC7CB
(187,199,203)
#CBD3D6
(203,211,214)
#DBDFE1
(219,223,225)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B737E; }

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

This text font color is #4B737E.

Background Color

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

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

This div background color is #4B737E.

Border color

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

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

This div border color is #4B737E.

Opacity

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

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

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

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

This text has shadow with #4B737E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B737E.

Preview

Color preview on black background

This text has color #4B737E on black background.


Color preview on white background

This text has color #4B737E on white background.


Black color preview on #4B737E background

This text has black color on #4B737E background.


White color preview on #4B737E background

This text has white color on #4B737E background.


Related colors

Complementary color

Complementary color for #hex is #B48C81.


I love getcolorcode.com

Triadic colors

1 #7E4B73 and #737E4B with #4B737E are triadic colors.

2 #7E734B and #734B7E with #4B737E are triadic colors.