COLOR #486A92

HEX: #486A92 RGB: (72,106,146)

Color info

#486A92 contains mainly green and blue colors. Web safe color of #486A92 is #336699 (or #369).

RGB color model

#486A92 color RGB value is (72,106,146).

RGB: (72,106,146) (28%, 42%, 57%)

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 146 of 255 = 57%

72
106
146

R + G + B ~ 42%. #486A92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 106 + 146 = 324 (100%)
R 72 of 324 ~ 22.22%
G 106 of 324 ~ 32.72%
B 146 of 324 ~ 45.06'%

%22.22
%32.72
%45.06

CMYK color model

#486A92 color CMYK value is (51,27,0,43).

  • cyan value is 50.68%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (51,27,0,43)
C51M27Y0K43 (51%, 27%, 0%, 43%)
(0.51 / 0.27 / 0.00 / 0.43)

CMYK percentages

%50.68
%27.4
%0
%42.75

Codes

Color #486A92 in popluar color models

48 6A 92
RGB 72 106 146
HSL 212° 33.94% 42.75%
HSB/HSV 212° 50.68% 57.25%
CMYK 50.68% 27.40% 0.00%
42.75%

Color #486A92 in popluar number systems.

HEX 48 6A 92
Decimal 72 106 146
Binary 1001000 1101010 10010010
Octal 110 152 222

Shades and tints

Shades of #486A92

#486A92
(72,106,146)
#426185
(66,97,133)
#3C5878
(60,88,120)
#364F6B
(54,79,107)
#30465E
(48,70,94)
#2A3D51
(42,61,81)
#243444
(36,52,68)
#1E2B37
(30,43,55)
#18222A
(24,34,42)
#12191D
(18,25,29)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #486A92

#486A92
(72,106,146)
#58779B
(88,119,155)
#6884A4
(104,132,164)
#7891AD
(120,145,173)
#889EB6
(136,158,182)
#98ABBF
(152,171,191)
#A8B8C8
(168,184,200)
#B8C5D1
(184,197,209)
#C8D2DA
(200,210,218)
#D8DFE3
(216,223,227)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486A92; }

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

This text font color is #486A92.

Background Color

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

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

This div background color is #486A92.

Border color

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

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

This div border color is #486A92.

Opacity

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

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

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

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

This text has shadow with #486A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486A92.

Preview

Color preview on black background

This text has color #486A92 on black background.


Color preview on white background

This text has color #486A92 on white background.


Black color preview on #486A92 background

This text has black color on #486A92 background.


White color preview on #486A92 background

This text has white color on #486A92 background.


Related colors

Complementary color

Complementary color for #hex is #B7956D.


I love getcolorcode.com

Triadic colors

1 #92486A and #6A9248 with #486A92 are triadic colors.

2 #926A48 and #6A4892 with #486A92 are triadic colors.