COLOR #4B496A

HEX: #4B496A
RGB: (75,73,106)

Renk bilgisi

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

RGB renk modeli

#4B496A color RGB value is (75,73,106).

  • kırmız ton 75;
  • yeşil ton 73;
  • mavi ton 106.
RGB:
(75,73,106)
(29%,29%,42%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 73 of 255 = 29%
B 106 of 255 = 42%

75
73
106

R + G + B ~ 33%. #4B496A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 73 + 106 = 254 (100%)
R 75 of 254 ~ 29.53%
G 73 of 254 ~ 28.74%
B 106 of 254 ~ 41.73%

%29.53
%28.74
%41.73

CMYK RENK MODELİ

#4B496A rengi CMYK tonu (29,31,0,58).

  • camgöbeği tonu 29.25%
  • eflatun tonu 31.13%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(29,31,0,58)
C29M31Y0K58 
(29%,31%,0%,58%)
(0.29/0.31/0.00/0.58)	

CMYK yüzdeleri

%29.25
%31.13
%0
%58.43

Codes

Color #4B496A in popluar color models

4B496A
RGB7573106
HSL244°18.44%35.10%
HSB/HSV244°31.13%41.57%
CMYK29.25%31.13%0.00%
58.43%

Color #4B496A in popluar number systems.

HEX4B496A
Decimal7573106
Binary100101110010011101010
Octal113111152

Shades and tints

Shades of #4B496A

#4B496A
(75,73,106)
#454361
(69,67,97)
#3F3D58
(63,61,88)
#39374F
(57,55,79)
#333146
(51,49,70)
#2D2B3D
(45,43,61)
#272534
(39,37,52)
#211F2B
(33,31,43)
#1B1922
(27,25,34)
#151319
(21,19,25)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #4B496A

#4B496A
(75,73,106)
#5B5977
(91,89,119)
#6B6984
(107,105,132)
#7B7991
(123,121,145)
#8B899E
(139,137,158)
#9B99AB
(155,153,171)
#ABA9B8
(171,169,184)
#BBB9C5
(187,185,197)
#CBC9D2
(203,201,210)
#DBD9DF
(219,217,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B496A color. Also use rgb(75,73,106) instead hex code.

Text Font Color

.myTextColor { color: #4B496A; }

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

This text font color is #4B496A.


Background Color

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

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

This div background color is #4B496A.


Border color

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

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

This div border color is #4B496A.


Opacity

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

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

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

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

This text has shadow with #4B496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B496A on black background.


Color preview on white background

This text has color #4B496A on white background.



Black color preview on #4B496A background

This text has black color on #4B496A background.


White color preview on #4B496A background

This text has white color on #4B496A background.