COLOR #4A5092

HEX: #4A5092
RGB: (74,80,146)

Color info

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

RGB color model

#4A5092 color RGB value is (74,80,146).

  • red value is 74;
  • green value is 80;
  • blue value is 146.
RGB:
(74,80,146)
(29%,31%,57%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 146 of 255 = 57%

74
80
146

R + G + B ~ 39%. #4A5092 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 80 + 146 = 300 (100%)
R 74 of 300 ~ 24.67%
G 80 of 300 ~ 26.67%
B 146 of 300 ~ 48.67%

%24.67
%26.67
%48.67

CMYK color model

#4A5092 color CMYK value is (49,45,0,43).

  • cyan value is 49.32%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(49,45,0,43)
C49M45Y0K43 
(49%,45%,0%,43%)
(0.49/0.45/0.00/0.43)	

CMYK percentages

%49.32
%45.21
%0
%42.75

Codes

Color #4A5092 in popluar color models

4A5092
RGB7480146
HSL235°32.73%43.14%
HSB/HSV235°49.32%57.25%
CMYK49.32%45.21%0.00%
42.75%

Color #4A5092 in popluar number systems.

HEX4A5092
Decimal7480146
Binary1001010101000010010010
Octal112120222

Shades and tints

Shades of #4A5092

#4A5092
(74,80,146)
#444985
(68,73,133)
#3E4278
(62,66,120)
#383B6B
(56,59,107)
#32345E
(50,52,94)
#2C2D51
(44,45,81)
#262644
(38,38,68)
#201F37
(32,31,55)
#1A182A
(26,24,42)
#14111D
(20,17,29)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #4A5092

#4A5092
(74,80,146)
#5A5F9B
(90,95,155)
#6A6EA4
(106,110,164)
#7A7DAD
(122,125,173)
#8A8CB6
(138,140,182)
#9A9BBF
(154,155,191)
#AAAAC8
(170,170,200)
#BAB9D1
(186,185,209)
#CAC8DA
(202,200,218)
#DAD7E3
(218,215,227)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5092 color. Also use rgb(74,80,146) instead hex code.

Text Font Color

.myTextColor { color: #4A5092; }

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

This text font color is #4A5092.


Background Color

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

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

This div background color is #4A5092.


Border color

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

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

This div border color is #4A5092.


Opacity

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

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

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

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

This text has shadow with #4A5092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5092 on black background.


Color preview on white background

This text has color #4A5092 on white background.



Black color preview on #4A5092 background

This text has black color on #4A5092 background.


White color preview on #4A5092 background

This text has white color on #4A5092 background.