COLOR #4B95BA

HEX: #4B95BA RGB: (75,149,186)

Color info

#4B95BA contains mainly green and blue colors. Web safe color of #4B95BA is #3399CC (or #39C).

RGB color model

#4B95BA color RGB value is (75,149,186).

RGB: (75,149,186) (29%, 58%, 73%)

RGB channels and saturation

R 75 of 255 = 29%
G 149 of 255 = 58%
B 186 of 255 = 73%

75
149
186

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

Portions of RGB colors in percentages

R + G + B = 75 + 149 + 186 = 410 (100%)
R 75 of 410 ~ 18.29%
G 149 of 410 ~ 36.34%
B 186 of 410 ~ 45.37'%

%18.29
%36.34
%45.37

CMYK color model

#4B95BA color CMYK value is (60,20,0,27).

  • cyan value is 59.68%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (60,20,0,27)
C60M20Y0K27 (60%, 20%, 0%, 27%)
(0.60 / 0.20 / 0.00 / 0.27)

CMYK percentages

%59.68
%19.89
%0
%27.06

Codes

Color #4B95BA in popluar color models

4B 95 BA
RGB 75 149 186
HSL 200° 44.58% 51.18%
HSB/HSV 200° 59.68% 72.94%
CMYK 59.68% 19.89% 0.00%
27.06%

Color #4B95BA in popluar number systems.

HEX 4B 95 BA
Decimal 75 149 186
Binary 1001011 10010101 10111010
Octal 113 225 272

Shades and tints

Shades of #4B95BA

#4B95BA
(75,149,186)
#4588AA
(69,136,170)
#3F7B9A
(63,123,154)
#396E8A
(57,110,138)
#33617A
(51,97,122)
#2D546A
(45,84,106)
#27475A
(39,71,90)
#213A4A
(33,58,74)
#1B2D3A
(27,45,58)
#15202A
(21,32,42)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #4B95BA

#4B95BA
(75,149,186)
#5B9EC0
(91,158,192)
#6BA7C6
(107,167,198)
#7BB0CC
(123,176,204)
#8BB9D2
(139,185,210)
#9BC2D8
(155,194,216)
#ABCBDE
(171,203,222)
#BBD4E4
(187,212,228)
#CBDDEA
(203,221,234)
#DBE6F0
(219,230,240)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B95BA color. Also use rgb(75,149,186) instead hex code.

Text Font Color

.myTextColor { color: #4B95BA; }

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

This text font color is #4B95BA.

Background Color

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

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

This div background color is #4B95BA.

Border color

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

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

This div border color is #4B95BA.

Opacity

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

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

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

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

This text has shadow with #4B95BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B95BA.

Preview

Color preview on black background

This text has color #4B95BA on black background.


Color preview on white background

This text has color #4B95BA on white background.


Black color preview on #4B95BA background

This text has black color on #4B95BA background.


White color preview on #4B95BA background

This text has white color on #4B95BA background.


Related colors

Complementary color

Complementary color for #hex is #B46A45.


I love getcolorcode.com

Triadic colors

1 #BA4B95 and #95BA4B with #4B95BA are triadic colors.

2 #BA954B and #954BBA with #4B95BA are triadic colors.