COLOR #75469B

HEX: #75469B
RGB: (117,70,155)

Color info

#75469B contains mainly red and blue colors. Web safe color of #75469B is #663399 (or #639).

RGB color model

#75469B color RGB value is (117,70,155).

  • red value is 117;
  • green value is 70;
  • blue value is 155.
RGB:
(117,70,155)
(46%,27%,61%)

RGB channels and saturation

R 117 of 255 = 46%
G 70 of 255 = 27%
B 155 of 255 = 61%

117
70
155

R + G + B ~ 45%. #75469B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 70 + 155 = 342 (100%)
R 117 of 342 ~ 34.21%
G 70 of 342 ~ 20.47%
B 155 of 342 ~ 45.32%

%34.21
%20.47
%45.32

CMYK color model

#75469B color CMYK value is (25,55,0,39).

  • cyan value is 24.52%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,55,0,39)
C25M55Y0K39 
(25%,55%,0%,39%)
(0.25/0.55/0.00/0.39)	

CMYK percentages

%24.52
%54.84
%0
%39.22

Codes

Color #75469B in popluar color models

75469B
RGB11770155
HSL273°37.78%44.12%
HSB/HSV273°54.84%60.78%
CMYK24.52%54.84%0.00%
39.22%

Color #75469B in popluar number systems.

HEX75469B
Decimal11770155
Binary1110101100011010011011
Octal165106233

Shades and tints

Shades of #75469B

#75469B
(117,70,155)
#6B408D
(107,64,141)
#613A7F
(97,58,127)
#573471
(87,52,113)
#4D2E63
(77,46,99)
#432855
(67,40,85)
#392247
(57,34,71)
#2F1C39
(47,28,57)
#25162B
(37,22,43)
#1B101D
(27,16,29)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #75469B

#75469B
(117,70,155)
#8156A4
(129,86,164)
#8D66AD
(141,102,173)
#9976B6
(153,118,182)
#A586BF
(165,134,191)
#B196C8
(177,150,200)
#BDA6D1
(189,166,209)
#C9B6DA
(201,182,218)
#D5C6E3
(213,198,227)
#E1D6EC
(225,214,236)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75469B color. Also use rgb(117,70,155) instead hex code.

Text Font Color

.myTextColor { color: #75469B; }

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

This text font color is #75469B.


Background Color

.myBgColor { background-color: #75469B; }

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

This div background color is #75469B.


Border color

.myBorderColor { border: 1px solid #75469B; }

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

This div border color is #75469B.


Opacity

.myOpacity80 { color: #75469B; opacity: 0.8; }

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

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

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

This text has shadow with #75469B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75469B on black background.


Color preview on white background

This text has color #75469B on white background.



Black color preview on #75469B background

This text has black color on #75469B background.


White color preview on #75469B background

This text has white color on #75469B background.