COLOR #4795EA

HEX: #4795EA
RGB: (71,149,234)

Color info

#4795EA contains mainly blue color. Web safe color of #4795EA is #3399FF (or #39F).

RGB color model

#4795EA color RGB value is (71,149,234).

  • red value is 71;
  • green value is 149;
  • blue value is 234.
RGB:
(71,149,234)
(28%,58%,92%)

RGB channels and saturation

R 71 of 255 = 28%
G 149 of 255 = 58%
B 234 of 255 = 92%

71
149
234

R + G + B ~ 59%. #4795EA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 149 + 234 = 454 (100%)
R 71 of 454 ~ 15.64%
G 149 of 454 ~ 32.82%
B 234 of 454 ~ 51.54%

%15.64
%32.82
%51.54

CMYK color model

#4795EA color CMYK value is (70,36,0,8).

  • cyan value is 69.66%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(70,36,0,8)
C70M36Y0K8 
(70%,36%,0%,8%)
(0.70/0.36/0.00/0.08)	

CMYK percentages

%69.66
%36.32
%0
%8.24

Codes

Color #4795EA in popluar color models

4795EA
RGB71149234
HSL211°79.51%59.80%
HSB/HSV211°69.66%91.76%
CMYK69.66%36.32%0.00%
8.24%

Color #4795EA in popluar number systems.

HEX4795EA
Decimal71149234
Binary10001111001010111101010
Octal107225352

Shades and tints

Shades of #4795EA

#4795EA
(71,149,234)
#4188D5
(65,136,213)
#3B7BC0
(59,123,192)
#356EAB
(53,110,171)
#2F6196
(47,97,150)
#295481
(41,84,129)
#23476C
(35,71,108)
#1D3A57
(29,58,87)
#172D42
(23,45,66)
#11202D
(17,32,45)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #4795EA

#4795EA
(71,149,234)
#579EEB
(87,158,235)
#67A7EC
(103,167,236)
#77B0ED
(119,176,237)
#87B9EE
(135,185,238)
#97C2EF
(151,194,239)
#A7CBF0
(167,203,240)
#B7D4F1
(183,212,241)
#C7DDF2
(199,221,242)
#D7E6F3
(215,230,243)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4795EA color. Also use rgb(71,149,234) instead hex code.

Text Font Color

.myTextColor { color: #4795EA; }

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

This text font color is #4795EA.


Background Color

.myBgColor { background-color: #4795EA; }

<div style="background-color:#4795EA">Inner text</div>

This div background color is #4795EA.


Border color

.myBorderColor { border: 1px solid #4795EA; }

<div style="border:3px solid #4795EA">Div</div>

This div border color is #4795EA.


Opacity

.myOpacity80 { color: #4795EA; opacity: 0.8; }

<p style="color:#4795EA;opacity:0.8;">80%</p>

Text with #4795EA 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 #4795EA;}

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

This text has shadow with #4795EA color.

.textShadow {text-shadow: 3px 3px 1px #4795EA, 3px 3px 1px red;}

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

This text has shadow with #4795EA primary color and red secondary color.


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

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

This text has shadow with #4795EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4795EA on black background.


Color preview on white background

This text has color #4795EA on white background.



Black color preview on #4795EA background

This text has black color on #4795EA background.


White color preview on #4795EA background

This text has white color on #4795EA background.