COLOR #4B75A8

HEX: #4B75A8
RGB: (75,117,168)

Color info

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

RGB color model

#4B75A8 color RGB value is (75,117,168).

  • red value is 75;
  • green value is 117;
  • blue value is 168.
RGB:
(75,117,168)
(29%,46%,66%)

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 168 of 255 = 66%

75
117
168

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 168 = 360 (100%)
R 75 of 360 ~ 20.83%
G 117 of 360 ~ 32.5%
B 168 of 360 ~ 46.67%

%20.83
%32.5
%46.67

CMYK color model

#4B75A8 color CMYK value is (55,30,0,34).

  • cyan value is 55.36%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(55,30,0,34)
C55M30Y0K34 
(55%,30%,0%,34%)
(0.55/0.30/0.00/0.34)	

CMYK percentages

%55.36
%30.36
%0
%34.12

Codes

Color #4B75A8 in popluar color models

4B75A8
RGB75117168
HSL213°38.27%47.65%
HSB/HSV213°55.36%65.88%
CMYK55.36%30.36%0.00%
34.12%

Color #4B75A8 in popluar number systems.

HEX4B75A8
Decimal75117168
Binary1001011111010110101000
Octal113165250

Shades and tints

Shades of #4B75A8

#4B75A8
(75,117,168)
#456B99
(69,107,153)
#3F618A
(63,97,138)
#39577B
(57,87,123)
#334D6C
(51,77,108)
#2D435D
(45,67,93)
#27394E
(39,57,78)
#212F3F
(33,47,63)
#1B2530
(27,37,48)
#151B21
(21,27,33)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #4B75A8

#4B75A8
(75,117,168)
#5B81AF
(91,129,175)
#6B8DB6
(107,141,182)
#7B99BD
(123,153,189)
#8BA5C4
(139,165,196)
#9BB1CB
(155,177,203)
#ABBDD2
(171,189,210)
#BBC9D9
(187,201,217)
#CBD5E0
(203,213,224)
#DBE1E7
(219,225,231)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B75A8; }

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

This text font color is #4B75A8.


Background Color

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

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

This div background color is #4B75A8.


Border color

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

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

This div border color is #4B75A8.


Opacity

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

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

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

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

This text has shadow with #4B75A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B75A8 on black background.


Color preview on white background

This text has color #4B75A8 on white background.



Black color preview on #4B75A8 background

This text has black color on #4B75A8 background.


White color preview on #4B75A8 background

This text has white color on #4B75A8 background.