COLOR #4B507D

HEX: #4B507D
RGB: (75,80,125)

Renk bilgisi

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

RGB renk modeli

#4B507D color RGB value is (75,80,125).

  • kırmız ton 75;
  • yeşil ton 80;
  • mavi ton 125.
RGB:
(75,80,125)
(29%,31%,49%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 80 of 255 = 31%
B 125 of 255 = 49%

75
80
125

R + G + B ~ 36%. #4B507D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 80 + 125 = 280 (100%)
R 75 of 280 ~ 26.79%
G 80 of 280 ~ 28.57%
B 125 of 280 ~ 44.64%

%26.79
%28.57
%44.64

CMYK RENK MODELİ

#4B507D rengi CMYK tonu (40,36,0,51).

  • camgöbeği tonu 40.00%
  • eflatun tonu 36.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(40,36,0,51)
C40M36Y0K51 
(40%,36%,0%,51%)
(0.40/0.36/0.00/0.51)	

CMYK yüzdeleri

%40
%36
%0
%50.98

Codes

Color #4B507D in popluar color models

4B507D
RGB7580125
HSL234°25.00%39.22%
HSB/HSV234°40.00%49.02%
CMYK40.00%36.00%0.00%
50.98%

Color #4B507D in popluar number systems.

HEX4B507D
Decimal7580125
Binary100101110100001111101
Octal113120175

Shades and tints

Shades of #4B507D

#4B507D
(75,80,125)
#454972
(69,73,114)
#3F4267
(63,66,103)
#393B5C
(57,59,92)
#333451
(51,52,81)
#2D2D46
(45,45,70)
#27263B
(39,38,59)
#211F30
(33,31,48)
#1B1825
(27,24,37)
#15111A
(21,17,26)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #4B507D

#4B507D
(75,80,125)
#5B5F88
(91,95,136)
#6B6E93
(107,110,147)
#7B7D9E
(123,125,158)
#8B8CA9
(139,140,169)
#9B9BB4
(155,155,180)
#ABAABF
(171,170,191)
#BBB9CA
(187,185,202)
#CBC8D5
(203,200,213)
#DBD7E0
(219,215,224)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B507D color. Also use rgb(75,80,125) instead hex code.

Text Font Color

.myTextColor { color: #4B507D; }

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

This text font color is #4B507D.


Background Color

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

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

This div background color is #4B507D.


Border color

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

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

This div border color is #4B507D.


Opacity

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

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

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

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

This text has shadow with #4B507D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B507D on black background.


Color preview on white background

This text has color #4B507D on white background.



Black color preview on #4B507D background

This text has black color on #4B507D background.


White color preview on #4B507D background

This text has white color on #4B507D background.