COLOR #418BA6

HEX: #418BA6
RGB: (65,139,166)

Color info

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

RGB color model

#418BA6 color RGB value is (65,139,166).

  • red value is 65;
  • green value is 139;
  • blue value is 166.
RGB:
(65,139,166)
(25%,55%,65%)

RGB channels and saturation

R 65 of 255 = 25%
G 139 of 255 = 55%
B 166 of 255 = 65%

65
139
166

R + G + B ~ 48%. #418BA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 139 + 166 = 370 (100%)
R 65 of 370 ~ 17.57%
G 139 of 370 ~ 37.57%
B 166 of 370 ~ 44.86%

%17.57
%37.57
%44.86

CMYK color model

#418BA6 color CMYK value is (61,16,0,35).

  • cyan value is 60.84%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(61,16,0,35)
C61M16Y0K35 
(61%,16%,0%,35%)
(0.61/0.16/0.00/0.35)	

CMYK percentages

%60.84
%16.27
%0
%34.9

Codes

Color #418BA6 in popluar color models

418BA6
RGB65139166
HSL196°43.72%45.29%
HSB/HSV196°60.84%65.10%
CMYK60.84%16.27%0.00%
34.90%

Color #418BA6 in popluar number systems.

HEX418BA6
Decimal65139166
Binary10000011000101110100110
Octal101213246

Shades and tints

Shades of #418BA6

#418BA6
(65,139,166)
#3C7F97
(60,127,151)
#377388
(55,115,136)
#326779
(50,103,121)
#2D5B6A
(45,91,106)
#284F5B
(40,79,91)
#23434C
(35,67,76)
#1E373D
(30,55,61)
#192B2E
(25,43,46)
#141F1F
(20,31,31)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #418BA6

#418BA6
(65,139,166)
#5295AE
(82,149,174)
#639FB6
(99,159,182)
#74A9BE
(116,169,190)
#85B3C6
(133,179,198)
#96BDCE
(150,189,206)
#A7C7D6
(167,199,214)
#B8D1DE
(184,209,222)
#C9DBE6
(201,219,230)
#DAE5EE
(218,229,238)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418BA6 color. Also use rgb(65,139,166) instead hex code.

Text Font Color

.myTextColor { color: #418BA6; }

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

This text font color is #418BA6.


Background Color

.myBgColor { background-color: #418BA6; }

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

This div background color is #418BA6.


Border color

.myBorderColor { border: 1px solid #418BA6; }

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

This div border color is #418BA6.


Opacity

.myOpacity80 { color: #418BA6; opacity: 0.8; }

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

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

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

This text has shadow with #418BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418BA6 on black background.


Color preview on white background

This text has color #418BA6 on white background.



Black color preview on #418BA6 background

This text has black color on #418BA6 background.


White color preview on #418BA6 background

This text has white color on #418BA6 background.