COLOR #4858BE

HEX: #4858BE RGB: (72,88,190)

Color info

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

RGB color model

#4858BE color RGB value is (72,88,190).

RGB: (72,88,190) (28%, 35%, 75%)

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 190 of 255 = 75%

72
88
190

R + G + B ~ 46%. #4858BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 88 + 190 = 350 (100%)
R 72 of 350 ~ 20.57%
G 88 of 350 ~ 25.14%
B 190 of 350 ~ 54.29'%

%20.57
%25.14
%54.29

CMYK color model

#4858BE color CMYK value is (62,54,0,25).

  • cyan value is 62.11%
  • magenta value is 53.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (62,54,0,25)
C62M54Y0K25 (62%, 54%, 0%, 25%)
(0.62 / 0.54 / 0.00 / 0.25)

CMYK percentages

%62.11
%53.68
%0
%25.49

Codes

Color #4858BE in popluar color models

48 58 BE
RGB 72 88 190
HSL 232° 47.58% 51.37%
HSB/HSV 232° 62.11% 74.51%
CMYK 62.11% 53.68% 0.00%
25.49%

Color #4858BE in popluar number systems.

HEX 48 58 BE
Decimal 72 88 190
Binary 1001000 1011000 10111110
Octal 110 130 276

Shades and tints

Shades of #4858BE

#4858BE
(72,88,190)
#4250AD
(66,80,173)
#3C489C
(60,72,156)
#36408B
(54,64,139)
#30387A
(48,56,122)
#2A3069
(42,48,105)
#242858
(36,40,88)
#1E2047
(30,32,71)
#181836
(24,24,54)
#121025
(18,16,37)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #4858BE

#4858BE
(72,88,190)
#5867C3
(88,103,195)
#6876C8
(104,118,200)
#7885CD
(120,133,205)
#8894D2
(136,148,210)
#98A3D7
(152,163,215)
#A8B2DC
(168,178,220)
#B8C1E1
(184,193,225)
#C8D0E6
(200,208,230)
#D8DFEB
(216,223,235)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4858BE color. Also use rgb(72,88,190) instead hex code.

Text Font Color

.myTextColor { color: #4858BE; }

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

This text font color is #4858BE.

Background Color

.myBgColor { background-color: #4858BE; }

<div style="background-color:#4858BE">Inner text</div>

This div background color is #4858BE.

Border color

.myBorderColor { border: 1px solid #4858BE; }

<div style="border:3px solid #4858BE">Div</div>

This div border color is #4858BE.

Opacity

.myOpacity80 { color: #4858BE; opacity: 0.8; }

<p style="color:#4858BE;opacity:0.8;">80%</p>

Text with #4858BE 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 #4858BE;}

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

This text has shadow with #4858BE color.


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

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

This text has shadow with #4858BE primary color and red secondary color.


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

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

This text has shadow with #4858BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4858BE.

Preview

Color preview on black background

This text has color #4858BE on black background.


Color preview on white background

This text has color #4858BE on white background.


Black color preview on #4858BE background

This text has black color on #4858BE background.


White color preview on #4858BE background

This text has white color on #4858BE background.


Related colors

Complementary color

Complementary color for #hex is #B7A741.


I love getcolorcode.com

Triadic colors

1 #BE4858 and #58BE48 with #4858BE are triadic colors.

2 #BE5848 and #5848BE with #4858BE are triadic colors.