COLOR #4254B0

HEX: #4254B0
RGB: (66,84,176)

Color info

#4254B0 contains mainly blue color. Web safe color of #4254B0 is #336699 (or #369).

RGB color model

#4254B0 color RGB value is (66,84,176).

  • red value is 66;
  • green value is 84;
  • blue value is 176.
RGB:
(66,84,176)
(26%,33%,69%)

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 176 of 255 = 69%

66
84
176

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

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 176 = 326 (100%)
R 66 of 326 ~ 20.25%
G 84 of 326 ~ 25.77%
B 176 of 326 ~ 53.99%

%20.25
%25.77
%53.99

CMYK color model

#4254B0 color CMYK value is (63,52,0,31).

  • cyan value is 62.50%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(63,52,0,31)
C63M52Y0K31 
(63%,52%,0%,31%)
(0.63/0.52/0.00/0.31)	

CMYK percentages

%62.5
%52.27
%0
%30.98

Codes

Color #4254B0 in popluar color models

4254B0
RGB6684176
HSL230°45.45%47.45%
HSB/HSV230°62.50%69.02%
CMYK62.50%52.27%0.00%
30.98%

Color #4254B0 in popluar number systems.

HEX4254B0
Decimal6684176
Binary1000010101010010110000
Octal102124260

Shades and tints

Shades of #4254B0

#4254B0
(66,84,176)
#3C4DA0
(60,77,160)
#364690
(54,70,144)
#303F80
(48,63,128)
#2A3870
(42,56,112)
#243160
(36,49,96)
#1E2A50
(30,42,80)
#182340
(24,35,64)
#121C30
(18,28,48)
#0C1520
(12,21,32)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #4254B0

#4254B0
(66,84,176)
#5363B7
(83,99,183)
#6472BE
(100,114,190)
#7581C5
(117,129,197)
#8690CC
(134,144,204)
#979FD3
(151,159,211)
#A8AEDA
(168,174,218)
#B9BDE1
(185,189,225)
#CACCE8
(202,204,232)
#DBDBEF
(219,219,239)
#ECEAF6
(236,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4254B0 color. Also use rgb(66,84,176) instead hex code.

Text Font Color

.myTextColor { color: #4254B0; }

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

This text font color is #4254B0.


Background Color

.myBgColor { background-color: #4254B0; }

<div style="background-color:#4254B0">Inner text</div>

This div background color is #4254B0.


Border color

.myBorderColor { border: 1px solid #4254B0; }

<div style="border:3px solid #4254B0">Div</div>

This div border color is #4254B0.


Opacity

.myOpacity80 { color: #4254B0; opacity: 0.8; }

<p style="color:#4254B0;opacity:0.8;">80%</p>

Text with #4254B0 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 #4254B0;}

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

This text has shadow with #4254B0 color.

.textShadow {text-shadow: 3px 3px 1px #4254B0, 3px 3px 1px red;}

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

This text has shadow with #4254B0 primary color and red secondary color.


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

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

This text has shadow with #4254B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4254B0 on black background.


Color preview on white background

This text has color #4254B0 on white background.



Black color preview on #4254B0 background

This text has black color on #4254B0 background.


White color preview on #4254B0 background

This text has white color on #4254B0 background.