COLOR #4B93A5

HEX: #4B93A5
RGB: (75,147,165)

Color info

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

RGB color model

#4B93A5 color RGB value is (75,147,165).

  • red value is 75;
  • green value is 147;
  • blue value is 165.
RGB:
(75,147,165)
(29%,58%,65%)

RGB channels and saturation

R 75 of 255 = 29%
G 147 of 255 = 58%
B 165 of 255 = 65%

75
147
165

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

Portions of RGB colors in percentages

R + G + B =
75 + 147 + 165 = 387 (100%)
R 75 of 387 ~ 19.38%
G 147 of 387 ~ 37.98%
B 165 of 387 ~ 42.64%

%19.38
%37.98
%42.64

CMYK color model

#4B93A5 color CMYK value is (55,11,0,35).

  • cyan value is 54.55%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(55,11,0,35)
C55M11Y0K35 
(55%,11%,0%,35%)
(0.55/0.11/0.00/0.35)	

CMYK percentages

%54.55
%10.91
%0
%35.29

Codes

Color #4B93A5 in popluar color models

4B93A5
RGB75147165
HSL192°37.50%47.06%
HSB/HSV192°54.55%64.71%
CMYK54.55%10.91%0.00%
35.29%

Color #4B93A5 in popluar number systems.

HEX4B93A5
Decimal75147165
Binary10010111001001110100101
Octal113223245

Shades and tints

Shades of #4B93A5

#4B93A5
(75,147,165)
#458696
(69,134,150)
#3F7987
(63,121,135)
#396C78
(57,108,120)
#335F69
(51,95,105)
#2D525A
(45,82,90)
#27454B
(39,69,75)
#21383C
(33,56,60)
#1B2B2D
(27,43,45)
#151E1E
(21,30,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B93A5

#4B93A5
(75,147,165)
#5B9CAD
(91,156,173)
#6BA5B5
(107,165,181)
#7BAEBD
(123,174,189)
#8BB7C5
(139,183,197)
#9BC0CD
(155,192,205)
#ABC9D5
(171,201,213)
#BBD2DD
(187,210,221)
#CBDBE5
(203,219,229)
#DBE4ED
(219,228,237)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B93A5 color. Also use rgb(75,147,165) instead hex code.

Text Font Color

.myTextColor { color: #4B93A5; }

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

This text font color is #4B93A5.


Background Color

.myBgColor { background-color: #4B93A5; }

<div style="background-color:#4B93A5">Inner text</div>

This div background color is #4B93A5.


Border color

.myBorderColor { border: 1px solid #4B93A5; }

<div style="border:3px solid #4B93A5">Div</div>

This div border color is #4B93A5.


Opacity

.myOpacity80 { color: #4B93A5; opacity: 0.8; }

<p style="color:#4B93A5;opacity:0.8;">80%</p>

Text with #4B93A5 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 #4B93A5;}

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

This text has shadow with #4B93A5 color.

.textShadow {text-shadow: 3px 3px 1px #4B93A5, 3px 3px 1px red;}

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

This text has shadow with #4B93A5 primary color and red secondary color.


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

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

This text has shadow with #4B93A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B93A5 on black background.


Color preview on white background

This text has color #4B93A5 on white background.



Black color preview on #4B93A5 background

This text has black color on #4B93A5 background.


White color preview on #4B93A5 background

This text has white color on #4B93A5 background.