COLOR #4B6F92

HEX: #4B6F92 RGB: (75,111,146)

Color info

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

RGB color model

#4B6F92 color RGB value is (75,111,146).

RGB: (75,111,146) (29%, 44%, 57%)

RGB channels and saturation

R 75 of 255 = 29%
G 111 of 255 = 44%
B 146 of 255 = 57%

75
111
146

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

Portions of RGB colors in percentages

R + G + B = 75 + 111 + 146 = 332 (100%)
R 75 of 332 ~ 22.59%
G 111 of 332 ~ 33.43%
B 146 of 332 ~ 43.98'%

%22.59
%33.43
%43.98

CMYK color model

#4B6F92 color CMYK value is (49,24,0,43).

  • cyan value is 48.63%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (49,24,0,43)
C49M24Y0K43 (49%, 24%, 0%, 43%)
(0.49 / 0.24 / 0.00 / 0.43)

CMYK percentages

%48.63
%23.97
%0
%42.75

Codes

Color #4B6F92 in popluar color models

4B 6F 92
RGB 75 111 146
HSL 210° 32.13% 43.33%
HSB/HSV 210° 48.63% 57.25%
CMYK 48.63% 23.97% 0.00%
42.75%

Color #4B6F92 in popluar number systems.

HEX 4B 6F 92
Decimal 75 111 146
Binary 1001011 1101111 10010010
Octal 113 157 222

Shades and tints

Shades of #4B6F92

#4B6F92
(75,111,146)
#456585
(69,101,133)
#3F5B78
(63,91,120)
#39516B
(57,81,107)
#33475E
(51,71,94)
#2D3D51
(45,61,81)
#273344
(39,51,68)
#212937
(33,41,55)
#1B1F2A
(27,31,42)
#15151D
(21,21,29)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #4B6F92

#4B6F92
(75,111,146)
#5B7C9B
(91,124,155)
#6B89A4
(107,137,164)
#7B96AD
(123,150,173)
#8BA3B6
(139,163,182)
#9BB0BF
(155,176,191)
#ABBDC8
(171,189,200)
#BBCAD1
(187,202,209)
#CBD7DA
(203,215,218)
#DBE4E3
(219,228,227)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6F92; }

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

This text font color is #4B6F92.

Background Color

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

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

This div background color is #4B6F92.

Border color

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

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

This div border color is #4B6F92.

Opacity

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

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

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

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

This text has shadow with #4B6F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6F92.

Preview

Color preview on black background

This text has color #4B6F92 on black background.


Color preview on white background

This text has color #4B6F92 on white background.


Black color preview on #4B6F92 background

This text has black color on #4B6F92 background.


White color preview on #4B6F92 background

This text has white color on #4B6F92 background.


Related colors

Complementary color

Complementary color for #hex is #B4906D.


I love getcolorcode.com

Triadic colors

1 #924B6F and #6F924B with #4B6F92 are triadic colors.

2 #926F4B and #6F4B92 with #4B6F92 are triadic colors.