COLOR #40499D

HEX: #40499D
RGB: (64,73,157)

Renk bilgisi

#40499D contains mainly blue color. #40499D ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#40499D color RGB value is (64,73,157).

  • kırmız ton 64;
  • yeşil ton 73;
  • mavi ton 157.
RGB:
(64,73,157)
(25%,29%,62%)

RGB bağlantıları ve doygunluk

R 64 of 255 = 25%
G 73 of 255 = 29%
B 157 of 255 = 62%

64
73
157

R + G + B ~ 39%. #40499D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
64 + 73 + 157 = 294 (100%)
R 64 of 294 ~ 21.77%
G 73 of 294 ~ 24.83%
B 157 of 294 ~ 53.4%

%21.77
%24.83
%53.4

CMYK RENK MODELİ

#40499D rengi CMYK tonu (59,54,0,38).

  • camgöbeği tonu 59.24%
  • eflatun tonu 53.50%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(59,54,0,38)
C59M54Y0K38 
(59%,54%,0%,38%)
(0.59/0.54/0.00/0.38)	

CMYK yüzdeleri

%59.24
%53.5
%0
%38.43

Codes

Color #40499D in popluar color models

40499D
RGB6473157
HSL234°42.08%43.33%
HSB/HSV234°59.24%61.57%
CMYK59.24%53.50%0.00%
38.43%

Color #40499D in popluar number systems.

HEX40499D
Decimal6473157
Binary1000000100100110011101
Octal100111235

Shades and tints

Shades of #40499D

#40499D
(64,73,157)
#3B438F
(59,67,143)
#363D81
(54,61,129)
#313773
(49,55,115)
#2C3165
(44,49,101)
#272B57
(39,43,87)
#222549
(34,37,73)
#1D1F3B
(29,31,59)
#18192D
(24,25,45)
#13131F
(19,19,31)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #40499D

#40499D
(64,73,157)
#5159A5
(81,89,165)
#6269AD
(98,105,173)
#7379B5
(115,121,181)
#8489BD
(132,137,189)
#9599C5
(149,153,197)
#A6A9CD
(166,169,205)
#B7B9D5
(183,185,213)
#C8C9DD
(200,201,221)
#D9D9E5
(217,217,229)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40499D color. Also use rgb(64,73,157) instead hex code.

Text Font Color

.myTextColor { color: #40499D; }

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

This text font color is #40499D.


Background Color

.myBgColor { background-color: #40499D; }

<div style="background-color:#40499D">Inner text</div>

This div background color is #40499D.


Border color

.myBorderColor { border: 1px solid #40499D; }

<div style="border:3px solid #40499D">Div</div>

This div border color is #40499D.


Opacity

.myOpacity80 { color: #40499D; opacity: 0.8; }

<p style="color:#40499D;opacity:0.8;">80%</p>

Text with #40499D 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 #40499D;}

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

This text has shadow with #40499D color.

.textShadow {text-shadow: 3px 3px 1px #40499D, 3px 3px 1px red;}

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

This text has shadow with #40499D primary color and red secondary color.


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

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

This text has shadow with #40499D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40499D on black background.


Color preview on white background

This text has color #40499D on white background.



Black color preview on #40499D background

This text has black color on #40499D background.


White color preview on #40499D background

This text has white color on #40499D background.