COLOR #0468A4

HEX: #0468A4
RGB: (4,104,164)

Color info

#0468A4 contains mainly blue color. Web safe color of #0468A4 is #006699 (or #069).

RGB color model

#0468A4 color RGB value is (4,104,164).

  • red value is 4;
  • green value is 104;
  • blue value is 164.
RGB:
(4,104,164)
(2%,41%,64%)

RGB channels and saturation

R 4 of 255 = 2%
G 104 of 255 = 41%
B 164 of 255 = 64%

4
104
164

R + G + B ~ 36%. #0468A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 104 + 164 = 272 (100%)
R 4 of 272 ~ 1.47%
G 104 of 272 ~ 38.24%
B 164 of 272 ~ 60.29%

%38.24
%60.29

CMYK color model

#0468A4 color CMYK value is (98,37,0,36).

  • cyan value is 97.56%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(98,37,0,36)
C98M37Y0K36 
(98%,37%,0%,36%)
(0.98/0.37/0.00/0.36)	

CMYK percentages

%97.56
%36.59
%0
%35.69

Codes

Color #0468A4 in popluar color models

0468A4
RGB4104164
HSL203°95.24%32.94%
HSB/HSV203°97.56%64.31%
CMYK97.56%36.59%0.00%
35.69%

Color #0468A4 in popluar number systems.

HEX0468A4
Decimal4104164
Binary100110100010100100
Octal4150244

Shades and tints

Shades of #0468A4

#0468A4
(4,104,164)
#045F96
(4,95,150)
#045688
(4,86,136)
#044D7A
(4,77,122)
#04446C
(4,68,108)
#043B5E
(4,59,94)
#043250
(4,50,80)
#042942
(4,41,66)
#042034
(4,32,52)
#041726
(4,23,38)
#040E18
(4,14,24)
#000000
(0,0,0)

Tints of #0468A4

#0468A4
(4,104,164)
#1A75AC
(26,117,172)
#3082B4
(48,130,180)
#468FBC
(70,143,188)
#5C9CC4
(92,156,196)
#72A9CC
(114,169,204)
#88B6D4
(136,182,212)
#9EC3DC
(158,195,220)
#B4D0E4
(180,208,228)
#CADDEC
(202,221,236)
#E0EAF4
(224,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0468A4 color. Also use rgb(4,104,164) instead hex code.

Text Font Color

.myTextColor { color: #0468A4; }

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

This text font color is #0468A4.


Background Color

.myBgColor { background-color: #0468A4; }

<div style="background-color:#0468A4">Inner text</div>

This div background color is #0468A4.


Border color

.myBorderColor { border: 1px solid #0468A4; }

<div style="border:3px solid #0468A4">Div</div>

This div border color is #0468A4.


Opacity

.myOpacity80 { color: #0468A4; opacity: 0.8; }

<p style="color:#0468A4;opacity:0.8;">80%</p>

Text with #0468A4 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 #0468A4;}

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

This text has shadow with #0468A4 color.

.textShadow {text-shadow: 3px 3px 1px #0468A4, 3px 3px 1px red;}

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

This text has shadow with #0468A4 primary color and red secondary color.


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

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

This text has shadow with #0468A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0468A4 on black background.


Color preview on white background

This text has color #0468A4 on white background.



Black color preview on #0468A4 background

This text has black color on #0468A4 background.


White color preview on #0468A4 background

This text has white color on #0468A4 background.