COLOR #4A4BBD

HEX: #4A4BBD
RGB: (74,75,189)

Color info

#4A4BBD contains mainly blue color. Web safe color of #4A4BBD is #3333CC (or #33C).

RGB color model

#4A4BBD color RGB value is (74,75,189).

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

RGB channels and saturation

R 74 of 255 = 29%
G 75 of 255 = 29%
B 189 of 255 = 74%

74
75
189

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

Portions of RGB colors in percentages

R + G + B =
74 + 75 + 189 = 338 (100%)
R 74 of 338 ~ 21.89%
G 75 of 338 ~ 22.19%
B 189 of 338 ~ 55.92%

%21.89
%22.19
%55.92

CMYK color model

#4A4BBD color CMYK value is (61,60,0,26).

  • cyan value is 60.85%
  • magenta value is 60.32%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(61,60,0,26)
C61M60Y0K26 
(61%,60%,0%,26%)
(0.61/0.60/0.00/0.26)	

CMYK percentages

%60.85
%60.32
%0
%25.88

Codes

Color #4A4BBD in popluar color models

4A4BBD
RGB7475189
HSL239°46.56%51.57%
HSB/HSV239°60.85%74.12%
CMYK60.85%60.32%0.00%
25.88%

Color #4A4BBD in popluar number systems.

HEX4A4BBD
Decimal7475189
Binary1001010100101110111101
Octal112113275

Shades and tints

Shades of #4A4BBD

#4A4BBD
(74,75,189)
#4445AC
(68,69,172)
#3E3F9B
(62,63,155)
#38398A
(56,57,138)
#323379
(50,51,121)
#2C2D68
(44,45,104)
#262757
(38,39,87)
#202146
(32,33,70)
#1A1B35
(26,27,53)
#141524
(20,21,36)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #4A4BBD

#4A4BBD
(74,75,189)
#5A5BC3
(90,91,195)
#6A6BC9
(106,107,201)
#7A7BCF
(122,123,207)
#8A8BD5
(138,139,213)
#9A9BDB
(154,155,219)
#AAABE1
(170,171,225)
#BABBE7
(186,187,231)
#CACBED
(202,203,237)
#DADBF3
(218,219,243)
#EAEBF9
(234,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4BBD color. Also use rgb(74,75,189) instead hex code.

Text Font Color

.myTextColor { color: #4A4BBD; }

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

This text font color is #4A4BBD.


Background Color

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

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

This div background color is #4A4BBD.


Border color

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

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

This div border color is #4A4BBD.


Opacity

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

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

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

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

This text has shadow with #4A4BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4BBD on black background.


Color preview on white background

This text has color #4A4BBD on white background.



Black color preview on #4A4BBD background

This text has black color on #4A4BBD background.


White color preview on #4A4BBD background

This text has white color on #4A4BBD background.