COLOR #4875CB

HEX: #4875CB RGB: (72,117,203)

Color info

#4875CB contains mainly blue color. Web safe color of #4875CB is #3366CC (or #36C).

RGB color model

#4875CB color RGB value is (72,117,203).

RGB: (72,117,203) (28%, 46%, 80%)

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 203 of 255 = 80%

72
117
203

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

Portions of RGB colors in percentages

R + G + B = 72 + 117 + 203 = 392 (100%)
R 72 of 392 ~ 18.37%
G 117 of 392 ~ 29.85%
B 203 of 392 ~ 51.79'%

%18.37
%29.85
%51.79

CMYK color model

#4875CB color CMYK value is (65,42,0,20).

  • cyan value is 64.53%
  • magenta value is 42.36%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (65,42,0,20)
C65M42Y0K20 (65%, 42%, 0%, 20%)
(0.65 / 0.42 / 0.00 / 0.20)

CMYK percentages

%64.53
%42.36
%0
%20.39

Codes

Color #4875CB in popluar color models

48 75 CB
RGB 72 117 203
HSL 219° 55.74% 53.92%
HSB/HSV 219° 64.53% 79.61%
CMYK 64.53% 42.36% 0.00%
20.39%

Color #4875CB in popluar number systems.

HEX 48 75 CB
Decimal 72 117 203
Binary 1001000 1110101 11001011
Octal 110 165 313

Shades and tints

Shades of #4875CB

#4875CB
(72,117,203)
#426BB9
(66,107,185)
#3C61A7
(60,97,167)
#365795
(54,87,149)
#304D83
(48,77,131)
#2A4371
(42,67,113)
#24395F
(36,57,95)
#1E2F4D
(30,47,77)
#18253B
(24,37,59)
#121B29
(18,27,41)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #4875CB

#4875CB
(72,117,203)
#5881CF
(88,129,207)
#688DD3
(104,141,211)
#7899D7
(120,153,215)
#88A5DB
(136,165,219)
#98B1DF
(152,177,223)
#A8BDE3
(168,189,227)
#B8C9E7
(184,201,231)
#C8D5EB
(200,213,235)
#D8E1EF
(216,225,239)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4875CB color. Also use rgb(72,117,203) instead hex code.

Text Font Color

.myTextColor { color: #4875CB; }

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

This text font color is #4875CB.

Background Color

.myBgColor { background-color: #4875CB; }

<div style="background-color:#4875CB">Inner text</div>

This div background color is #4875CB.

Border color

.myBorderColor { border: 1px solid #4875CB; }

<div style="border:3px solid #4875CB">Div</div>

This div border color is #4875CB.

Opacity

.myOpacity80 { color: #4875CB; opacity: 0.8; }

<p style="color:#4875CB;opacity:0.8;">80%</p>

Text with #4875CB 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 #4875CB;}

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

This text has shadow with #4875CB color.


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

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

This text has shadow with #4875CB primary color and red secondary color.


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

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

This text has shadow with #4875CB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4875CB.

Preview

Color preview on black background

This text has color #4875CB on black background.


Color preview on white background

This text has color #4875CB on white background.


Black color preview on #4875CB background

This text has black color on #4875CB background.


White color preview on #4875CB background

This text has white color on #4875CB background.


Related colors

Complementary color

Complementary color for #hex is #B78A34.


I love getcolorcode.com

Triadic colors

1 #CB4875 and #75CB48 with #4875CB are triadic colors.

2 #CB7548 and #7548CB with #4875CB are triadic colors.