COLOR #4A82BF

HEX: #4A82BF
RGB: (74,130,191)

Color info

#4A82BF contains mainly blue color. Web safe color of #4A82BF is #3399CC (or #39C).

RGB color model

#4A82BF color RGB value is (74,130,191).

  • red value is 74;
  • green value is 130;
  • blue value is 191.
RGB:
(74,130,191)
(29%,51%,75%)

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 191 of 255 = 75%

74
130
191

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

Portions of RGB colors in percentages

R + G + B =
74 + 130 + 191 = 395 (100%)
R 74 of 395 ~ 18.73%
G 130 of 395 ~ 32.91%
B 191 of 395 ~ 48.35%

%18.73
%32.91
%48.35

CMYK color model

#4A82BF color CMYK value is (61,32,0,25).

  • cyan value is 61.26%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(61,32,0,25)
C61M32Y0K25 
(61%,32%,0%,25%)
(0.61/0.32/0.00/0.25)	

CMYK percentages

%61.26
%31.94
%0
%25.1

Codes

Color #4A82BF in popluar color models

4A82BF
RGB74130191
HSL211°47.76%51.96%
HSB/HSV211°61.26%74.90%
CMYK61.26%31.94%0.00%
25.10%

Color #4A82BF in popluar number systems.

HEX4A82BF
Decimal74130191
Binary10010101000001010111111
Octal112202277

Shades and tints

Shades of #4A82BF

#4A82BF
(74,130,191)
#4477AE
(68,119,174)
#3E6C9D
(62,108,157)
#38618C
(56,97,140)
#32567B
(50,86,123)
#2C4B6A
(44,75,106)
#264059
(38,64,89)
#203548
(32,53,72)
#1A2A37
(26,42,55)
#141F26
(20,31,38)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #4A82BF

#4A82BF
(74,130,191)
#5A8DC4
(90,141,196)
#6A98C9
(106,152,201)
#7AA3CE
(122,163,206)
#8AAED3
(138,174,211)
#9AB9D8
(154,185,216)
#AAC4DD
(170,196,221)
#BACFE2
(186,207,226)
#CADAE7
(202,218,231)
#DAE5EC
(218,229,236)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A82BF color. Also use rgb(74,130,191) instead hex code.

Text Font Color

.myTextColor { color: #4A82BF; }

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

This text font color is #4A82BF.


Background Color

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

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

This div background color is #4A82BF.


Border color

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

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

This div border color is #4A82BF.


Opacity

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

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

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

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

This text has shadow with #4A82BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A82BF on black background.


Color preview on white background

This text has color #4A82BF on white background.



Black color preview on #4A82BF background

This text has black color on #4A82BF background.


White color preview on #4A82BF background

This text has white color on #4A82BF background.