COLOR #4B4E5A

HEX: #4B4E5A
RGB: (75,78,90)

Renk bilgisi

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

RGB renk modeli

#4B4E5A color RGB value is (75,78,90).

  • kırmız ton 75;
  • yeşil ton 78;
  • mavi ton 90.
RGB:
(75,78,90)
(29%,31%,35%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 78 of 255 = 31%
B 90 of 255 = 35%

75
78
90

R + G + B ~ 32%. #4B4E5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 78 + 90 = 243 (100%)
R 75 of 243 ~ 30.86%
G 78 of 243 ~ 32.1%
B 90 of 243 ~ 37.04%

%30.86
%32.1
%37.04

CMYK RENK MODELİ

#4B4E5A rengi CMYK tonu (17,13,0,65).

  • camgöbeği tonu 16.67%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(17,13,0,65)
C17M13Y0K65 
(17%,13%,0%,65%)
(0.17/0.13/0.00/0.65)	

CMYK yüzdeleri

%16.67
%13.33
%0
%64.71

Codes

Color #4B4E5A in popluar color models

4B4E5A
RGB757890
HSL228°9.09%32.35%
HSB/HSV228°16.67%35.29%
CMYK16.67%13.33%0.00%
64.71%

Color #4B4E5A in popluar number systems.

HEX4B4E5A
Decimal757890
Binary100101110011101011010
Octal113116132

Shades and tints

Shades of #4B4E5A

#4B4E5A
(75,78,90)
#454752
(69,71,82)
#3F404A
(63,64,74)
#393942
(57,57,66)
#33323A
(51,50,58)
#2D2B32
(45,43,50)
#27242A
(39,36,42)
#211D22
(33,29,34)
#1B161A
(27,22,26)
#150F12
(21,15,18)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #4B4E5A

#4B4E5A
(75,78,90)
#5B5E69
(91,94,105)
#6B6E78
(107,110,120)
#7B7E87
(123,126,135)
#8B8E96
(139,142,150)
#9B9EA5
(155,158,165)
#ABAEB4
(171,174,180)
#BBBEC3
(187,190,195)
#CBCED2
(203,206,210)
#DBDEE1
(219,222,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4E5A color. Also use rgb(75,78,90) instead hex code.

Text Font Color

.myTextColor { color: #4B4E5A; }

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

This text font color is #4B4E5A.


Background Color

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

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

This div background color is #4B4E5A.


Border color

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

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

This div border color is #4B4E5A.


Opacity

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

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

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

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

This text has shadow with #4B4E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E5A on black background.


Color preview on white background

This text has color #4B4E5A on white background.



Black color preview on #4B4E5A background

This text has black color on #4B4E5A background.


White color preview on #4B4E5A background

This text has white color on #4B4E5A background.