COLOR #464A6C

HEX: #464A6C
RGB: (70,74,108)

Color info

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

RGB color model

#464A6C color RGB value is (70,74,108).

  • red value is 70;
  • green value is 74;
  • blue value is 108.
RGB:
(70,74,108)
(27%,29%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 74 of 255 = 29%
B 108 of 255 = 42%

70
74
108

R + G + B ~ 33%. #464A6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 74 + 108 = 252 (100%)
R 70 of 252 ~ 27.78%
G 74 of 252 ~ 29.37%
B 108 of 252 ~ 42.86%

%27.78
%29.37
%42.86

CMYK color model

#464A6C color CMYK value is (35,31,0,58).

  • cyan value is 35.19%
  • magenta value is 31.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(35,31,0,58)
C35M31Y0K58 
(35%,31%,0%,58%)
(0.35/0.31/0.00/0.58)	

CMYK percentages

%35.19
%31.48
%0
%57.65

Codes

Color #464A6C in popluar color models

464A6C
RGB7074108
HSL234°21.35%34.90%
HSB/HSV234°35.19%42.35%
CMYK35.19%31.48%0.00%
57.65%

Color #464A6C in popluar number systems.

HEX464A6C
Decimal7074108
Binary100011010010101101100
Octal106112154

Shades and tints

Shades of #464A6C

#464A6C
(70,74,108)
#404463
(64,68,99)
#3A3E5A
(58,62,90)
#343851
(52,56,81)
#2E3248
(46,50,72)
#282C3F
(40,44,63)
#222636
(34,38,54)
#1C202D
(28,32,45)
#161A24
(22,26,36)
#10141B
(16,20,27)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #464A6C

#464A6C
(70,74,108)
#565A79
(86,90,121)
#666A86
(102,106,134)
#767A93
(118,122,147)
#868AA0
(134,138,160)
#969AAD
(150,154,173)
#A6AABA
(166,170,186)
#B6BAC7
(182,186,199)
#C6CAD4
(198,202,212)
#D6DAE1
(214,218,225)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464A6C color. Also use rgb(70,74,108) instead hex code.

Text Font Color

.myTextColor { color: #464A6C; }

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

This text font color is #464A6C.


Background Color

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

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

This div background color is #464A6C.


Border color

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

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

This div border color is #464A6C.


Opacity

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

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

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

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

This text has shadow with #464A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A6C on black background.


Color preview on white background

This text has color #464A6C on white background.



Black color preview on #464A6C background

This text has black color on #464A6C background.


White color preview on #464A6C background

This text has white color on #464A6C background.