COLOR #469B75

HEX: #469B75
RGB: (70,155,117)

Color info

#469B75 contains mainly green and blue colors. Web safe color of #469B75 is #339966 (or #396).

RGB color model

#469B75 color RGB value is (70,155,117).

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

RGB channels and saturation

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

70
155
117

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

Portions of RGB colors in percentages

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

%20.47
%45.32
%34.21

CMYK color model

#469B75 color CMYK value is (55,0,25,39).

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

CMYK percentages

%54.84
%0
%24.52
%39.22

Codes

Color #469B75 in popluar color models

469B75
RGB70155117
HSL153°37.78%44.12%
HSB/HSV153°54.84%60.78%
CMYK54.84%0.00%24.52%
39.22%

Color #469B75 in popluar number systems.

HEX469B75
Decimal70155117
Binary1000110100110111110101
Octal106233165

Shades and tints

Shades of #469B75

#469B75
(70,155,117)
#408D6B
(64,141,107)
#3A7F61
(58,127,97)
#347157
(52,113,87)
#2E634D
(46,99,77)
#285543
(40,85,67)
#224739
(34,71,57)
#1C392F
(28,57,47)
#162B25
(22,43,37)
#101D1B
(16,29,27)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #469B75

#469B75
(70,155,117)
#56A481
(86,164,129)
#66AD8D
(102,173,141)
#76B699
(118,182,153)
#86BFA5
(134,191,165)
#96C8B1
(150,200,177)
#A6D1BD
(166,209,189)
#B6DAC9
(182,218,201)
#C6E3D5
(198,227,213)
#D6ECE1
(214,236,225)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469B75; }

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

This text font color is #469B75.


Background Color

.myBgColor { background-color: #469B75; }

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

This div background color is #469B75.


Border color

.myBorderColor { border: 1px solid #469B75; }

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

This div border color is #469B75.


Opacity

.myOpacity80 { color: #469B75; opacity: 0.8; }

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

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

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

This text has shadow with #469B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469B75 on black background.


Color preview on white background

This text has color #469B75 on white background.



Black color preview on #469B75 background

This text has black color on #469B75 background.


White color preview on #469B75 background

This text has white color on #469B75 background.