COLOR #4377B0

HEX: #4377B0 RGB: (67,119,176)

Color info

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

RGB color model

#4377B0 color RGB value is (67,119,176).

RGB: (67,119,176) (26%, 47%, 69%)

RGB channels and saturation

R 67 of 255 = 26%
G 119 of 255 = 47%
B 176 of 255 = 69%

67
119
176

R + G + B ~ 47%. #4377B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 119 + 176 = 362 (100%)
R 67 of 362 ~ 18.51%
G 119 of 362 ~ 32.87%
B 176 of 362 ~ 48.62'%

%18.51
%32.87
%48.62

CMYK color model

#4377B0 color CMYK value is (62,32,0,31).

  • cyan value is 61.93%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (62,32,0,31)
C62M32Y0K31 (62%, 32%, 0%, 31%)
(0.62 / 0.32 / 0.00 / 0.31)

CMYK percentages

%61.93
%32.39
%0
%30.98

Codes

Color #4377B0 in popluar color models

43 77 B0
RGB 67 119 176
HSL 211° 44.86% 47.65%
HSB/HSV 211° 61.93% 69.02%
CMYK 61.93% 32.39% 0.00%
30.98%

Color #4377B0 in popluar number systems.

HEX 43 77 B0
Decimal 67 119 176
Binary 1000011 1110111 10110000
Octal 103 167 260

Shades and tints

Shades of #4377B0

#4377B0
(67,119,176)
#3D6DA0
(61,109,160)
#376390
(55,99,144)
#315980
(49,89,128)
#2B4F70
(43,79,112)
#254560
(37,69,96)
#1F3B50
(31,59,80)
#193140
(25,49,64)
#132730
(19,39,48)
#0D1D20
(13,29,32)
#071310
(7,19,16)
#000000
(0,0,0)

Tints of #4377B0

#4377B0
(67,119,176)
#5483B7
(84,131,183)
#658FBE
(101,143,190)
#769BC5
(118,155,197)
#87A7CC
(135,167,204)
#98B3D3
(152,179,211)
#A9BFDA
(169,191,218)
#BACBE1
(186,203,225)
#CBD7E8
(203,215,232)
#DCE3EF
(220,227,239)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4377B0 color. Also use rgb(67,119,176) instead hex code.

Text Font Color

.myTextColor { color: #4377B0; }

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

This text font color is #4377B0.

Background Color

.myBgColor { background-color: #4377B0; }

<div style="background-color:#4377B0">Inner text</div>

This div background color is #4377B0.

Border color

.myBorderColor { border: 1px solid #4377B0; }

<div style="border:3px solid #4377B0">Div</div>

This div border color is #4377B0.

Opacity

.myOpacity80 { color: #4377B0; opacity: 0.8; }

<p style="color:#4377B0;opacity:0.8;">80%</p>

Text with #4377B0 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 #4377B0;}

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

This text has shadow with #4377B0 color.


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

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

This text has shadow with #4377B0 primary color and red secondary color.


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

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

This text has shadow with #4377B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4377B0.

Preview

Color preview on black background

This text has color #4377B0 on black background.


Color preview on white background

This text has color #4377B0 on white background.


Black color preview on #4377B0 background

This text has black color on #4377B0 background.


White color preview on #4377B0 background

This text has white color on #4377B0 background.


Related colors

Complementary color

Complementary color for #hex is #BC884F.


I love getcolorcode.com

Triadic colors

1 #B04377 and #77B043 with #4377B0 are triadic colors.

2 #B07743 and #7743B0 with #4377B0 are triadic colors.