COLOR #4079A1

HEX: #4079A1
RGB: (64,121,161)

Color info

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

RGB color model

#4079A1 color RGB value is (64,121,161).

  • red value is 64;
  • green value is 121;
  • blue value is 161.
RGB:
(64,121,161)
(25%,47%,63%)

RGB channels and saturation

R 64 of 255 = 25%
G 121 of 255 = 47%
B 161 of 255 = 63%

64
121
161

R + G + B ~ 45%. #4079A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 121 + 161 = 346 (100%)
R 64 of 346 ~ 18.5%
G 121 of 346 ~ 34.97%
B 161 of 346 ~ 46.53%

%18.5
%34.97
%46.53

CMYK color model

#4079A1 color CMYK value is (60,25,0,37).

  • cyan value is 60.25%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(60,25,0,37)
C60M25Y0K37 
(60%,25%,0%,37%)
(0.60/0.25/0.00/0.37)	

CMYK percentages

%60.25
%24.84
%0
%36.86

Codes

Color #4079A1 in popluar color models

4079A1
RGB64121161
HSL205°43.11%44.12%
HSB/HSV205°60.25%63.14%
CMYK60.25%24.84%0.00%
36.86%

Color #4079A1 in popluar number systems.

HEX4079A1
Decimal64121161
Binary1000000111100110100001
Octal100171241

Shades and tints

Shades of #4079A1

#4079A1
(64,121,161)
#3B6E93
(59,110,147)
#366385
(54,99,133)
#315877
(49,88,119)
#2C4D69
(44,77,105)
#27425B
(39,66,91)
#22374D
(34,55,77)
#1D2C3F
(29,44,63)
#182131
(24,33,49)
#131623
(19,22,35)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #4079A1

#4079A1
(64,121,161)
#5185A9
(81,133,169)
#6291B1
(98,145,177)
#739DB9
(115,157,185)
#84A9C1
(132,169,193)
#95B5C9
(149,181,201)
#A6C1D1
(166,193,209)
#B7CDD9
(183,205,217)
#C8D9E1
(200,217,225)
#D9E5E9
(217,229,233)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4079A1 color. Also use rgb(64,121,161) instead hex code.

Text Font Color

.myTextColor { color: #4079A1; }

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

This text font color is #4079A1.


Background Color

.myBgColor { background-color: #4079A1; }

<div style="background-color:#4079A1">Inner text</div>

This div background color is #4079A1.


Border color

.myBorderColor { border: 1px solid #4079A1; }

<div style="border:3px solid #4079A1">Div</div>

This div border color is #4079A1.


Opacity

.myOpacity80 { color: #4079A1; opacity: 0.8; }

<p style="color:#4079A1;opacity:0.8;">80%</p>

Text with #4079A1 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 #4079A1;}

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

This text has shadow with #4079A1 color.

.textShadow {text-shadow: 3px 3px 1px #4079A1, 3px 3px 1px red;}

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

This text has shadow with #4079A1 primary color and red secondary color.


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

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

This text has shadow with #4079A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4079A1 on black background.


Color preview on white background

This text has color #4079A1 on white background.



Black color preview on #4079A1 background

This text has black color on #4079A1 background.


White color preview on #4079A1 background

This text has white color on #4079A1 background.