COLOR #4551DA

HEX: #4551DA
RGB: (69,81,218)

Color info

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

RGB color model

#4551DA color RGB value is (69,81,218).

  • red value is 69;
  • green value is 81;
  • blue value is 218.
RGB:
(69,81,218)
(27%,32%,85%)

RGB channels and saturation

R 69 of 255 = 27%
G 81 of 255 = 32%
B 218 of 255 = 85%

69
81
218

R + G + B ~ 48%. #4551DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 81 + 218 = 368 (100%)
R 69 of 368 ~ 18.75%
G 81 of 368 ~ 22.01%
B 218 of 368 ~ 59.24%

%18.75
%22.01
%59.24

CMYK color model

#4551DA color CMYK value is (68,63,0,15).

  • cyan value is 68.35%
  • magenta value is 62.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(68,63,0,15)
C68M63Y0K15 
(68%,63%,0%,15%)
(0.68/0.63/0.00/0.15)	

CMYK percentages

%68.35
%62.84
%0
%14.51

Codes

Color #4551DA in popluar color models

4551DA
RGB6981218
HSL235°66.82%56.27%
HSB/HSV235°68.35%85.49%
CMYK68.35%62.84%0.00%
14.51%

Color #4551DA in popluar number systems.

HEX4551DA
Decimal6981218
Binary1000101101000111011010
Octal105121332

Shades and tints

Shades of #4551DA

#4551DA
(69,81,218)
#3F4AC7
(63,74,199)
#3943B4
(57,67,180)
#333CA1
(51,60,161)
#2D358E
(45,53,142)
#272E7B
(39,46,123)
#212768
(33,39,104)
#1B2055
(27,32,85)
#151942
(21,25,66)
#0F122F
(15,18,47)
#090B1C
(9,11,28)
#000000
(0,0,0)

Tints of #4551DA

#4551DA
(69,81,218)
#5560DD
(85,96,221)
#656FE0
(101,111,224)
#757EE3
(117,126,227)
#858DE6
(133,141,230)
#959CE9
(149,156,233)
#A5ABEC
(165,171,236)
#B5BAEF
(181,186,239)
#C5C9F2
(197,201,242)
#D5D8F5
(213,216,245)
#E5E7F8
(229,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4551DA color. Also use rgb(69,81,218) instead hex code.

Text Font Color

.myTextColor { color: #4551DA; }

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

This text font color is #4551DA.


Background Color

.myBgColor { background-color: #4551DA; }

<div style="background-color:#4551DA">Inner text</div>

This div background color is #4551DA.


Border color

.myBorderColor { border: 1px solid #4551DA; }

<div style="border:3px solid #4551DA">Div</div>

This div border color is #4551DA.


Opacity

.myOpacity80 { color: #4551DA; opacity: 0.8; }

<p style="color:#4551DA;opacity:0.8;">80%</p>

Text with #4551DA 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 #4551DA;}

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

This text has shadow with #4551DA color.

.textShadow {text-shadow: 3px 3px 1px #4551DA, 3px 3px 1px red;}

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

This text has shadow with #4551DA primary color and red secondary color.


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

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

This text has shadow with #4551DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4551DA on black background.


Color preview on white background

This text has color #4551DA on white background.



Black color preview on #4551DA background

This text has black color on #4551DA background.


White color preview on #4551DA background

This text has white color on #4551DA background.