COLOR #4B698D

HEX: #4B698D
RGB: (75,105,141)

Renk bilgisi

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

RGB renk modeli

#4B698D color RGB value is (75,105,141).

  • kırmız ton 75;
  • yeşil ton 105;
  • mavi ton 141.
RGB:
(75,105,141)
(29%,41%,55%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 105 of 255 = 41%
B 141 of 255 = 55%

75
105
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 105 + 141 = 321 (100%)
R 75 of 321 ~ 23.36%
G 105 of 321 ~ 32.71%
B 141 of 321 ~ 43.93%

%23.36
%32.71
%43.93

CMYK RENK MODELİ

#4B698D rengi CMYK tonu (47,26,0,45).

  • camgöbeği tonu 46.81%
  • eflatun tonu 25.53%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(47,26,0,45)
C47M26Y0K45 
(47%,26%,0%,45%)
(0.47/0.26/0.00/0.45)	

CMYK yüzdeleri

%46.81
%25.53
%0
%44.71

Codes

Color #4B698D in popluar color models

4B698D
RGB75105141
HSL213°30.56%42.35%
HSB/HSV213°46.81%55.29%
CMYK46.81%25.53%0.00%
44.71%

Color #4B698D in popluar number systems.

HEX4B698D
Decimal75105141
Binary1001011110100110001101
Octal113151215

Shades and tints

Shades of #4B698D

#4B698D
(75,105,141)
#456081
(69,96,129)
#3F5775
(63,87,117)
#394E69
(57,78,105)
#33455D
(51,69,93)
#2D3C51
(45,60,81)
#273345
(39,51,69)
#212A39
(33,42,57)
#1B212D
(27,33,45)
#151821
(21,24,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #4B698D

#4B698D
(75,105,141)
#5B7697
(91,118,151)
#6B83A1
(107,131,161)
#7B90AB
(123,144,171)
#8B9DB5
(139,157,181)
#9BAABF
(155,170,191)
#ABB7C9
(171,183,201)
#BBC4D3
(187,196,211)
#CBD1DD
(203,209,221)
#DBDEE7
(219,222,231)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B698D color. Also use rgb(75,105,141) instead hex code.

Text Font Color

.myTextColor { color: #4B698D; }

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

This text font color is #4B698D.


Background Color

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

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

This div background color is #4B698D.


Border color

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

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

This div border color is #4B698D.


Opacity

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

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

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

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

This text has shadow with #4B698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B698D on black background.


Color preview on white background

This text has color #4B698D on white background.



Black color preview on #4B698D background

This text has black color on #4B698D background.


White color preview on #4B698D background

This text has white color on #4B698D background.