COLOR #48627C

HEX: #48627C
RGB: (72,98,124)

Color info

#48627C contains red, green and blue colors in about the same proportion. Web safe color of #48627C is #336666 (or #366).

RGB color model

#48627C color RGB value is (72,98,124).

  • red value is 72;
  • green value is 98;
  • blue value is 124.
RGB:
(72,98,124)
(28%,38%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 124 of 255 = 49%

72
98
124

R + G + B ~ 38%. #48627C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 124 = 294 (100%)
R 72 of 294 ~ 24.49%
G 98 of 294 ~ 33.33%
B 124 of 294 ~ 42.18%

%24.49
%33.33
%42.18

CMYK color model

#48627C color CMYK value is (42,21,0,51).

  • cyan value is 41.94%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(42,21,0,51)
C42M21Y0K51 
(42%,21%,0%,51%)
(0.42/0.21/0.00/0.51)	

CMYK percentages

%41.94
%20.97
%0
%51.37

Codes

Color #48627C in popluar color models

48627C
RGB7298124
HSL210°26.53%38.43%
HSB/HSV210°41.94%48.63%
CMYK41.94%20.97%0.00%
51.37%

Color #48627C in popluar number systems.

HEX48627C
Decimal7298124
Binary100100011000101111100
Octal110142174

Shades and tints

Shades of #48627C

#48627C
(72,98,124)
#425A71
(66,90,113)
#3C5266
(60,82,102)
#364A5B
(54,74,91)
#304250
(48,66,80)
#2A3A45
(42,58,69)
#24323A
(36,50,58)
#1E2A2F
(30,42,47)
#182224
(24,34,36)
#121A19
(18,26,25)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #48627C

#48627C
(72,98,124)
#587087
(88,112,135)
#687E92
(104,126,146)
#788C9D
(120,140,157)
#889AA8
(136,154,168)
#98A8B3
(152,168,179)
#A8B6BE
(168,182,190)
#B8C4C9
(184,196,201)
#C8D2D4
(200,210,212)
#D8E0DF
(216,224,223)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48627C color. Also use rgb(72,98,124) instead hex code.

Text Font Color

.myTextColor { color: #48627C; }

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

This text font color is #48627C.


Background Color

.myBgColor { background-color: #48627C; }

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

This div background color is #48627C.


Border color

.myBorderColor { border: 1px solid #48627C; }

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

This div border color is #48627C.


Opacity

.myOpacity80 { color: #48627C; opacity: 0.8; }

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

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

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

This text has shadow with #48627C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48627C on black background.


Color preview on white background

This text has color #48627C on white background.



Black color preview on #48627C background

This text has black color on #48627C background.


White color preview on #48627C background

This text has white color on #48627C background.