COLOR #4B4F97

HEX: #4B4F97
RGB: (75,79,151)

Color info

#4B4F97 contains mainly blue color. Web safe color of #4B4F97 is #336699 (or #369).

RGB color model

#4B4F97 color RGB value is (75,79,151).

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

RGB channels and saturation

R 75 of 255 = 29%
G 79 of 255 = 31%
B 151 of 255 = 59%

75
79
151

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

Portions of RGB colors in percentages

R + G + B =
75 + 79 + 151 = 305 (100%)
R 75 of 305 ~ 24.59%
G 79 of 305 ~ 25.9%
B 151 of 305 ~ 49.51%

%24.59
%25.9
%49.51

CMYK color model

#4B4F97 color CMYK value is (50,48,0,41).

  • cyan value is 50.33%
  • magenta value is 47.68%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(50,48,0,41)
C50M48Y0K41 
(50%,48%,0%,41%)
(0.50/0.48/0.00/0.41)	

CMYK percentages

%50.33
%47.68
%0
%40.78

Codes

Color #4B4F97 in popluar color models

4B4F97
RGB7579151
HSL237°33.63%44.31%
HSB/HSV237°50.33%59.22%
CMYK50.33%47.68%0.00%
40.78%

Color #4B4F97 in popluar number systems.

HEX4B4F97
Decimal7579151
Binary1001011100111110010111
Octal113117227

Shades and tints

Shades of #4B4F97

#4B4F97
(75,79,151)
#45488A
(69,72,138)
#3F417D
(63,65,125)
#393A70
(57,58,112)
#333363
(51,51,99)
#2D2C56
(45,44,86)
#272549
(39,37,73)
#211E3C
(33,30,60)
#1B172F
(27,23,47)
#151022
(21,16,34)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #4B4F97

#4B4F97
(75,79,151)
#5B5FA0
(91,95,160)
#6B6FA9
(107,111,169)
#7B7FB2
(123,127,178)
#8B8FBB
(139,143,187)
#9B9FC4
(155,159,196)
#ABAFCD
(171,175,205)
#BBBFD6
(187,191,214)
#CBCFDF
(203,207,223)
#DBDFE8
(219,223,232)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4F97; }

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

This text font color is #4B4F97.


Background Color

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

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

This div background color is #4B4F97.


Border color

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

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

This div border color is #4B4F97.


Opacity

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

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

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

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

This text has shadow with #4B4F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4F97 on black background.


Color preview on white background

This text has color #4B4F97 on white background.



Black color preview on #4B4F97 background

This text has black color on #4B4F97 background.


White color preview on #4B4F97 background

This text has white color on #4B4F97 background.