COLOR #4794AF

HEX: #4794AF RGB: (71,148,175)

Color info

#4794AF contains mainly green and blue colors. Web safe color of #4794AF is #339999 (or #399).

RGB color model

#4794AF color RGB value is (71,148,175).

RGB: (71,148,175) (28%, 58%, 69%)

RGB channels and saturation

R 71 of 255 = 28%
G 148 of 255 = 58%
B 175 of 255 = 69%

71
148
175

R + G + B ~ 52%. #4794AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 148 + 175 = 394 (100%)
R 71 of 394 ~ 18.02%
G 148 of 394 ~ 37.56%
B 175 of 394 ~ 44.42'%

%18.02
%37.56
%44.42

CMYK color model

#4794AF color CMYK value is (59,15,0,31).

  • cyan value is 59.43%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (59,15,0,31)
C59M15Y0K31 (59%, 15%, 0%, 31%)
(0.59 / 0.15 / 0.00 / 0.31)

CMYK percentages

%59.43
%15.43
%0
%31.37

Codes

Color #4794AF in popluar color models

47 94 AF
RGB 71 148 175
HSL 196° 42.28% 48.24%
HSB/HSV 196° 59.43% 68.63%
CMYK 59.43% 15.43% 0.00%
31.37%

Color #4794AF in popluar number systems.

HEX 47 94 AF
Decimal 71 148 175
Binary 1000111 10010100 10101111
Octal 107 224 257

Shades and tints

Shades of #4794AF

#4794AF
(71,148,175)
#4187A0
(65,135,160)
#3B7A91
(59,122,145)
#356D82
(53,109,130)
#2F6073
(47,96,115)
#295364
(41,83,100)
#234655
(35,70,85)
#1D3946
(29,57,70)
#172C37
(23,44,55)
#111F28
(17,31,40)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #4794AF

#4794AF
(71,148,175)
#579DB6
(87,157,182)
#67A6BD
(103,166,189)
#77AFC4
(119,175,196)
#87B8CB
(135,184,203)
#97C1D2
(151,193,210)
#A7CAD9
(167,202,217)
#B7D3E0
(183,211,224)
#C7DCE7
(199,220,231)
#D7E5EE
(215,229,238)
#E7EEF5
(231,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4794AF color. Also use rgb(71,148,175) instead hex code.

Text Font Color

.myTextColor { color: #4794AF; }

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

This text font color is #4794AF.

Background Color

.myBgColor { background-color: #4794AF; }

<div style="background-color:#4794AF">Inner text</div>

This div background color is #4794AF.

Border color

.myBorderColor { border: 1px solid #4794AF; }

<div style="border:3px solid #4794AF">Div</div>

This div border color is #4794AF.

Opacity

.myOpacity80 { color: #4794AF; opacity: 0.8; }

<p style="color:#4794AF;opacity:0.8;">80%</p>

Text with #4794AF 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 #4794AF;}

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

This text has shadow with #4794AF color.


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

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

This text has shadow with #4794AF primary color and red secondary color.


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

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

This text has shadow with #4794AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4794AF.

Preview

Color preview on black background

This text has color #4794AF on black background.


Color preview on white background

This text has color #4794AF on white background.


Black color preview on #4794AF background

This text has black color on #4794AF background.


White color preview on #4794AF background

This text has white color on #4794AF background.


Related colors

Complementary color

Complementary color for #hex is #B86B50.


I love getcolorcode.com

Triadic colors

1 #AF4794 and #94AF47 with #4794AF are triadic colors.

2 #AF9447 and #9447AF with #4794AF are triadic colors.