COLOR #046A75

HEX: #046A75
RGB: (4,106,117)

Color info

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

RGB color model

#046A75 color RGB value is (4,106,117).

  • red value is 4;
  • green value is 106;
  • blue value is 117.
RGB:
(4,106,117)
(2%,42%,46%)

RGB channels and saturation

R 4 of 255 = 2%
G 106 of 255 = 42%
B 117 of 255 = 46%

4
106
117

R + G + B ~ 30%. #046A75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 106 + 117 = 227 (100%)
R 4 of 227 ~ 1.76%
G 106 of 227 ~ 46.7%
B 117 of 227 ~ 51.54%

%46.7
%51.54

CMYK color model

#046A75 color CMYK value is (97,9,0,54).

  • cyan value is 96.58%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(97,9,0,54)
C97M9Y0K54 
(97%,9%,0%,54%)
(0.97/0.09/0.00/0.54)	

CMYK percentages

%96.58
%9.4
%0
%54.12

Codes

Color #046A75 in popluar color models

046A75
RGB4106117
HSL186°93.39%23.73%
HSB/HSV186°96.58%45.88%
CMYK96.58%9.40%0.00%
54.12%

Color #046A75 in popluar number systems.

HEX046A75
Decimal4106117
Binary10011010101110101
Octal4152165

Shades and tints

Shades of #046A75

#046A75
(4,106,117)
#04616B
(4,97,107)
#045861
(4,88,97)
#044F57
(4,79,87)
#04464D
(4,70,77)
#043D43
(4,61,67)
#043439
(4,52,57)
#042B2F
(4,43,47)
#042225
(4,34,37)
#04191B
(4,25,27)
#041011
(4,16,17)
#000000
(0,0,0)

Tints of #046A75

#046A75
(4,106,117)
#1A7781
(26,119,129)
#30848D
(48,132,141)
#469199
(70,145,153)
#5C9EA5
(92,158,165)
#72ABB1
(114,171,177)
#88B8BD
(136,184,189)
#9EC5C9
(158,197,201)
#B4D2D5
(180,210,213)
#CADFE1
(202,223,225)
#E0ECED
(224,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046A75 color. Also use rgb(4,106,117) instead hex code.

Text Font Color

.myTextColor { color: #046A75; }

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

This text font color is #046A75.


Background Color

.myBgColor { background-color: #046A75; }

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

This div background color is #046A75.


Border color

.myBorderColor { border: 1px solid #046A75; }

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

This div border color is #046A75.


Opacity

.myOpacity80 { color: #046A75; opacity: 0.8; }

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

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

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

This text has shadow with #046A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046A75 on black background.


Color preview on white background

This text has color #046A75 on white background.



Black color preview on #046A75 background

This text has black color on #046A75 background.


White color preview on #046A75 background

This text has white color on #046A75 background.