COLOR #00466C

HEX: #00466C
RGB: (0,70,108)

Color info

#00466C contains only green and blue colors. Web safe color of #00466C is #003366 (or #036).

RGB color model

#00466C color RGB value is (0,70,108).

  • red value is 0;
  • green value is 70;
  • blue value is 108.
RGB:
(0,70,108)
(0%,27%,42%)

RGB channels and saturation

R 0 of 255 = 0%
G 70 of 255 = 27%
B 108 of 255 = 42%

0
70
108

R + G + B ~ 23%. #00466C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 70 + 108 = 178 (100%)
R 0 of 178 ~ 0%
G 70 of 178 ~ 39.33%
B 108 of 178 ~ 60.67%

%39.33
%60.67

CMYK color model

#00466C color CMYK value is (100,35,0,58).

  • cyan value is 100.00%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(100,35,0,58)
C100M35Y0K58 
(100%,35%,0%,58%)
(1.00/0.35/0.00/0.58)	

CMYK percentages

%100
%35.19
%0
%57.65

Codes

Color #00466C in popluar color models

00466C
RGB070108
HSL201°100.00%21.18%
HSB/HSV201°100.00%42.35%
CMYK100.00%35.19%0.00%
57.65%

Color #00466C in popluar number systems.

HEX00466C
Decimal070108
Binary010001101101100
Octal0106154

Shades and tints

Shades of #00466C

#00466C
(0,70,108)
#004063
(0,64,99)
#003A5A
(0,58,90)
#003451
(0,52,81)
#002E48
(0,46,72)
#00283F
(0,40,63)
#002236
(0,34,54)
#001C2D
(0,28,45)
#001624
(0,22,36)
#00101B
(0,16,27)
#000A12
(0,10,18)
#000000
(0,0,0)

Tints of #00466C

#00466C
(0,70,108)
#175679
(23,86,121)
#2E6686
(46,102,134)
#457693
(69,118,147)
#5C86A0
(92,134,160)
#7396AD
(115,150,173)
#8AA6BA
(138,166,186)
#A1B6C7
(161,182,199)
#B8C6D4
(184,198,212)
#CFD6E1
(207,214,225)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00466C color. Also use rgb(0,70,108) instead hex code.

Text Font Color

.myTextColor { color: #00466C; }

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

This text font color is #00466C.


Background Color

.myBgColor { background-color: #00466C; }

<div style="background-color:#00466C">Inner text</div>

This div background color is #00466C.


Border color

.myBorderColor { border: 1px solid #00466C; }

<div style="border:3px solid #00466C">Div</div>

This div border color is #00466C.


Opacity

.myOpacity80 { color: #00466C; opacity: 0.8; }

<p style="color:#00466C;opacity:0.8;">80%</p>

Text with #00466C 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 #00466C;}

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

This text has shadow with #00466C color.

.textShadow {text-shadow: 3px 3px 1px #00466C, 3px 3px 1px red;}

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

This text has shadow with #00466C primary color and red secondary color.


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

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

This text has shadow with #00466C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00466C on black background.


Color preview on white background

This text has color #00466C on white background.



Black color preview on #00466C background

This text has black color on #00466C background.


White color preview on #00466C background

This text has white color on #00466C background.