COLOR #4799A7

HEX: #4799A7
RGB: (71,153,167)

Color info

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

RGB color model

#4799A7 color RGB value is (71,153,167).

  • red value is 71;
  • green value is 153;
  • blue value is 167.
RGB:
(71,153,167)
(28%,60%,65%)

RGB channels and saturation

R 71 of 255 = 28%
G 153 of 255 = 60%
B 167 of 255 = 65%

71
153
167

R + G + B ~ 51%. #4799A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 153 + 167 = 391 (100%)
R 71 of 391 ~ 18.16%
G 153 of 391 ~ 39.13%
B 167 of 391 ~ 42.71%

%18.16
%39.13
%42.71

CMYK color model

#4799A7 color CMYK value is (57,8,0,35).

  • cyan value is 57.49%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(57,8,0,35)
C57M8Y0K35 
(57%,8%,0%,35%)
(0.57/0.08/0.00/0.35)	

CMYK percentages

%57.49
%8.38
%0
%34.51

Codes

Color #4799A7 in popluar color models

4799A7
RGB71153167
HSL189°40.34%46.67%
HSB/HSV189°57.49%65.49%
CMYK57.49%8.38%0.00%
34.51%

Color #4799A7 in popluar number systems.

HEX4799A7
Decimal71153167
Binary10001111001100110100111
Octal107231247

Shades and tints

Shades of #4799A7

#4799A7
(71,153,167)
#418C98
(65,140,152)
#3B7F89
(59,127,137)
#35727A
(53,114,122)
#2F656B
(47,101,107)
#29585C
(41,88,92)
#234B4D
(35,75,77)
#1D3E3E
(29,62,62)
#17312F
(23,49,47)
#112420
(17,36,32)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #4799A7

#4799A7
(71,153,167)
#57A2AF
(87,162,175)
#67ABB7
(103,171,183)
#77B4BF
(119,180,191)
#87BDC7
(135,189,199)
#97C6CF
(151,198,207)
#A7CFD7
(167,207,215)
#B7D8DF
(183,216,223)
#C7E1E7
(199,225,231)
#D7EAEF
(215,234,239)
#E7F3F7
(231,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4799A7 color. Also use rgb(71,153,167) instead hex code.

Text Font Color

.myTextColor { color: #4799A7; }

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

This text font color is #4799A7.


Background Color

.myBgColor { background-color: #4799A7; }

<div style="background-color:#4799A7">Inner text</div>

This div background color is #4799A7.


Border color

.myBorderColor { border: 1px solid #4799A7; }

<div style="border:3px solid #4799A7">Div</div>

This div border color is #4799A7.


Opacity

.myOpacity80 { color: #4799A7; opacity: 0.8; }

<p style="color:#4799A7;opacity:0.8;">80%</p>

Text with #4799A7 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 #4799A7;}

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

This text has shadow with #4799A7 color.

.textShadow {text-shadow: 3px 3px 1px #4799A7, 3px 3px 1px red;}

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

This text has shadow with #4799A7 primary color and red secondary color.


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

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

This text has shadow with #4799A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4799A7 on black background.


Color preview on white background

This text has color #4799A7 on white background.



Black color preview on #4799A7 background

This text has black color on #4799A7 background.


White color preview on #4799A7 background

This text has white color on #4799A7 background.