COLOR #4B679D

HEX: #4B679D
RGB: (75,103,157)

Renk bilgisi

#4B679D contains mainly green and blue colors. #4B679D ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B679D color RGB value is (75,103,157).

  • kırmız ton 75;
  • yeşil ton 103;
  • mavi ton 157.
RGB:
(75,103,157)
(29%,40%,62%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 103 of 255 = 40%
B 157 of 255 = 62%

75
103
157

R + G + B ~ 44%. #4B679D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 103 + 157 = 335 (100%)
R 75 of 335 ~ 22.39%
G 103 of 335 ~ 30.75%
B 157 of 335 ~ 46.87%

%22.39
%30.75
%46.87

CMYK RENK MODELİ

#4B679D rengi CMYK tonu (52,34,0,38).

  • camgöbeği tonu 52.23%
  • eflatun tonu 34.39%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(52,34,0,38)
C52M34Y0K38 
(52%,34%,0%,38%)
(0.52/0.34/0.00/0.38)	

CMYK yüzdeleri

%52.23
%34.39
%0
%38.43

Codes

Color #4B679D in popluar color models

4B679D
RGB75103157
HSL220°35.34%45.49%
HSB/HSV220°52.23%61.57%
CMYK52.23%34.39%0.00%
38.43%

Color #4B679D in popluar number systems.

HEX4B679D
Decimal75103157
Binary1001011110011110011101
Octal113147235

Shades and tints

Shades of #4B679D

#4B679D
(75,103,157)
#455E8F
(69,94,143)
#3F5581
(63,85,129)
#394C73
(57,76,115)
#334365
(51,67,101)
#2D3A57
(45,58,87)
#273149
(39,49,73)
#21283B
(33,40,59)
#1B1F2D
(27,31,45)
#15161F
(21,22,31)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #4B679D

#4B679D
(75,103,157)
#5B74A5
(91,116,165)
#6B81AD
(107,129,173)
#7B8EB5
(123,142,181)
#8B9BBD
(139,155,189)
#9BA8C5
(155,168,197)
#ABB5CD
(171,181,205)
#BBC2D5
(187,194,213)
#CBCFDD
(203,207,221)
#DBDCE5
(219,220,229)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B679D color. Also use rgb(75,103,157) instead hex code.

Text Font Color

.myTextColor { color: #4B679D; }

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

This text font color is #4B679D.


Background Color

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

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

This div background color is #4B679D.


Border color

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

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

This div border color is #4B679D.


Opacity

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

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

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

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

This text has shadow with #4B679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B679D on black background.


Color preview on white background

This text has color #4B679D on white background.



Black color preview on #4B679D background

This text has black color on #4B679D background.


White color preview on #4B679D background

This text has white color on #4B679D background.