COLOR #4D92B8

HEX: #4D92B8 RGB: (77,146,184)

Color info

#4D92B8 contains mainly green and blue colors. Web safe color of #4D92B8 is #3399CC (or #39C).

RGB color model

#4D92B8 color RGB value is (77,146,184).

RGB: (77,146,184) (30%, 57%, 72%)

RGB channels and saturation

R 77 of 255 = 30%
G 146 of 255 = 57%
B 184 of 255 = 72%

77
146
184

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

Portions of RGB colors in percentages

R + G + B = 77 + 146 + 184 = 407 (100%)
R 77 of 407 ~ 18.92%
G 146 of 407 ~ 35.87%
B 184 of 407 ~ 45.21'%

%18.92
%35.87
%45.21

CMYK color model

#4D92B8 color CMYK value is (58,21,0,28).

  • cyan value is 58.15%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (58,21,0,28)
C58M21Y0K28 (58%, 21%, 0%, 28%)
(0.58 / 0.21 / 0.00 / 0.28)

CMYK percentages

%58.15
%20.65
%0
%27.84

Codes

Color #4D92B8 in popluar color models

4D 92 B8
RGB 77 146 184
HSL 201° 42.97% 51.18%
HSB/HSV 201° 58.15% 72.16%
CMYK 58.15% 20.65% 0.00%
27.84%

Color #4D92B8 in popluar number systems.

HEX 4D 92 B8
Decimal 77 146 184
Binary 1001101 10010010 10111000
Octal 115 222 270

Shades and tints

Shades of #4D92B8

#4D92B8
(77,146,184)
#4685A8
(70,133,168)
#3F7898
(63,120,152)
#386B88
(56,107,136)
#315E78
(49,94,120)
#2A5168
(42,81,104)
#234458
(35,68,88)
#1C3748
(28,55,72)
#152A38
(21,42,56)
#0E1D28
(14,29,40)
#071018
(7,16,24)
#000000
(0,0,0)

Tints of #4D92B8

#4D92B8
(77,146,184)
#5D9BBE
(93,155,190)
#6DA4C4
(109,164,196)
#7DADCA
(125,173,202)
#8DB6D0
(141,182,208)
#9DBFD6
(157,191,214)
#ADC8DC
(173,200,220)
#BDD1E2
(189,209,226)
#CDDAE8
(205,218,232)
#DDE3EE
(221,227,238)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D92B8 color. Also use rgb(77,146,184) instead hex code.

Text Font Color

.myTextColor { color: #4D92B8; }

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

This text font color is #4D92B8.

Background Color

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

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

This div background color is #4D92B8.

Border color

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

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

This div border color is #4D92B8.

Opacity

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

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

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

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

This text has shadow with #4D92B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D92B8.

Preview

Color preview on black background

This text has color #4D92B8 on black background.


Color preview on white background

This text has color #4D92B8 on white background.


Black color preview on #4D92B8 background

This text has black color on #4D92B8 background.


White color preview on #4D92B8 background

This text has white color on #4D92B8 background.


Related colors

Complementary color

Complementary color for #hex is #B26D47.


I love getcolorcode.com

Triadic colors

1 #B84D92 and #92B84D with #4D92B8 are triadic colors.

2 #B8924D and #924DB8 with #4D92B8 are triadic colors.