COLOR #4B84A4

HEX: #4B84A4 RGB: (75,132,164)

Color info

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

RGB color model

#4B84A4 color RGB value is (75,132,164).

RGB: (75,132,164) (29%, 52%, 64%)

RGB channels and saturation

R 75 of 255 = 29%
G 132 of 255 = 52%
B 164 of 255 = 64%

75
132
164

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

Portions of RGB colors in percentages

R + G + B = 75 + 132 + 164 = 371 (100%)
R 75 of 371 ~ 20.22%
G 132 of 371 ~ 35.58%
B 164 of 371 ~ 44.2'%

%20.22
%35.58
%44.2

CMYK color model

#4B84A4 color CMYK value is (54,20,0,36).

  • cyan value is 54.27%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (54,20,0,36)
C54M20Y0K36 (54%, 20%, 0%, 36%)
(0.54 / 0.20 / 0.00 / 0.36)

CMYK percentages

%54.27
%19.51
%0
%35.69

Codes

Color #4B84A4 in popluar color models

4B 84 A4
RGB 75 132 164
HSL 202° 37.24% 46.86%
HSB/HSV 202° 54.27% 64.31%
CMYK 54.27% 19.51% 0.00%
35.69%

Color #4B84A4 in popluar number systems.

HEX 4B 84 A4
Decimal 75 132 164
Binary 1001011 10000100 10100100
Octal 113 204 244

Shades and tints

Shades of #4B84A4

#4B84A4
(75,132,164)
#457896
(69,120,150)
#3F6C88
(63,108,136)
#39607A
(57,96,122)
#33546C
(51,84,108)
#2D485E
(45,72,94)
#273C50
(39,60,80)
#213042
(33,48,66)
#1B2434
(27,36,52)
#151826
(21,24,38)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #4B84A4

#4B84A4
(75,132,164)
#5B8FAC
(91,143,172)
#6B9AB4
(107,154,180)
#7BA5BC
(123,165,188)
#8BB0C4
(139,176,196)
#9BBBCC
(155,187,204)
#ABC6D4
(171,198,212)
#BBD1DC
(187,209,220)
#CBDCE4
(203,220,228)
#DBE7EC
(219,231,236)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B84A4 color. Also use rgb(75,132,164) instead hex code.

Text Font Color

.myTextColor { color: #4B84A4; }

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

This text font color is #4B84A4.

Background Color

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

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

This div background color is #4B84A4.

Border color

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

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

This div border color is #4B84A4.

Opacity

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

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

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

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

This text has shadow with #4B84A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B84A4.

Preview

Color preview on black background

This text has color #4B84A4 on black background.


Color preview on white background

This text has color #4B84A4 on white background.


Black color preview on #4B84A4 background

This text has black color on #4B84A4 background.


White color preview on #4B84A4 background

This text has white color on #4B84A4 background.


Related colors

Complementary color

Complementary color for #hex is #B47B5B.


I love getcolorcode.com

Triadic colors

1 #A44B84 and #84A44B with #4B84A4 are triadic colors.

2 #A4844B and #844BA4 with #4B84A4 are triadic colors.