COLOR #474265

HEX: #474265
RGB: (71,66,101)

Color info

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

RGB color model

#474265 color RGB value is (71,66,101).

  • red value is 71;
  • green value is 66;
  • blue value is 101.
RGB:
(71,66,101)
(28%,26%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 101 of 255 = 40%

71
66
101

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

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 101 = 238 (100%)
R 71 of 238 ~ 29.83%
G 66 of 238 ~ 27.73%
B 101 of 238 ~ 42.44%

%29.83
%27.73
%42.44

CMYK color model

#474265 color CMYK value is (30,35,0,60).

  • cyan value is 29.70%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(30,35,0,60)
C30M35Y0K60 
(30%,35%,0%,60%)
(0.30/0.35/0.00/0.60)	

CMYK percentages

%29.7
%34.65
%0
%60.39

Codes

Color #474265 in popluar color models

474265
RGB7166101
HSL249°20.96%32.75%
HSB/HSV249°34.65%39.61%
CMYK29.70%34.65%0.00%
60.39%

Color #474265 in popluar number systems.

HEX474265
Decimal7166101
Binary100011110000101100101
Octal107102145

Shades and tints

Shades of #474265

#474265
(71,66,101)
#413C5C
(65,60,92)
#3B3653
(59,54,83)
#35304A
(53,48,74)
#2F2A41
(47,42,65)
#292438
(41,36,56)
#231E2F
(35,30,47)
#1D1826
(29,24,38)
#17121D
(23,18,29)
#110C14
(17,12,20)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #474265

#474265
(71,66,101)
#575373
(87,83,115)
#676481
(103,100,129)
#77758F
(119,117,143)
#87869D
(135,134,157)
#9797AB
(151,151,171)
#A7A8B9
(167,168,185)
#B7B9C7
(183,185,199)
#C7CAD5
(199,202,213)
#D7DBE3
(215,219,227)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474265 color. Also use rgb(71,66,101) instead hex code.

Text Font Color

.myTextColor { color: #474265; }

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

This text font color is #474265.


Background Color

.myBgColor { background-color: #474265; }

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

This div background color is #474265.


Border color

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

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

This div border color is #474265.


Opacity

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

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

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

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

This text has shadow with #474265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474265 on black background.


Color preview on white background

This text has color #474265 on white background.



Black color preview on #474265 background

This text has black color on #474265 background.


White color preview on #474265 background

This text has white color on #474265 background.