COLOR #486A7A

HEX: #486A7A RGB: (72,106,122)

Color info

#486A7A contains red, green and blue colors in about the same proportion. Web safe color of #486A7A is #336666 (or #366).

RGB color model

#486A7A color RGB value is (72,106,122).

RGB: (72,106,122) (28%, 42%, 48%)

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 122 of 255 = 48%

72
106
122

R + G + B ~ 39%. #486A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 106 + 122 = 300 (100%)
R 72 of 300 ~ 24%
G 106 of 300 ~ 35.33%
B 122 of 300 ~ 40.67'%

%24
%35.33
%40.67

CMYK color model

#486A7A color CMYK value is (41,13,0,52).

  • cyan value is 40.98%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (41,13,0,52)
C41M13Y0K52 (41%, 13%, 0%, 52%)
(0.41 / 0.13 / 0.00 / 0.52)

CMYK percentages

%40.98
%13.11
%0
%52.16

Codes

Color #486A7A in popluar color models

48 6A 7A
RGB 72 106 122
HSL 199° 25.77% 38.04%
HSB/HSV 199° 40.98% 47.84%
CMYK 40.98% 13.11% 0.00%
52.16%

Color #486A7A in popluar number systems.

HEX 48 6A 7A
Decimal 72 106 122
Binary 1001000 1101010 1111010
Octal 110 152 172

Shades and tints

Shades of #486A7A

#486A7A
(72,106,122)
#42616F
(66,97,111)
#3C5864
(60,88,100)
#364F59
(54,79,89)
#30464E
(48,70,78)
#2A3D43
(42,61,67)
#243438
(36,52,56)
#1E2B2D
(30,43,45)
#182222
(24,34,34)
#121917
(18,25,23)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #486A7A

#486A7A
(72,106,122)
#587786
(88,119,134)
#688492
(104,132,146)
#78919E
(120,145,158)
#889EAA
(136,158,170)
#98ABB6
(152,171,182)
#A8B8C2
(168,184,194)
#B8C5CE
(184,197,206)
#C8D2DA
(200,210,218)
#D8DFE6
(216,223,230)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486A7A color. Also use rgb(72,106,122) instead hex code.

Text Font Color

.myTextColor { color: #486A7A; }

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

This text font color is #486A7A.

Background Color

.myBgColor { background-color: #486A7A; }

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

This div background color is #486A7A.

Border color

.myBorderColor { border: 1px solid #486A7A; }

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

This div border color is #486A7A.

Opacity

.myOpacity80 { color: #486A7A; opacity: 0.8; }

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

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

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

This text has shadow with #486A7A color.


.textShadow {text-shadow: 3px 3px 1px #486A7A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #486A7A; -webkit-box-shadow: 1px 1px 3px 2px #486A7A; box-shadow:1px 1px 3px 2px #486A7A;">
Div content here
</div>

This div box has shadow with color #486A7A.

Preview

Color preview on black background

This text has color #486A7A on black background.


Color preview on white background

This text has color #486A7A on white background.


Black color preview on #486A7A background

This text has black color on #486A7A background.


White color preview on #486A7A background

This text has white color on #486A7A background.


Related colors

Complementary color

Complementary color for #hex is #B79585.


I love getcolorcode.com

Triadic colors

1 #7A486A and #6A7A48 with #486A7A are triadic colors.

2 #7A6A48 and #6A487A with #486A7A are triadic colors.