COLOR #0452C6

HEX: #0452C6
RGB: (4,82,198)

Color info

#0452C6 contains mainly blue color. Web safe color of #0452C6 is #0066CC (or #06C).

RGB color model

#0452C6 color RGB value is (4,82,198).

  • red value is 4;
  • green value is 82;
  • blue value is 198.
RGB:
(4,82,198)
(2%,32%,78%)

RGB channels and saturation

R 4 of 255 = 2%
G 82 of 255 = 32%
B 198 of 255 = 78%

4
82
198

R + G + B ~ 37%. #0452C6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 82 + 198 = 284 (100%)
R 4 of 284 ~ 1.41%
G 82 of 284 ~ 28.87%
B 198 of 284 ~ 69.72%

%28.87
%69.72

CMYK color model

#0452C6 color CMYK value is (98,59,0,22).

  • cyan value is 97.98%
  • magenta value is 58.59%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(98,59,0,22)
C98M59Y0K22 
(98%,59%,0%,22%)
(0.98/0.59/0.00/0.22)	

CMYK percentages

%97.98
%58.59
%0
%22.35

Codes

Color #0452C6 in popluar color models

0452C6
RGB482198
HSL216°96.04%39.61%
HSB/HSV216°97.98%77.65%
CMYK97.98%58.59%0.00%
22.35%

Color #0452C6 in popluar number systems.

HEX0452C6
Decimal482198
Binary100101001011000110
Octal4122306

Shades and tints

Shades of #0452C6

#0452C6
(4,82,198)
#044BB4
(4,75,180)
#0444A2
(4,68,162)
#043D90
(4,61,144)
#04367E
(4,54,126)
#042F6C
(4,47,108)
#04285A
(4,40,90)
#042148
(4,33,72)
#041A36
(4,26,54)
#041324
(4,19,36)
#040C12
(4,12,18)
#000000
(0,0,0)

Tints of #0452C6

#0452C6
(4,82,198)
#1A61CB
(26,97,203)
#3070D0
(48,112,208)
#467FD5
(70,127,213)
#5C8EDA
(92,142,218)
#729DDF
(114,157,223)
#88ACE4
(136,172,228)
#9EBBE9
(158,187,233)
#B4CAEE
(180,202,238)
#CAD9F3
(202,217,243)
#E0E8F8
(224,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0452C6 color. Also use rgb(4,82,198) instead hex code.

Text Font Color

.myTextColor { color: #0452C6; }

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

This text font color is #0452C6.


Background Color

.myBgColor { background-color: #0452C6; }

<div style="background-color:#0452C6">Inner text</div>

This div background color is #0452C6.


Border color

.myBorderColor { border: 1px solid #0452C6; }

<div style="border:3px solid #0452C6">Div</div>

This div border color is #0452C6.


Opacity

.myOpacity80 { color: #0452C6; opacity: 0.8; }

<p style="color:#0452C6;opacity:0.8;">80%</p>

Text with #0452C6 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 #0452C6;}

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

This text has shadow with #0452C6 color.

.textShadow {text-shadow: 3px 3px 1px #0452C6, 3px 3px 1px red;}

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

This text has shadow with #0452C6 primary color and red secondary color.


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

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

This text has shadow with #0452C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0452C6 on black background.


Color preview on white background

This text has color #0452C6 on white background.



Black color preview on #0452C6 background

This text has black color on #0452C6 background.


White color preview on #0452C6 background

This text has white color on #0452C6 background.