COLOR #469097

HEX: #469097
RGB: (70,144,151)

Color info

#469097 contains mainly green and blue colors. Web safe color of #469097 is #339999 (or #399).

RGB color model

#469097 color RGB value is (70,144,151).

  • red value is 70;
  • green value is 144;
  • blue value is 151.
RGB:
(70,144,151)
(27%,56%,59%)

RGB channels and saturation

R 70 of 255 = 27%
G 144 of 255 = 56%
B 151 of 255 = 59%

70
144
151

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

Portions of RGB colors in percentages

R + G + B =
70 + 144 + 151 = 365 (100%)
R 70 of 365 ~ 19.18%
G 144 of 365 ~ 39.45%
B 151 of 365 ~ 41.37%

%19.18
%39.45
%41.37

CMYK color model

#469097 color CMYK value is (54,5,0,41).

  • cyan value is 53.64%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(54,5,0,41)
C54M5Y0K41 
(54%,5%,0%,41%)
(0.54/0.05/0.00/0.41)	

CMYK percentages

%53.64
%4.64
%0
%40.78

Codes

Color #469097 in popluar color models

469097
RGB70144151
HSL185°36.65%43.33%
HSB/HSV185°53.64%59.22%
CMYK53.64%4.64%0.00%
40.78%

Color #469097 in popluar number systems.

HEX469097
Decimal70144151
Binary10001101001000010010111
Octal106220227

Shades and tints

Shades of #469097

#469097
(70,144,151)
#40838A
(64,131,138)
#3A767D
(58,118,125)
#346970
(52,105,112)
#2E5C63
(46,92,99)
#284F56
(40,79,86)
#224249
(34,66,73)
#1C353C
(28,53,60)
#16282F
(22,40,47)
#101B22
(16,27,34)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #469097

#469097
(70,144,151)
#569AA0
(86,154,160)
#66A4A9
(102,164,169)
#76AEB2
(118,174,178)
#86B8BB
(134,184,187)
#96C2C4
(150,194,196)
#A6CCCD
(166,204,205)
#B6D6D6
(182,214,214)
#C6E0DF
(198,224,223)
#D6EAE8
(214,234,232)
#E6F4F1
(230,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469097 color. Also use rgb(70,144,151) instead hex code.

Text Font Color

.myTextColor { color: #469097; }

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

This text font color is #469097.


Background Color

.myBgColor { background-color: #469097; }

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

This div background color is #469097.


Border color

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

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

This div border color is #469097.


Opacity

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

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

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

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

This text has shadow with #469097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469097 on black background.


Color preview on white background

This text has color #469097 on white background.



Black color preview on #469097 background

This text has black color on #469097 background.


White color preview on #469097 background

This text has white color on #469097 background.