COLOR #464B74

HEX: #464B74
RGB: (70,75,116)

Color info

#464B74 contains red, green and blue colors in about the same proportion. Web safe color of #464B74 is #333366 (or #336).

RGB color model

#464B74 color RGB value is (70,75,116).

  • red value is 70;
  • green value is 75;
  • blue value is 116.
RGB:
(70,75,116)
(27%,29%,45%)

RGB channels and saturation

R 70 of 255 = 27%
G 75 of 255 = 29%
B 116 of 255 = 45%

70
75
116

R + G + B ~ 34%. #464B74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 75 + 116 = 261 (100%)
R 70 of 261 ~ 26.82%
G 75 of 261 ~ 28.74%
B 116 of 261 ~ 44.44%

%26.82
%28.74
%44.44

CMYK color model

#464B74 color CMYK value is (40,35,0,55).

  • cyan value is 39.66%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(40,35,0,55)
C40M35Y0K55 
(40%,35%,0%,55%)
(0.40/0.35/0.00/0.55)	

CMYK percentages

%39.66
%35.34
%0
%54.51

Codes

Color #464B74 in popluar color models

464B74
RGB7075116
HSL233°24.73%36.47%
HSB/HSV233°39.66%45.49%
CMYK39.66%35.34%0.00%
54.51%

Color #464B74 in popluar number systems.

HEX464B74
Decimal7075116
Binary100011010010111110100
Octal106113164

Shades and tints

Shades of #464B74

#464B74
(70,75,116)
#40456A
(64,69,106)
#3A3F60
(58,63,96)
#343956
(52,57,86)
#2E334C
(46,51,76)
#282D42
(40,45,66)
#222738
(34,39,56)
#1C212E
(28,33,46)
#161B24
(22,27,36)
#10151A
(16,21,26)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #464B74

#464B74
(70,75,116)
#565B80
(86,91,128)
#666B8C
(102,107,140)
#767B98
(118,123,152)
#868BA4
(134,139,164)
#969BB0
(150,155,176)
#A6ABBC
(166,171,188)
#B6BBC8
(182,187,200)
#C6CBD4
(198,203,212)
#D6DBE0
(214,219,224)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464B74 color. Also use rgb(70,75,116) instead hex code.

Text Font Color

.myTextColor { color: #464B74; }

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

This text font color is #464B74.


Background Color

.myBgColor { background-color: #464B74; }

<div style="background-color:#464B74">Inner text</div>

This div background color is #464B74.


Border color

.myBorderColor { border: 1px solid #464B74; }

<div style="border:3px solid #464B74">Div</div>

This div border color is #464B74.


Opacity

.myOpacity80 { color: #464B74; opacity: 0.8; }

<p style="color:#464B74;opacity:0.8;">80%</p>

Text with #464B74 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 #464B74;}

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

This text has shadow with #464B74 color.

.textShadow {text-shadow: 3px 3px 1px #464B74, 3px 3px 1px red;}

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

This text has shadow with #464B74 primary color and red secondary color.


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

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

This text has shadow with #464B74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464B74 on black background.


Color preview on white background

This text has color #464B74 on white background.



Black color preview on #464B74 background

This text has black color on #464B74 background.


White color preview on #464B74 background

This text has white color on #464B74 background.