COLOR #4574F9

HEX: #4574F9
RGB: (69,116,249)

Color info

#4574F9 contains mainly blue color. Web safe color of #4574F9 is #3366FF (or #36F).

RGB color model

#4574F9 color RGB value is (69,116,249).

  • red value is 69;
  • green value is 116;
  • blue value is 249.
RGB:
(69,116,249)
(27%,45%,98%)

RGB channels and saturation

R 69 of 255 = 27%
G 116 of 255 = 45%
B 249 of 255 = 98%

69
116
249

R + G + B ~ 57%. #4574F9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 116 + 249 = 434 (100%)
R 69 of 434 ~ 15.9%
G 116 of 434 ~ 26.73%
B 249 of 434 ~ 57.37%

%15.9
%26.73
%57.37

CMYK color model

#4574F9 color CMYK value is (72,53,0,2).

  • cyan value is 72.29%
  • magenta value is 53.41%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(72,53,0,2)
C72M53Y0K2 
(72%,53%,0%,2%)
(0.72/0.53/0.00/0.02)	

CMYK percentages

%72.29
%53.41
%0
%2.35

Codes

Color #4574F9 in popluar color models

4574F9
RGB69116249
HSL224°93.75%62.35%
HSB/HSV224°72.29%97.65%
CMYK72.29%53.41%0.00%
2.35%

Color #4574F9 in popluar number systems.

HEX4574F9
Decimal69116249
Binary1000101111010011111001
Octal105164371

Shades and tints

Shades of #4574F9

#4574F9
(69,116,249)
#3F6AE3
(63,106,227)
#3960CD
(57,96,205)
#3356B7
(51,86,183)
#2D4CA1
(45,76,161)
#27428B
(39,66,139)
#213875
(33,56,117)
#1B2E5F
(27,46,95)
#152449
(21,36,73)
#0F1A33
(15,26,51)
#09101D
(9,16,29)
#000000
(0,0,0)

Tints of #4574F9

#4574F9
(69,116,249)
#5580F9
(85,128,249)
#658CF9
(101,140,249)
#7598F9
(117,152,249)
#85A4F9
(133,164,249)
#95B0F9
(149,176,249)
#A5BCF9
(165,188,249)
#B5C8F9
(181,200,249)
#C5D4F9
(197,212,249)
#D5E0F9
(213,224,249)
#E5ECF9
(229,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4574F9 color. Also use rgb(69,116,249) instead hex code.

Text Font Color

.myTextColor { color: #4574F9; }

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

This text font color is #4574F9.


Background Color

.myBgColor { background-color: #4574F9; }

<div style="background-color:#4574F9">Inner text</div>

This div background color is #4574F9.


Border color

.myBorderColor { border: 1px solid #4574F9; }

<div style="border:3px solid #4574F9">Div</div>

This div border color is #4574F9.


Opacity

.myOpacity80 { color: #4574F9; opacity: 0.8; }

<p style="color:#4574F9;opacity:0.8;">80%</p>

Text with #4574F9 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 #4574F9;}

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

This text has shadow with #4574F9 color.

.textShadow {text-shadow: 3px 3px 1px #4574F9, 3px 3px 1px red;}

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

This text has shadow with #4574F9 primary color and red secondary color.


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

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

This text has shadow with #4574F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4574F9 on black background.


Color preview on white background

This text has color #4574F9 on white background.



Black color preview on #4574F9 background

This text has black color on #4574F9 background.


White color preview on #4574F9 background

This text has white color on #4574F9 background.