COLOR #474585

HEX: #474585
RGB: (71,69,133)

Color info

#474585 contains mainly blue color. Web safe color of #474585 is #333399 (or #339).

RGB color model

#474585 color RGB value is (71,69,133).

  • red value is 71;
  • green value is 69;
  • blue value is 133.
RGB:
(71,69,133)
(28%,27%,52%)

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 133 of 255 = 52%

71
69
133

R + G + B ~ 36%. #474585 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 133 = 273 (100%)
R 71 of 273 ~ 26.01%
G 69 of 273 ~ 25.27%
B 133 of 273 ~ 48.72%

%26.01
%25.27
%48.72

CMYK color model

#474585 color CMYK value is (47,48,0,48).

  • cyan value is 46.62%
  • magenta value is 48.12%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(47,48,0,48)
C47M48Y0K48 
(47%,48%,0%,48%)
(0.47/0.48/0.00/0.48)	

CMYK percentages

%46.62
%48.12
%0
%47.84

Codes

Color #474585 in popluar color models

474585
RGB7169133
HSL242°31.68%39.61%
HSB/HSV242°48.12%52.16%
CMYK46.62%48.12%0.00%
47.84%

Color #474585 in popluar number systems.

HEX474585
Decimal7169133
Binary1000111100010110000101
Octal107105205

Shades and tints

Shades of #474585

#474585
(71,69,133)
#413F79
(65,63,121)
#3B396D
(59,57,109)
#353361
(53,51,97)
#2F2D55
(47,45,85)
#292749
(41,39,73)
#23213D
(35,33,61)
#1D1B31
(29,27,49)
#171525
(23,21,37)
#110F19
(17,15,25)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #474585

#474585
(71,69,133)
#575590
(87,85,144)
#67659B
(103,101,155)
#7775A6
(119,117,166)
#8785B1
(135,133,177)
#9795BC
(151,149,188)
#A7A5C7
(167,165,199)
#B7B5D2
(183,181,210)
#C7C5DD
(199,197,221)
#D7D5E8
(215,213,232)
#E7E5F3
(231,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474585 color. Also use rgb(71,69,133) instead hex code.

Text Font Color

.myTextColor { color: #474585; }

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

This text font color is #474585.


Background Color

.myBgColor { background-color: #474585; }

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

This div background color is #474585.


Border color

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

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

This div border color is #474585.


Opacity

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

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

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

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

This text has shadow with #474585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474585 on black background.


Color preview on white background

This text has color #474585 on white background.



Black color preview on #474585 background

This text has black color on #474585 background.


White color preview on #474585 background

This text has white color on #474585 background.