COLOR #4B6297

HEX: #4B6297
RGB: (75,98,151)

Color info

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

RGB color model

#4B6297 color RGB value is (75,98,151).

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

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 151 of 255 = 59%

75
98
151

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

Portions of RGB colors in percentages

R + G + B =
75 + 98 + 151 = 324 (100%)
R 75 of 324 ~ 23.15%
G 98 of 324 ~ 30.25%
B 151 of 324 ~ 46.6%

%23.15
%30.25
%46.6

CMYK color model

#4B6297 color CMYK value is (50,35,0,41).

  • cyan value is 50.33%
  • magenta value is 35.10%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(50,35,0,41)
C50M35Y0K41 
(50%,35%,0%,41%)
(0.50/0.35/0.00/0.41)	

CMYK percentages

%50.33
%35.1
%0
%40.78

Codes

Color #4B6297 in popluar color models

4B6297
RGB7598151
HSL222°33.63%44.31%
HSB/HSV222°50.33%59.22%
CMYK50.33%35.10%0.00%
40.78%

Color #4B6297 in popluar number systems.

HEX4B6297
Decimal7598151
Binary1001011110001010010111
Octal113142227

Shades and tints

Shades of #4B6297

#4B6297
(75,98,151)
#455A8A
(69,90,138)
#3F527D
(63,82,125)
#394A70
(57,74,112)
#334263
(51,66,99)
#2D3A56
(45,58,86)
#273249
(39,50,73)
#212A3C
(33,42,60)
#1B222F
(27,34,47)
#151A22
(21,26,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #4B6297

#4B6297
(75,98,151)
#5B70A0
(91,112,160)
#6B7EA9
(107,126,169)
#7B8CB2
(123,140,178)
#8B9ABB
(139,154,187)
#9BA8C4
(155,168,196)
#ABB6CD
(171,182,205)
#BBC4D6
(187,196,214)
#CBD2DF
(203,210,223)
#DBE0E8
(219,224,232)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6297; }

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

This text font color is #4B6297.


Background Color

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

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

This div background color is #4B6297.


Border color

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

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

This div border color is #4B6297.


Opacity

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

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

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

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

This text has shadow with #4B6297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6297 on black background.


Color preview on white background

This text has color #4B6297 on white background.



Black color preview on #4B6297 background

This text has black color on #4B6297 background.


White color preview on #4B6297 background

This text has white color on #4B6297 background.