COLOR #4B509C

HEX: #4B509C
RGB: (75,80,156)

Color info

#4B509C contains mainly blue color. Web safe color of #4B509C is #336699 (or #369).

RGB color model

#4B509C color RGB value is (75,80,156).

  • red value is 75;
  • green value is 80;
  • blue value is 156.
RGB:
(75,80,156)
(29%,31%,61%)

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 156 of 255 = 61%

75
80
156

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

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 156 = 311 (100%)
R 75 of 311 ~ 24.12%
G 80 of 311 ~ 25.72%
B 156 of 311 ~ 50.16%

%24.12
%25.72
%50.16

CMYK color model

#4B509C color CMYK value is (52,49,0,39).

  • cyan value is 51.92%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(52,49,0,39)
C52M49Y0K39 
(52%,49%,0%,39%)
(0.52/0.49/0.00/0.39)	

CMYK percentages

%51.92
%48.72
%0
%38.82

Codes

Color #4B509C in popluar color models

4B509C
RGB7580156
HSL236°35.06%45.29%
HSB/HSV236°51.92%61.18%
CMYK51.92%48.72%0.00%
38.82%

Color #4B509C in popluar number systems.

HEX4B509C
Decimal7580156
Binary1001011101000010011100
Octal113120234

Shades and tints

Shades of #4B509C

#4B509C
(75,80,156)
#45498E
(69,73,142)
#3F4280
(63,66,128)
#393B72
(57,59,114)
#333464
(51,52,100)
#2D2D56
(45,45,86)
#272648
(39,38,72)
#211F3A
(33,31,58)
#1B182C
(27,24,44)
#15111E
(21,17,30)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #4B509C

#4B509C
(75,80,156)
#5B5FA5
(91,95,165)
#6B6EAE
(107,110,174)
#7B7DB7
(123,125,183)
#8B8CC0
(139,140,192)
#9B9BC9
(155,155,201)
#ABAAD2
(171,170,210)
#BBB9DB
(187,185,219)
#CBC8E4
(203,200,228)
#DBD7ED
(219,215,237)
#EBE6F6
(235,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B509C; }

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

This text font color is #4B509C.


Background Color

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

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

This div background color is #4B509C.


Border color

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

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

This div border color is #4B509C.


Opacity

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

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

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

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

This text has shadow with #4B509C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B509C on black background.


Color preview on white background

This text has color #4B509C on white background.



Black color preview on #4B509C background

This text has black color on #4B509C background.


White color preview on #4B509C background

This text has white color on #4B509C background.