COLOR #434AAB

HEX: #434AAB RGB: (67,74,171)

Color info

#434AAB contains mainly blue color. Web safe color of #434AAB is #333399 (or #339).

RGB color model

#434AAB color RGB value is (67,74,171).

RGB: (67,74,171) (26%, 29%, 67%)

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 171 of 255 = 67%

67
74
171

R + G + B ~ 41%. #434AAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 74 + 171 = 312 (100%)
R 67 of 312 ~ 21.47%
G 74 of 312 ~ 23.72%
B 171 of 312 ~ 54.81'%

%21.47
%23.72
%54.81

CMYK color model

#434AAB color CMYK value is (61,57,0,33).

  • cyan value is 60.82%
  • magenta value is 56.73%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (61,57,0,33)
C61M57Y0K33 (61%, 57%, 0%, 33%)
(0.61 / 0.57 / 0.00 / 0.33)

CMYK percentages

%60.82
%56.73
%0
%32.94

Codes

Color #434AAB in popluar color models

43 4A AB
RGB 67 74 171
HSL 236° 43.70% 46.67%
HSB/HSV 236° 60.82% 67.06%
CMYK 60.82% 56.73% 0.00%
32.94%

Color #434AAB in popluar number systems.

HEX 43 4A AB
Decimal 67 74 171
Binary 1000011 1001010 10101011
Octal 103 112 253

Shades and tints

Shades of #434AAB

#434AAB
(67,74,171)
#3D449C
(61,68,156)
#373E8D
(55,62,141)
#31387E
(49,56,126)
#2B326F
(43,50,111)
#252C60
(37,44,96)
#1F2651
(31,38,81)
#192042
(25,32,66)
#131A33
(19,26,51)
#0D1424
(13,20,36)
#070E15
(7,14,21)
#000000
(0,0,0)

Tints of #434AAB

#434AAB
(67,74,171)
#545AB2
(84,90,178)
#656AB9
(101,106,185)
#767AC0
(118,122,192)
#878AC7
(135,138,199)
#989ACE
(152,154,206)
#A9AAD5
(169,170,213)
#BABADC
(186,186,220)
#CBCAE3
(203,202,227)
#DCDAEA
(220,218,234)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434AAB color. Also use rgb(67,74,171) instead hex code.

Text Font Color

.myTextColor { color: #434AAB; }

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

This text font color is #434AAB.

Background Color

.myBgColor { background-color: #434AAB; }

<div style="background-color:#434AAB">Inner text</div>

This div background color is #434AAB.

Border color

.myBorderColor { border: 1px solid #434AAB; }

<div style="border:3px solid #434AAB">Div</div>

This div border color is #434AAB.

Opacity

.myOpacity80 { color: #434AAB; opacity: 0.8; }

<p style="color:#434AAB;opacity:0.8;">80%</p>

Text with #434AAB 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 #434AAB;}

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

This text has shadow with #434AAB color.


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

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

This text has shadow with #434AAB primary color and red secondary color.


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

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

This text has shadow with #434AAB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #434AAB.

Preview

Color preview on black background

This text has color #434AAB on black background.


Color preview on white background

This text has color #434AAB on white background.


Black color preview on #434AAB background

This text has black color on #434AAB background.


White color preview on #434AAB background

This text has white color on #434AAB background.


Related colors

Complementary color

Complementary color for #hex is #BCB554.


I love getcolorcode.com

Triadic colors

1 #AB434A and #4AAB43 with #434AAB are triadic colors.

2 #AB4A43 and #4A43AB with #434AAB are triadic colors.