COLOR #4B748A

HEX: #4B748A
RGB: (75,116,138)

Renk bilgisi

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

RGB renk modeli

#4B748A color RGB value is (75,116,138).

  • kırmız ton 75;
  • yeşil ton 116;
  • mavi ton 138.
RGB:
(75,116,138)
(29%,45%,54%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 116 of 255 = 45%
B 138 of 255 = 54%

75
116
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 116 + 138 = 329 (100%)
R 75 of 329 ~ 22.8%
G 116 of 329 ~ 35.26%
B 138 of 329 ~ 41.95%

%22.8
%35.26
%41.95

CMYK RENK MODELİ

#4B748A rengi CMYK tonu (46,16,0,46).

  • camgöbeği tonu 45.65%
  • eflatun tonu 15.94%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(46,16,0,46)
C46M16Y0K46 
(46%,16%,0%,46%)
(0.46/0.16/0.00/0.46)	

CMYK yüzdeleri

%45.65
%15.94
%0
%45.88

Codes

Color #4B748A in popluar color models

4B748A
RGB75116138
HSL201°29.58%41.76%
HSB/HSV201°45.65%54.12%
CMYK45.65%15.94%0.00%
45.88%

Color #4B748A in popluar number systems.

HEX4B748A
Decimal75116138
Binary1001011111010010001010
Octal113164212

Shades and tints

Shades of #4B748A

#4B748A
(75,116,138)
#456A7E
(69,106,126)
#3F6072
(63,96,114)
#395666
(57,86,102)
#334C5A
(51,76,90)
#2D424E
(45,66,78)
#273842
(39,56,66)
#212E36
(33,46,54)
#1B242A
(27,36,42)
#151A1E
(21,26,30)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #4B748A

#4B748A
(75,116,138)
#5B8094
(91,128,148)
#6B8C9E
(107,140,158)
#7B98A8
(123,152,168)
#8BA4B2
(139,164,178)
#9BB0BC
(155,176,188)
#ABBCC6
(171,188,198)
#BBC8D0
(187,200,208)
#CBD4DA
(203,212,218)
#DBE0E4
(219,224,228)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B748A color. Also use rgb(75,116,138) instead hex code.

Text Font Color

.myTextColor { color: #4B748A; }

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

This text font color is #4B748A.


Background Color

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

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

This div background color is #4B748A.


Border color

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

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

This div border color is #4B748A.


Opacity

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

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

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

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

This text has shadow with #4B748A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B748A on black background.


Color preview on white background

This text has color #4B748A on white background.



Black color preview on #4B748A background

This text has black color on #4B748A background.


White color preview on #4B748A background

This text has white color on #4B748A background.