COLOR #40476C

HEX: #40476C
RGB: (64,71,108)

Renk bilgisi

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

RGB renk modeli

#40476C color RGB value is (64,71,108).

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

RGB bağlantıları ve doygunluk

R 64 of 255 = 25%
G 71 of 255 = 28%
B 108 of 255 = 42%

64
71
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
64 + 71 + 108 = 243 (100%)
R 64 of 243 ~ 26.34%
G 71 of 243 ~ 29.22%
B 108 of 243 ~ 44.44%

%26.34
%29.22
%44.44

CMYK RENK MODELİ

#40476C rengi CMYK tonu (41,34,0,58).

  • camgöbeği tonu 40.74%
  • eflatun tonu 34.26%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(41,34,0,58)
C41M34Y0K58 
(41%,34%,0%,58%)
(0.41/0.34/0.00/0.58)	

CMYK yüzdeleri

%40.74
%34.26
%0
%57.65

Codes

Color #40476C in popluar color models

40476C
RGB6471108
HSL230°25.58%33.73%
HSB/HSV230°40.74%42.35%
CMYK40.74%34.26%0.00%
57.65%

Color #40476C in popluar number systems.

HEX40476C
Decimal6471108
Binary100000010001111101100
Octal100107154

Shades and tints

Shades of #40476C

#40476C
(64,71,108)
#3B4163
(59,65,99)
#363B5A
(54,59,90)
#313551
(49,53,81)
#2C2F48
(44,47,72)
#27293F
(39,41,63)
#222336
(34,35,54)
#1D1D2D
(29,29,45)
#181724
(24,23,36)
#13111B
(19,17,27)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #40476C

#40476C
(64,71,108)
#515779
(81,87,121)
#626786
(98,103,134)
#737793
(115,119,147)
#8487A0
(132,135,160)
#9597AD
(149,151,173)
#A6A7BA
(166,167,186)
#B7B7C7
(183,183,199)
#C8C7D4
(200,199,212)
#D9D7E1
(217,215,225)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40476C; }

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

This text font color is #40476C.


Background Color

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

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

This div background color is #40476C.


Border color

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

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

This div border color is #40476C.


Opacity

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

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

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

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

This text has shadow with #40476C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40476C on black background.


Color preview on white background

This text has color #40476C on white background.



Black color preview on #40476C background

This text has black color on #40476C background.


White color preview on #40476C background

This text has white color on #40476C background.