COLOR #40476F

HEX: #40476F
RGB: (64,71,111)

Renk bilgisi

#40476F contains red, green and blue colors in about the same proportion. #40476F ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#40476F color RGB value is (64,71,111).

  • kırmız ton 64;
  • yeşil ton 71;
  • mavi ton 111.
RGB:
(64,71,111)
(25%,28%,44%)

RGB bağlantıları ve doygunluk

R 64 of 255 = 25%
G 71 of 255 = 28%
B 111 of 255 = 44%

64
71
111

R + G + B ~ 32%. #40476F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
64 + 71 + 111 = 246 (100%)
R 64 of 246 ~ 26.02%
G 71 of 246 ~ 28.86%
B 111 of 246 ~ 45.12%

%26.02
%28.86
%45.12

CMYK RENK MODELİ

#40476F rengi CMYK tonu (42,36,0,56).

  • camgöbeği tonu 42.34%
  • eflatun tonu 36.04%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(42,36,0,56)
C42M36Y0K56 
(42%,36%,0%,56%)
(0.42/0.36/0.00/0.56)	

CMYK yüzdeleri

%42.34
%36.04
%0
%56.47

Codes

Color #40476F in popluar color models

40476F
RGB6471111
HSL231°26.86%34.31%
HSB/HSV231°42.34%43.53%
CMYK42.34%36.04%0.00%
56.47%

Color #40476F in popluar number systems.

HEX40476F
Decimal6471111
Binary100000010001111101111
Octal100107157

Shades and tints

Shades of #40476F

#40476F
(64,71,111)
#3B4165
(59,65,101)
#363B5B
(54,59,91)
#313551
(49,53,81)
#2C2F47
(44,47,71)
#27293D
(39,41,61)
#222333
(34,35,51)
#1D1D29
(29,29,41)
#18171F
(24,23,31)
#131115
(19,17,21)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #40476F

#40476F
(64,71,111)
#51577C
(81,87,124)
#626789
(98,103,137)
#737796
(115,119,150)
#8487A3
(132,135,163)
#9597B0
(149,151,176)
#A6A7BD
(166,167,189)
#B7B7CA
(183,183,202)
#C8C7D7
(200,199,215)
#D9D7E4
(217,215,228)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40476F color. Also use rgb(64,71,111) instead hex code.

Text Font Color

.myTextColor { color: #40476F; }

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

This text font color is #40476F.


Background Color

.myBgColor { background-color: #40476F; }

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

This div background color is #40476F.


Border color

.myBorderColor { border: 1px solid #40476F; }

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

This div border color is #40476F.


Opacity

.myOpacity80 { color: #40476F; opacity: 0.8; }

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

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

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

This text has shadow with #40476F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40476F on black background.


Color preview on white background

This text has color #40476F on white background.



Black color preview on #40476F background

This text has black color on #40476F background.


White color preview on #40476F background

This text has white color on #40476F background.