COLOR #464068

HEX: #464068
RGB: (70,64,104)

Color info

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

RGB color model

#464068 color RGB value is (70,64,104).

  • red value is 70;
  • green value is 64;
  • blue value is 104.
RGB:
(70,64,104)
(27%,25%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 104 of 255 = 41%

70
64
104

R + G + B ~ 31%. #464068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 104 = 238 (100%)
R 70 of 238 ~ 29.41%
G 64 of 238 ~ 26.89%
B 104 of 238 ~ 43.7%

%29.41
%26.89
%43.7

CMYK color model

#464068 color CMYK value is (33,38,0,59).

  • cyan value is 32.69%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(33,38,0,59)
C33M38Y0K59 
(33%,38%,0%,59%)
(0.33/0.38/0.00/0.59)	

CMYK percentages

%32.69
%38.46
%0
%59.22

Codes

Color #464068 in popluar color models

464068
RGB7064104
HSL249°23.81%32.94%
HSB/HSV249°38.46%40.78%
CMYK32.69%38.46%0.00%
59.22%

Color #464068 in popluar number systems.

HEX464068
Decimal7064104
Binary100011010000001101000
Octal106100150

Shades and tints

Shades of #464068

#464068
(70,64,104)
#403B5F
(64,59,95)
#3A3656
(58,54,86)
#34314D
(52,49,77)
#2E2C44
(46,44,68)
#28273B
(40,39,59)
#222232
(34,34,50)
#1C1D29
(28,29,41)
#161820
(22,24,32)
#101317
(16,19,23)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #464068

#464068
(70,64,104)
#565175
(86,81,117)
#666282
(102,98,130)
#76738F
(118,115,143)
#86849C
(134,132,156)
#9695A9
(150,149,169)
#A6A6B6
(166,166,182)
#B6B7C3
(182,183,195)
#C6C8D0
(198,200,208)
#D6D9DD
(214,217,221)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464068 color. Also use rgb(70,64,104) instead hex code.

Text Font Color

.myTextColor { color: #464068; }

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

This text font color is #464068.


Background Color

.myBgColor { background-color: #464068; }

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

This div background color is #464068.


Border color

.myBorderColor { border: 1px solid #464068; }

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

This div border color is #464068.


Opacity

.myOpacity80 { color: #464068; opacity: 0.8; }

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

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

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

This text has shadow with #464068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464068 on black background.


Color preview on white background

This text has color #464068 on white background.



Black color preview on #464068 background

This text has black color on #464068 background.


White color preview on #464068 background

This text has white color on #464068 background.