COLOR #4458A8

HEX: #4458A8
RGB: (68,88,168)

Color info

#4458A8 contains mainly blue color. Web safe color of #4458A8 is #336699 (or #369).

RGB color model

#4458A8 color RGB value is (68,88,168).

  • red value is 68;
  • green value is 88;
  • blue value is 168.
RGB:
(68,88,168)
(27%,35%,66%)

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 168 of 255 = 66%

68
88
168

R + G + B ~ 43%. #4458A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 88 + 168 = 324 (100%)
R 68 of 324 ~ 20.99%
G 88 of 324 ~ 27.16%
B 168 of 324 ~ 51.85%

%20.99
%27.16
%51.85

CMYK color model

#4458A8 color CMYK value is (60,48,0,34).

  • cyan value is 59.52%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(60,48,0,34)
C60M48Y0K34 
(60%,48%,0%,34%)
(0.60/0.48/0.00/0.34)	

CMYK percentages

%59.52
%47.62
%0
%34.12

Codes

Color #4458A8 in popluar color models

4458A8
RGB6888168
HSL228°42.37%46.27%
HSB/HSV228°59.52%65.88%
CMYK59.52%47.62%0.00%
34.12%

Color #4458A8 in popluar number systems.

HEX4458A8
Decimal6888168
Binary1000100101100010101000
Octal104130250

Shades and tints

Shades of #4458A8

#4458A8
(68,88,168)
#3E5099
(62,80,153)
#38488A
(56,72,138)
#32407B
(50,64,123)
#2C386C
(44,56,108)
#26305D
(38,48,93)
#20284E
(32,40,78)
#1A203F
(26,32,63)
#141830
(20,24,48)
#0E1021
(14,16,33)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #4458A8

#4458A8
(68,88,168)
#5567AF
(85,103,175)
#6676B6
(102,118,182)
#7785BD
(119,133,189)
#8894C4
(136,148,196)
#99A3CB
(153,163,203)
#AAB2D2
(170,178,210)
#BBC1D9
(187,193,217)
#CCD0E0
(204,208,224)
#DDDFE7
(221,223,231)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4458A8 color. Also use rgb(68,88,168) instead hex code.

Text Font Color

.myTextColor { color: #4458A8; }

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

This text font color is #4458A8.


Background Color

.myBgColor { background-color: #4458A8; }

<div style="background-color:#4458A8">Inner text</div>

This div background color is #4458A8.


Border color

.myBorderColor { border: 1px solid #4458A8; }

<div style="border:3px solid #4458A8">Div</div>

This div border color is #4458A8.


Opacity

.myOpacity80 { color: #4458A8; opacity: 0.8; }

<p style="color:#4458A8;opacity:0.8;">80%</p>

Text with #4458A8 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 #4458A8;}

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

This text has shadow with #4458A8 color.

.textShadow {text-shadow: 3px 3px 1px #4458A8, 3px 3px 1px red;}

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

This text has shadow with #4458A8 primary color and red secondary color.


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

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

This text has shadow with #4458A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4458A8 on black background.


Color preview on white background

This text has color #4458A8 on white background.



Black color preview on #4458A8 background

This text has black color on #4458A8 background.


White color preview on #4458A8 background

This text has white color on #4458A8 background.