COLOR #4B6688

HEX: #4B6688
RGB: (75,102,136)

Renk bilgisi

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

RGB renk modeli

#4B6688 color RGB value is (75,102,136).

  • kırmız ton 75;
  • yeşil ton 102;
  • mavi ton 136.
RGB:
(75,102,136)
(29%,40%,53%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 102 of 255 = 40%
B 136 of 255 = 53%

75
102
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 102 + 136 = 313 (100%)
R 75 of 313 ~ 23.96%
G 102 of 313 ~ 32.59%
B 136 of 313 ~ 43.45%

%23.96
%32.59
%43.45

CMYK RENK MODELİ

#4B6688 rengi CMYK tonu (45,25,0,47).

  • camgöbeği tonu 44.85%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(45,25,0,47)
C45M25Y0K47 
(45%,25%,0%,47%)
(0.45/0.25/0.00/0.47)	

CMYK yüzdeleri

%44.85
%25
%0
%46.67

Codes

Color #4B6688 in popluar color models

4B6688
RGB75102136
HSL213°28.91%41.37%
HSB/HSV213°44.85%53.33%
CMYK44.85%25.00%0.00%
46.67%

Color #4B6688 in popluar number systems.

HEX4B6688
Decimal75102136
Binary1001011110011010001000
Octal113146210

Shades and tints

Shades of #4B6688

#4B6688
(75,102,136)
#455D7C
(69,93,124)
#3F5470
(63,84,112)
#394B64
(57,75,100)
#334258
(51,66,88)
#2D394C
(45,57,76)
#273040
(39,48,64)
#212734
(33,39,52)
#1B1E28
(27,30,40)
#15151C
(21,21,28)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #4B6688

#4B6688
(75,102,136)
#5B7392
(91,115,146)
#6B809C
(107,128,156)
#7B8DA6
(123,141,166)
#8B9AB0
(139,154,176)
#9BA7BA
(155,167,186)
#ABB4C4
(171,180,196)
#BBC1CE
(187,193,206)
#CBCED8
(203,206,216)
#DBDBE2
(219,219,226)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6688 color. Also use rgb(75,102,136) instead hex code.

Text Font Color

.myTextColor { color: #4B6688; }

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

This text font color is #4B6688.


Background Color

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

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

This div background color is #4B6688.


Border color

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

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

This div border color is #4B6688.


Opacity

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

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

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

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

This text has shadow with #4B6688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6688 on black background.


Color preview on white background

This text has color #4B6688 on white background.



Black color preview on #4B6688 background

This text has black color on #4B6688 background.


White color preview on #4B6688 background

This text has white color on #4B6688 background.