COLOR #4B80A8

HEX: #4B80A8 RGB: (75,128,168)

Color info

#4B80A8 contains mainly green and blue colors. Web safe color of #4B80A8 is #336699 (or #369).

RGB color model

#4B80A8 color RGB value is (75,128,168).

RGB: (75,128,168) (29%, 50%, 66%)

RGB channels and saturation

R 75 of 255 = 29%
G 128 of 255 = 50%
B 168 of 255 = 66%

75
128
168

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

Portions of RGB colors in percentages

R + G + B = 75 + 128 + 168 = 371 (100%)
R 75 of 371 ~ 20.22%
G 128 of 371 ~ 34.5%
B 168 of 371 ~ 45.28'%

%20.22
%34.5
%45.28

CMYK color model

#4B80A8 color CMYK value is (55,24,0,34).

  • cyan value is 55.36%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (55,24,0,34)
C55M24Y0K34 (55%, 24%, 0%, 34%)
(0.55 / 0.24 / 0.00 / 0.34)

CMYK percentages

%55.36
%23.81
%0
%34.12

Codes

Color #4B80A8 in popluar color models

4B 80 A8
RGB 75 128 168
HSL 206° 38.27% 47.65%
HSB/HSV 206° 55.36% 65.88%
CMYK 55.36% 23.81% 0.00%
34.12%

Color #4B80A8 in popluar number systems.

HEX 4B 80 A8
Decimal 75 128 168
Binary 1001011 10000000 10101000
Octal 113 200 250

Shades and tints

Shades of #4B80A8

#4B80A8
(75,128,168)
#457599
(69,117,153)
#3F6A8A
(63,106,138)
#395F7B
(57,95,123)
#33546C
(51,84,108)
#2D495D
(45,73,93)
#273E4E
(39,62,78)
#21333F
(33,51,63)
#1B2830
(27,40,48)
#151D21
(21,29,33)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #4B80A8

#4B80A8
(75,128,168)
#5B8BAF
(91,139,175)
#6B96B6
(107,150,182)
#7BA1BD
(123,161,189)
#8BACC4
(139,172,196)
#9BB7CB
(155,183,203)
#ABC2D2
(171,194,210)
#BBCDD9
(187,205,217)
#CBD8E0
(203,216,224)
#DBE3E7
(219,227,231)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B80A8 color. Also use rgb(75,128,168) instead hex code.

Text Font Color

.myTextColor { color: #4B80A8; }

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

This text font color is #4B80A8.

Background Color

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

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

This div background color is #4B80A8.

Border color

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

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

This div border color is #4B80A8.

Opacity

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

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

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

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

This text has shadow with #4B80A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B80A8.

Preview

Color preview on black background

This text has color #4B80A8 on black background.


Color preview on white background

This text has color #4B80A8 on white background.


Black color preview on #4B80A8 background

This text has black color on #4B80A8 background.


White color preview on #4B80A8 background

This text has white color on #4B80A8 background.


Related colors

Complementary color

Complementary color for #hex is #B47F57.


I love getcolorcode.com

Triadic colors

1 #A84B80 and #80A84B with #4B80A8 are triadic colors.

2 #A8804B and #804BA8 with #4B80A8 are triadic colors.