COLOR #4575D6

HEX: #4575D6
RGB: (69,117,214)

Color info

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

RGB color model

#4575D6 color RGB value is (69,117,214).

  • red value is 69;
  • green value is 117;
  • blue value is 214.
RGB:
(69,117,214)
(27%,46%,84%)

RGB channels and saturation

R 69 of 255 = 27%
G 117 of 255 = 46%
B 214 of 255 = 84%

69
117
214

R + G + B ~ 52%. #4575D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 117 + 214 = 400 (100%)
R 69 of 400 ~ 17.25%
G 117 of 400 ~ 29.25%
B 214 of 400 ~ 53.5%

%17.25
%29.25
%53.5

CMYK color model

#4575D6 color CMYK value is (68,45,0,16).

  • cyan value is 67.76%
  • magenta value is 45.33%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(68,45,0,16)
C68M45Y0K16 
(68%,45%,0%,16%)
(0.68/0.45/0.00/0.16)	

CMYK percentages

%67.76
%45.33
%0
%16.08

Codes

Color #4575D6 in popluar color models

4575D6
RGB69117214
HSL220°63.88%55.49%
HSB/HSV220°67.76%83.92%
CMYK67.76%45.33%0.00%
16.08%

Color #4575D6 in popluar number systems.

HEX4575D6
Decimal69117214
Binary1000101111010111010110
Octal105165326

Shades and tints

Shades of #4575D6

#4575D6
(69,117,214)
#3F6BC3
(63,107,195)
#3961B0
(57,97,176)
#33579D
(51,87,157)
#2D4D8A
(45,77,138)
#274377
(39,67,119)
#213964
(33,57,100)
#1B2F51
(27,47,81)
#15253E
(21,37,62)
#0F1B2B
(15,27,43)
#091118
(9,17,24)
#000000
(0,0,0)

Tints of #4575D6

#4575D6
(69,117,214)
#5581D9
(85,129,217)
#658DDC
(101,141,220)
#7599DF
(117,153,223)
#85A5E2
(133,165,226)
#95B1E5
(149,177,229)
#A5BDE8
(165,189,232)
#B5C9EB
(181,201,235)
#C5D5EE
(197,213,238)
#D5E1F1
(213,225,241)
#E5EDF4
(229,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4575D6 color. Also use rgb(69,117,214) instead hex code.

Text Font Color

.myTextColor { color: #4575D6; }

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

This text font color is #4575D6.


Background Color

.myBgColor { background-color: #4575D6; }

<div style="background-color:#4575D6">Inner text</div>

This div background color is #4575D6.


Border color

.myBorderColor { border: 1px solid #4575D6; }

<div style="border:3px solid #4575D6">Div</div>

This div border color is #4575D6.


Opacity

.myOpacity80 { color: #4575D6; opacity: 0.8; }

<p style="color:#4575D6;opacity:0.8;">80%</p>

Text with #4575D6 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 #4575D6;}

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

This text has shadow with #4575D6 color.

.textShadow {text-shadow: 3px 3px 1px #4575D6, 3px 3px 1px red;}

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

This text has shadow with #4575D6 primary color and red secondary color.


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

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

This text has shadow with #4575D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4575D6 on black background.


Color preview on white background

This text has color #4575D6 on white background.



Black color preview on #4575D6 background

This text has black color on #4575D6 background.


White color preview on #4575D6 background

This text has white color on #4575D6 background.