COLOR #4A75B8

HEX: #4A75B8
RGB: (74,117,184)

Color info

#4A75B8 contains mainly blue color. Web safe color of #4A75B8 is #3366CC (or #36C).

RGB color model

#4A75B8 color RGB value is (74,117,184).

  • red value is 74;
  • green value is 117;
  • blue value is 184.
RGB:
(74,117,184)
(29%,46%,72%)

RGB channels and saturation

R 74 of 255 = 29%
G 117 of 255 = 46%
B 184 of 255 = 72%

74
117
184

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

Portions of RGB colors in percentages

R + G + B =
74 + 117 + 184 = 375 (100%)
R 74 of 375 ~ 19.73%
G 117 of 375 ~ 31.2%
B 184 of 375 ~ 49.07%

%19.73
%31.2
%49.07

CMYK color model

#4A75B8 color CMYK value is (60,36,0,28).

  • cyan value is 59.78%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(60,36,0,28)
C60M36Y0K28 
(60%,36%,0%,28%)
(0.60/0.36/0.00/0.28)	

CMYK percentages

%59.78
%36.41
%0
%27.84

Codes

Color #4A75B8 in popluar color models

4A75B8
RGB74117184
HSL217°43.65%50.59%
HSB/HSV217°59.78%72.16%
CMYK59.78%36.41%0.00%
27.84%

Color #4A75B8 in popluar number systems.

HEX4A75B8
Decimal74117184
Binary1001010111010110111000
Octal112165270

Shades and tints

Shades of #4A75B8

#4A75B8
(74,117,184)
#446BA8
(68,107,168)
#3E6198
(62,97,152)
#385788
(56,87,136)
#324D78
(50,77,120)
#2C4368
(44,67,104)
#263958
(38,57,88)
#202F48
(32,47,72)
#1A2538
(26,37,56)
#141B28
(20,27,40)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #4A75B8

#4A75B8
(74,117,184)
#5A81BE
(90,129,190)
#6A8DC4
(106,141,196)
#7A99CA
(122,153,202)
#8AA5D0
(138,165,208)
#9AB1D6
(154,177,214)
#AABDDC
(170,189,220)
#BAC9E2
(186,201,226)
#CAD5E8
(202,213,232)
#DAE1EE
(218,225,238)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A75B8 color. Also use rgb(74,117,184) instead hex code.

Text Font Color

.myTextColor { color: #4A75B8; }

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

This text font color is #4A75B8.


Background Color

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

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

This div background color is #4A75B8.


Border color

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

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

This div border color is #4A75B8.


Opacity

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

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

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

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

This text has shadow with #4A75B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A75B8 on black background.


Color preview on white background

This text has color #4A75B8 on white background.



Black color preview on #4A75B8 background

This text has black color on #4A75B8 background.


White color preview on #4A75B8 background

This text has white color on #4A75B8 background.