COLOR #4575BB

HEX: #4575BB
RGB: (69,117,187)

Color info

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

RGB color model

#4575BB color RGB value is (69,117,187).

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

RGB channels and saturation

R 69 of 255 = 27%
G 117 of 255 = 46%
B 187 of 255 = 73%

69
117
187

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

Portions of RGB colors in percentages

R + G + B =
69 + 117 + 187 = 373 (100%)
R 69 of 373 ~ 18.5%
G 117 of 373 ~ 31.37%
B 187 of 373 ~ 50.13%

%18.5
%31.37
%50.13

CMYK color model

#4575BB color CMYK value is (63,37,0,27).

  • cyan value is 63.10%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(63,37,0,27)
C63M37Y0K27 
(63%,37%,0%,27%)
(0.63/0.37/0.00/0.27)	

CMYK percentages

%63.1
%37.43
%0
%26.67

Codes

Color #4575BB in popluar color models

4575BB
RGB69117187
HSL216°46.46%50.20%
HSB/HSV216°63.10%73.33%
CMYK63.10%37.43%0.00%
26.67%

Color #4575BB in popluar number systems.

HEX4575BB
Decimal69117187
Binary1000101111010110111011
Octal105165273

Shades and tints

Shades of #4575BB

#4575BB
(69,117,187)
#3F6BAA
(63,107,170)
#396199
(57,97,153)
#335788
(51,87,136)
#2D4D77
(45,77,119)
#274366
(39,67,102)
#213955
(33,57,85)
#1B2F44
(27,47,68)
#152533
(21,37,51)
#0F1B22
(15,27,34)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4575BB

#4575BB
(69,117,187)
#5581C1
(85,129,193)
#658DC7
(101,141,199)
#7599CD
(117,153,205)
#85A5D3
(133,165,211)
#95B1D9
(149,177,217)
#A5BDDF
(165,189,223)
#B5C9E5
(181,201,229)
#C5D5EB
(197,213,235)
#D5E1F1
(213,225,241)
#E5EDF7
(229,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4575BB; }

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

This text font color is #4575BB.


Background Color

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

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

This div background color is #4575BB.


Border color

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

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

This div border color is #4575BB.


Opacity

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

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

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

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

This text has shadow with #4575BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4575BB on black background.


Color preview on white background

This text has color #4575BB on white background.



Black color preview on #4575BB background

This text has black color on #4575BB background.


White color preview on #4575BB background

This text has white color on #4575BB background.