COLOR #4B508A

HEX: #4B508A RGB: (75,80,138)

Color info

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

RGB color model

#4B508A color RGB value is (75,80,138).

RGB: (75,80,138) (29%, 31%, 54%)

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 138 of 255 = 54%

75
80
138

R + G + B ~ 38%. #4B508A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 80 + 138 = 293 (100%)
R 75 of 293 ~ 25.6%
G 80 of 293 ~ 27.3%
B 138 of 293 ~ 47.1'%

%25.6
%27.3
%47.1

CMYK color model

#4B508A color CMYK value is (46,42,0,46).

  • cyan value is 45.65%
  • magenta value is 42.03%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (46,42,0,46) C46M42Y0K46 (46%,42%,0%,46%) (0.46/0.42/0.00/0.46) 

CMYK percentages

%45.65
%42.03
%0
%45.88

Codes

Color #4B508A in popluar color models

4B 50 8A
RGB 75 80 138
HSL 235° 29.58% 41.76%
HSB/HSV 235° 45.65% 54.12%
CMYK 45.65% 42.03% 0.00%
45.88%

Color #4B508A in popluar number systems.

HEX 4B 50 8A
Decimal 75 80 138
Binary 1001011 1010000 10001010
Octal 113 120 212

Shades and tints

Shades of #4B508A

#4B508A
(75,80,138)
#45497E
(69,73,126)
#3F4272
(63,66,114)
#393B66
(57,59,102)
#33345A
(51,52,90)
#2D2D4E
(45,45,78)
#272642
(39,38,66)
#211F36
(33,31,54)
#1B182A
(27,24,42)
#15111E
(21,17,30)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #4B508A

#4B508A
(75,80,138)
#5B5F94
(91,95,148)
#6B6E9E
(107,110,158)
#7B7DA8
(123,125,168)
#8B8CB2
(139,140,178)
#9B9BBC
(155,155,188)
#ABAAC6
(171,170,198)
#BBB9D0
(187,185,208)
#CBC8DA
(203,200,218)
#DBD7E4
(219,215,228)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B508A color. Also use rgb(75,80,138) instead hex code.

Text Font Color

.myTextColor { color: #4B508A; }

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

This text font color is #4B508A.

Background Color

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

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

This div background color is #4B508A.

Border color

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

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

This div border color is #4B508A.

Opacity

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

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

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

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

This text has shadow with #4B508A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B508A.

Preview

Color preview on black background

This text has color #4B508A on black background.


Color preview on white background

This text has color #4B508A on white background.


Black color preview on #4B508A background

This text has black color on #4B508A background.


White color preview on #4B508A background

This text has white color on #4B508A background.


Related colors

Complementary color

Complementary color for #hex is #B4AF75.


I love getcolorcode.com

Triadic colors

1 #8A4B50 and #508A4B with #4B508A are triadic colors.

2 #8A504B and #504B8A with #4B508A are triadic colors.