COLOR #4D437B

HEX: #4D437B
RGB: (77,67,123)

Renk bilgisi

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

RGB renk modeli

#4D437B color RGB value is (77,67,123).

  • kırmız ton 77;
  • yeşil ton 67;
  • mavi ton 123.
RGB:
(77,67,123)
(30%,26%,48%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 67 of 255 = 26%
B 123 of 255 = 48%

77
67
123

R + G + B ~ 35%. #4D437B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 67 + 123 = 267 (100%)
R 77 of 267 ~ 28.84%
G 67 of 267 ~ 25.09%
B 123 of 267 ~ 46.07%

%28.84
%25.09
%46.07

CMYK RENK MODELİ

#4D437B rengi CMYK tonu (37,46,0,52).

  • camgöbeği tonu 37.40%
  • eflatun tonu 45.53%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(37,46,0,52)
C37M46Y0K52 
(37%,46%,0%,52%)
(0.37/0.46/0.00/0.52)	

CMYK yüzdeleri

%37.4
%45.53
%0
%51.76

Codes

Color #4D437B in popluar color models

4D437B
RGB7767123
HSL251°29.47%37.25%
HSB/HSV251°45.53%48.24%
CMYK37.40%45.53%0.00%
51.76%

Color #4D437B in popluar number systems.

HEX4D437B
Decimal7767123
Binary100110110000111111011
Octal115103173

Shades and tints

Shades of #4D437B

#4D437B
(77,67,123)
#463D70
(70,61,112)
#3F3765
(63,55,101)
#38315A
(56,49,90)
#312B4F
(49,43,79)
#2A2544
(42,37,68)
#231F39
(35,31,57)
#1C192E
(28,25,46)
#151323
(21,19,35)
#0E0D18
(14,13,24)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D437B

#4D437B
(77,67,123)
#5D5487
(93,84,135)
#6D6593
(109,101,147)
#7D769F
(125,118,159)
#8D87AB
(141,135,171)
#9D98B7
(157,152,183)
#ADA9C3
(173,169,195)
#BDBACF
(189,186,207)
#CDCBDB
(205,203,219)
#DDDCE7
(221,220,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D437B color. Also use rgb(77,67,123) instead hex code.

Text Font Color

.myTextColor { color: #4D437B; }

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

This text font color is #4D437B.


Background Color

.myBgColor { background-color: #4D437B; }

<div style="background-color:#4D437B">Inner text</div>

This div background color is #4D437B.


Border color

.myBorderColor { border: 1px solid #4D437B; }

<div style="border:3px solid #4D437B">Div</div>

This div border color is #4D437B.


Opacity

.myOpacity80 { color: #4D437B; opacity: 0.8; }

<p style="color:#4D437B;opacity:0.8;">80%</p>

Text with #4D437B 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 #4D437B;}

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

This text has shadow with #4D437B color.

.textShadow {text-shadow: 3px 3px 1px #4D437B, 3px 3px 1px red;}

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

This text has shadow with #4D437B primary color and red secondary color.


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

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

This text has shadow with #4D437B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D437B on black background.


Color preview on white background

This text has color #4D437B on white background.



Black color preview on #4D437B background

This text has black color on #4D437B background.


White color preview on #4D437B background

This text has white color on #4D437B background.