COLOR #40485A

HEX: #40485A RGB: (64,72,90)

Color info

#40485A contains red, green and blue colors in about the same proportion. Web safe color of #40485A is #333366 (or #336).

RGB color model

#40485A color RGB value is (64,72,90).

RGB: (64,72,90) (25%, 28%, 35%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 90 of 255 = 35%

64
72
90

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

Portions of RGB colors in percentages

R + G + B = 64 + 72 + 90 = 226 (100%)
R 64 of 226 ~ 28.32%
G 72 of 226 ~ 31.86%
B 90 of 226 ~ 39.82'%

%28.32
%31.86
%39.82

CMYK color model

#40485A color CMYK value is (29,20,0,65).

  • cyan value is 28.89%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (29,20,0,65)
C29M20Y0K65 (29%, 20%, 0%, 65%)
(0.29 / 0.20 / 0.00 / 0.65)

CMYK percentages

%28.89
%20
%0
%64.71

Codes

Color #40485A in popluar color models

40 48 5A
RGB 64 72 90
HSL 222° 16.88% 30.20%
HSB/HSV 222° 28.89% 35.29%
CMYK 28.89% 20.00% 0.00%
64.71%

Color #40485A in popluar number systems.

HEX 40 48 5A
Decimal 64 72 90
Binary 1000000 1001000 1011010
Octal 100 110 132

Shades and tints

Shades of #40485A

#40485A
(64,72,90)
#3B4252
(59,66,82)
#363C4A
(54,60,74)
#313642
(49,54,66)
#2C303A
(44,48,58)
#272A32
(39,42,50)
#22242A
(34,36,42)
#1D1E22
(29,30,34)
#18181A
(24,24,26)
#131212
(19,18,18)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #40485A

#40485A
(64,72,90)
#515869
(81,88,105)
#626878
(98,104,120)
#737887
(115,120,135)
#848896
(132,136,150)
#9598A5
(149,152,165)
#A6A8B4
(166,168,180)
#B7B8C3
(183,184,195)
#C8C8D2
(200,200,210)
#D9D8E1
(217,216,225)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40485A color. Also use rgb(64,72,90) instead hex code.

Text Font Color

.myTextColor { color: #40485A; }

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

This text font color is #40485A.

Background Color

.myBgColor { background-color: #40485A; }

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

This div background color is #40485A.

Border color

.myBorderColor { border: 1px solid #40485A; }

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

This div border color is #40485A.

Opacity

.myOpacity80 { color: #40485A; opacity: 0.8; }

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

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

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

This text has shadow with #40485A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40485A.

Preview

Color preview on black background

This text has color #40485A on black background.


Color preview on white background

This text has color #40485A on white background.


Black color preview on #40485A background

This text has black color on #40485A background.


White color preview on #40485A background

This text has white color on #40485A background.


Related colors

Complementary color

Complementary color for #hex is #BFB7A5.


I love getcolorcode.com

Triadic colors

1 #5A4048 and #485A40 with #40485A are triadic colors.

2 #5A4840 and #48405A with #40485A are triadic colors.