COLOR #465174

HEX: #465174
RGB: (70,81,116)

Color info

#465174 contains red, green and blue colors in about the same proportion. Web safe color of #465174 is #336666 (or #366).

RGB color model

#465174 color RGB value is (70,81,116).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 116 of 255 = 45%

70
81
116

R + G + B ~ 35%. #465174 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 116 = 267 (100%)
R 70 of 267 ~ 26.22%
G 81 of 267 ~ 30.34%
B 116 of 267 ~ 43.45%

%26.22
%30.34
%43.45

CMYK color model

#465174 color CMYK value is (40,30,0,55).

  • cyan value is 39.66%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(40,30,0,55)
C40M30Y0K55 
(40%,30%,0%,55%)
(0.40/0.30/0.00/0.55)	

CMYK percentages

%39.66
%30.17
%0
%54.51

Codes

Color #465174 in popluar color models

465174
RGB7081116
HSL226°24.73%36.47%
HSB/HSV226°39.66%45.49%
CMYK39.66%30.17%0.00%
54.51%

Color #465174 in popluar number systems.

HEX465174
Decimal7081116
Binary100011010100011110100
Octal106121164

Shades and tints

Shades of #465174

#465174
(70,81,116)
#404A6A
(64,74,106)
#3A4360
(58,67,96)
#343C56
(52,60,86)
#2E354C
(46,53,76)
#282E42
(40,46,66)
#222738
(34,39,56)
#1C202E
(28,32,46)
#161924
(22,25,36)
#10121A
(16,18,26)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #465174

#465174
(70,81,116)
#566080
(86,96,128)
#666F8C
(102,111,140)
#767E98
(118,126,152)
#868DA4
(134,141,164)
#969CB0
(150,156,176)
#A6ABBC
(166,171,188)
#B6BAC8
(182,186,200)
#C6C9D4
(198,201,212)
#D6D8E0
(214,216,224)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465174; }

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

This text font color is #465174.


Background Color

.myBgColor { background-color: #465174; }

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

This div background color is #465174.


Border color

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

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

This div border color is #465174.


Opacity

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

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

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

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

This text has shadow with #465174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465174 on black background.


Color preview on white background

This text has color #465174 on white background.



Black color preview on #465174 background

This text has black color on #465174 background.


White color preview on #465174 background

This text has white color on #465174 background.