COLOR #4D8290

HEX: #4D8290
RGB: (77,130,144)

Color info

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

RGB color model

#4D8290 color RGB value is (77,130,144).

  • red value is 77;
  • green value is 130;
  • blue value is 144.
RGB:
(77,130,144)
(30%,51%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 130 of 255 = 51%
B 144 of 255 = 56%

77
130
144

R + G + B ~ 46%. #4D8290 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 130 + 144 = 351 (100%)
R 77 of 351 ~ 21.94%
G 130 of 351 ~ 37.04%
B 144 of 351 ~ 41.03%

%21.94
%37.04
%41.03

CMYK color model

#4D8290 color CMYK value is (47,10,0,44).

  • cyan value is 46.53%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(47,10,0,44)
C47M10Y0K44 
(47%,10%,0%,44%)
(0.47/0.10/0.00/0.44)	

CMYK percentages

%46.53
%9.72
%0
%43.53

Codes

Color #4D8290 in popluar color models

4D8290
RGB77130144
HSL193°30.32%43.33%
HSB/HSV193°46.53%56.47%
CMYK46.53%9.72%0.00%
43.53%

Color #4D8290 in popluar number systems.

HEX4D8290
Decimal77130144
Binary10011011000001010010000
Octal115202220

Shades and tints

Shades of #4D8290

#4D8290
(77,130,144)
#467783
(70,119,131)
#3F6C76
(63,108,118)
#386169
(56,97,105)
#31565C
(49,86,92)
#2A4B4F
(42,75,79)
#234042
(35,64,66)
#1C3535
(28,53,53)
#152A28
(21,42,40)
#0E1F1B
(14,31,27)
#07140E
(7,20,14)
#000000
(0,0,0)

Tints of #4D8290

#4D8290
(77,130,144)
#5D8D9A
(93,141,154)
#6D98A4
(109,152,164)
#7DA3AE
(125,163,174)
#8DAEB8
(141,174,184)
#9DB9C2
(157,185,194)
#ADC4CC
(173,196,204)
#BDCFD6
(189,207,214)
#CDDAE0
(205,218,224)
#DDE5EA
(221,229,234)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8290 color. Also use rgb(77,130,144) instead hex code.

Text Font Color

.myTextColor { color: #4D8290; }

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

This text font color is #4D8290.


Background Color

.myBgColor { background-color: #4D8290; }

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

This div background color is #4D8290.


Border color

.myBorderColor { border: 1px solid #4D8290; }

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

This div border color is #4D8290.


Opacity

.myOpacity80 { color: #4D8290; opacity: 0.8; }

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

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

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

This text has shadow with #4D8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8290 on black background.


Color preview on white background

This text has color #4D8290 on white background.



Black color preview on #4D8290 background

This text has black color on #4D8290 background.


White color preview on #4D8290 background

This text has white color on #4D8290 background.