COLOR #046570

HEX: #046570
RGB: (4,101,112)

Color info

#046570 contains mainly green and blue colors. Web safe color of #046570 is #006666 (or #066).

RGB color model

#046570 color RGB value is (4,101,112).

  • red value is 4;
  • green value is 101;
  • blue value is 112.
RGB:
(4,101,112)
(2%,40%,44%)

RGB channels and saturation

R 4 of 255 = 2%
G 101 of 255 = 40%
B 112 of 255 = 44%

4
101
112

R + G + B ~ 29%. #046570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 101 + 112 = 217 (100%)
R 4 of 217 ~ 1.84%
G 101 of 217 ~ 46.54%
B 112 of 217 ~ 51.61%

%46.54
%51.61

CMYK color model

#046570 color CMYK value is (96,10,0,56).

  • cyan value is 96.43%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(96,10,0,56)
C96M10Y0K56 
(96%,10%,0%,56%)
(0.96/0.10/0.00/0.56)	

CMYK percentages

%96.43
%9.82
%0
%56.08

Codes

Color #046570 in popluar color models

046570
RGB4101112
HSL186°93.10%22.75%
HSB/HSV186°96.43%43.92%
CMYK96.43%9.82%0.00%
56.08%

Color #046570 in popluar number systems.

HEX046570
Decimal4101112
Binary10011001011110000
Octal4145160

Shades and tints

Shades of #046570

#046570
(4,101,112)
#045C66
(4,92,102)
#04535C
(4,83,92)
#044A52
(4,74,82)
#044148
(4,65,72)
#04383E
(4,56,62)
#042F34
(4,47,52)
#04262A
(4,38,42)
#041D20
(4,29,32)
#041416
(4,20,22)
#040B0C
(4,11,12)
#000000
(0,0,0)

Tints of #046570

#046570
(4,101,112)
#1A737D
(26,115,125)
#30818A
(48,129,138)
#468F97
(70,143,151)
#5C9DA4
(92,157,164)
#72ABB1
(114,171,177)
#88B9BE
(136,185,190)
#9EC7CB
(158,199,203)
#B4D5D8
(180,213,216)
#CAE3E5
(202,227,229)
#E0F1F2
(224,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046570 color. Also use rgb(4,101,112) instead hex code.

Text Font Color

.myTextColor { color: #046570; }

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

This text font color is #046570.


Background Color

.myBgColor { background-color: #046570; }

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

This div background color is #046570.


Border color

.myBorderColor { border: 1px solid #046570; }

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

This div border color is #046570.


Opacity

.myOpacity80 { color: #046570; opacity: 0.8; }

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

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

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

This text has shadow with #046570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046570 on black background.


Color preview on white background

This text has color #046570 on white background.



Black color preview on #046570 background

This text has black color on #046570 background.


White color preview on #046570 background

This text has white color on #046570 background.