COLOR #4A6097

HEX: #4A6097 RGB: (74,96,151)

Color info

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

RGB color model

#4A6097 color RGB value is (74,96,151).

RGB: (74,96,151) (29%, 38%, 59%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 151 of 255 = 59%

74
96
151

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

Portions of RGB colors in percentages

R + G + B = 74 + 96 + 151 = 321 (100%)
R 74 of 321 ~ 23.05%
G 96 of 321 ~ 29.91%
B 151 of 321 ~ 47.04'%

%23.05
%29.91
%47.04

CMYK color model

#4A6097 color CMYK value is (51,36,0,41).

  • cyan value is 50.99%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (51,36,0,41)
C51M36Y0K41 (51%, 36%, 0%, 41%)
(0.51 / 0.36 / 0.00 / 0.41)

CMYK percentages

%50.99
%36.42
%0
%40.78

Codes

Color #4A6097 in popluar color models

4A 60 97
RGB 74 96 151
HSL 223° 34.22% 44.12%
HSB/HSV 223° 50.99% 59.22%
CMYK 50.99% 36.42% 0.00%
40.78%

Color #4A6097 in popluar number systems.

HEX 4A 60 97
Decimal 74 96 151
Binary 1001010 1100000 10010111
Octal 112 140 227

Shades and tints

Shades of #4A6097

#4A6097
(74,96,151)
#44588A
(68,88,138)
#3E507D
(62,80,125)
#384870
(56,72,112)
#324063
(50,64,99)
#2C3856
(44,56,86)
#263049
(38,48,73)
#20283C
(32,40,60)
#1A202F
(26,32,47)
#141822
(20,24,34)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #4A6097

#4A6097
(74,96,151)
#5A6EA0
(90,110,160)
#6A7CA9
(106,124,169)
#7A8AB2
(122,138,178)
#8A98BB
(138,152,187)
#9AA6C4
(154,166,196)
#AAB4CD
(170,180,205)
#BAC2D6
(186,194,214)
#CAD0DF
(202,208,223)
#DADEE8
(218,222,232)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6097 color. Also use rgb(74,96,151) instead hex code.

Text Font Color

.myTextColor { color: #4A6097; }

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

This text font color is #4A6097.

Background Color

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

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

This div background color is #4A6097.

Border color

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

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

This div border color is #4A6097.

Opacity

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

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

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

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

This text has shadow with #4A6097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6097.

Preview

Color preview on black background

This text has color #4A6097 on black background.


Color preview on white background

This text has color #4A6097 on white background.


Black color preview on #4A6097 background

This text has black color on #4A6097 background.


White color preview on #4A6097 background

This text has white color on #4A6097 background.


Related colors

Complementary color

Complementary color for #hex is #B59F68.


I love getcolorcode.com

Triadic colors

1 #974A60 and #60974A with #4A6097 are triadic colors.

2 #97604A and #604A97 with #4A6097 are triadic colors.