COLOR #4B9DCA

HEX: #4B9DCA RGB: (75,157,202)

Color info

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

RGB color model

#4B9DCA color RGB value is (75,157,202).

RGB: (75,157,202) (29%, 62%, 79%)

RGB channels and saturation

R 75 of 255 = 29%
G 157 of 255 = 62%
B 202 of 255 = 79%

75
157
202

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

Portions of RGB colors in percentages

R + G + B = 75 + 157 + 202 = 434 (100%)
R 75 of 434 ~ 17.28%
G 157 of 434 ~ 36.18%
B 202 of 434 ~ 46.54'%

%17.28
%36.18
%46.54

CMYK color model

#4B9DCA color CMYK value is (63,22,0,21).

  • cyan value is 62.87%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (63,22,0,21) C63M22Y0K21 (63%,22%,0%,21%) (0.63/0.22/0.00/0.21) 

CMYK percentages

%62.87
%22.28
%0
%20.78

Codes

Color #4B9DCA in popluar color models

4B 9D CA
RGB 75 157 202
HSL 201° 54.51% 54.31%
HSB/HSV 201° 62.87% 79.22%
CMYK 62.87% 22.28% 0.00%
20.78%

Color #4B9DCA in popluar number systems.

HEX 4B 9D CA
Decimal 75 157 202
Binary 1001011 10011101 11001010
Octal 113 235 312

Shades and tints

Shades of #4B9DCA

#4B9DCA
(75,157,202)
#458FB8
(69,143,184)
#3F81A6
(63,129,166)
#397394
(57,115,148)
#336582
(51,101,130)
#2D5770
(45,87,112)
#27495E
(39,73,94)
#213B4C
(33,59,76)
#1B2D3A
(27,45,58)
#151F28
(21,31,40)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #4B9DCA

#4B9DCA
(75,157,202)
#5BA5CE
(91,165,206)
#6BADD2
(107,173,210)
#7BB5D6
(123,181,214)
#8BBDDA
(139,189,218)
#9BC5DE
(155,197,222)
#ABCDE2
(171,205,226)
#BBD5E6
(187,213,230)
#CBDDEA
(203,221,234)
#DBE5EE
(219,229,238)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9DCA color. Also use rgb(75,157,202) instead hex code.

Text Font Color

.myTextColor { color: #4B9DCA; }

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

This text font color is #4B9DCA.

Background Color

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

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

This div background color is #4B9DCA.

Border color

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

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

This div border color is #4B9DCA.

Opacity

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

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

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

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

This text has shadow with #4B9DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B9DCA.

Preview

Color preview on black background

This text has color #4B9DCA on black background.


Color preview on white background

This text has color #4B9DCA on white background.


Black color preview on #4B9DCA background

This text has black color on #4B9DCA background.


White color preview on #4B9DCA background

This text has white color on #4B9DCA background.


Related colors

Complementary color

Complementary color for #hex is #B46235.


I love getcolorcode.com

Triadic colors

1 #CA4B9D and #9DCA4B with #4B9DCA are triadic colors.

2 #CA9D4B and #9D4BCA with #4B9DCA are triadic colors.