COLOR #468C93

HEX: #468C93 RGB: (70,140,147)

Color info

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

RGB color model

#468C93 color RGB value is (70,140,147).

RGB: (70,140,147) (27%, 55%, 58%)

RGB channels and saturation

R 70 of 255 = 27%
G 140 of 255 = 55%
B 147 of 255 = 58%

70
140
147

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

Portions of RGB colors in percentages

R + G + B = 70 + 140 + 147 = 357 (100%)
R 70 of 357 ~ 19.61%
G 140 of 357 ~ 39.22%
B 147 of 357 ~ 41.18'%

%19.61
%39.22
%41.18

CMYK color model

#468C93 color CMYK value is (52,5,0,42).

  • cyan value is 52.38%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (52,5,0,42) C52M5Y0K42 (52%,5%,0%,42%) (0.52/0.05/0.00/0.42) 

CMYK percentages

%52.38
%4.76
%0
%42.35

Codes

Color #468C93 in popluar color models

46 8C 93
RGB 70 140 147
HSL 185° 35.48% 42.55%
HSB/HSV 185° 52.38% 57.65%
CMYK 52.38% 4.76% 0.00%
42.35%

Color #468C93 in popluar number systems.

HEX 46 8C 93
Decimal 70 140 147
Binary 1000110 10001100 10010011
Octal 106 214 223

Shades and tints

Shades of #468C93

#468C93
(70,140,147)
#408086
(64,128,134)
#3A7479
(58,116,121)
#34686C
(52,104,108)
#2E5C5F
(46,92,95)
#285052
(40,80,82)
#224445
(34,68,69)
#1C3838
(28,56,56)
#162C2B
(22,44,43)
#10201E
(16,32,30)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #468C93

#468C93
(70,140,147)
#56969C
(86,150,156)
#66A0A5
(102,160,165)
#76AAAE
(118,170,174)
#86B4B7
(134,180,183)
#96BEC0
(150,190,192)
#A6C8C9
(166,200,201)
#B6D2D2
(182,210,210)
#C6DCDB
(198,220,219)
#D6E6E4
(214,230,228)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468C93 color. Also use rgb(70,140,147) instead hex code.

Text Font Color

.myTextColor { color: #468C93; }

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

This text font color is #468C93.

Background Color

.myBgColor { background-color: #468C93; }

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

This div background color is #468C93.

Border color

.myBorderColor { border: 1px solid #468C93; }

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

This div border color is #468C93.

Opacity

.myOpacity80 { color: #468C93; opacity: 0.8; }

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

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

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

This text has shadow with #468C93 color.


.textShadow {text-shadow: 3px 3px 1px #468C93', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #468C93; -webkit-box-shadow: 1px 1px 3px 2px #468C93; box-shadow:1px 1px 3px 2px #468C93;">
Div content here
</div>

This div box has shadow with color #468C93.

Preview

Color preview on black background

This text has color #468C93 on black background.


Color preview on white background

This text has color #468C93 on white background.


Black color preview on #468C93 background

This text has black color on #468C93 background.


White color preview on #468C93 background

This text has white color on #468C93 background.


Related colors

Complementary color

Complementary color for #hex is #B9736C.


I love getcolorcode.com

Triadic colors

1 #93468C and #8C9346 with #468C93 are triadic colors.

2 #938C46 and #8C4693 with #468C93 are triadic colors.