COLOR #448BA9

HEX: #448BA9
RGB: (68,139,169)

Color info

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

RGB color model

#448BA9 color RGB value is (68,139,169).

  • red value is 68;
  • green value is 139;
  • blue value is 169.
RGB:
(68,139,169)
(27%,55%,66%)

RGB channels and saturation

R 68 of 255 = 27%
G 139 of 255 = 55%
B 169 of 255 = 66%

68
139
169

R + G + B ~ 49%. #448BA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 139 + 169 = 376 (100%)
R 68 of 376 ~ 18.09%
G 139 of 376 ~ 36.97%
B 169 of 376 ~ 44.95%

%18.09
%36.97
%44.95

CMYK color model

#448BA9 color CMYK value is (60,18,0,34).

  • cyan value is 59.76%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(60,18,0,34)
C60M18Y0K34 
(60%,18%,0%,34%)
(0.60/0.18/0.00/0.34)	

CMYK percentages

%59.76
%17.75
%0
%33.73

Codes

Color #448BA9 in popluar color models

448BA9
RGB68139169
HSL198°42.62%46.47%
HSB/HSV198°59.76%66.27%
CMYK59.76%17.75%0.00%
33.73%

Color #448BA9 in popluar number systems.

HEX448BA9
Decimal68139169
Binary10001001000101110101001
Octal104213251

Shades and tints

Shades of #448BA9

#448BA9
(68,139,169)
#3E7F9A
(62,127,154)
#38738B
(56,115,139)
#32677C
(50,103,124)
#2C5B6D
(44,91,109)
#264F5E
(38,79,94)
#20434F
(32,67,79)
#1A3740
(26,55,64)
#142B31
(20,43,49)
#0E1F22
(14,31,34)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #448BA9

#448BA9
(68,139,169)
#5595B0
(85,149,176)
#669FB7
(102,159,183)
#77A9BE
(119,169,190)
#88B3C5
(136,179,197)
#99BDCC
(153,189,204)
#AAC7D3
(170,199,211)
#BBD1DA
(187,209,218)
#CCDBE1
(204,219,225)
#DDE5E8
(221,229,232)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448BA9 color. Also use rgb(68,139,169) instead hex code.

Text Font Color

.myTextColor { color: #448BA9; }

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

This text font color is #448BA9.


Background Color

.myBgColor { background-color: #448BA9; }

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

This div background color is #448BA9.


Border color

.myBorderColor { border: 1px solid #448BA9; }

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

This div border color is #448BA9.


Opacity

.myOpacity80 { color: #448BA9; opacity: 0.8; }

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

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

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

This text has shadow with #448BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448BA9 on black background.


Color preview on white background

This text has color #448BA9 on white background.



Black color preview on #448BA9 background

This text has black color on #448BA9 background.


White color preview on #448BA9 background

This text has white color on #448BA9 background.