COLOR #4B59C0

HEX: #4B59C0
RGB: (75,89,192)

Renk bilgisi

#4B59C0 contains mainly blue color. #4B59C0 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4B59C0 color RGB value is (75,89,192).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 89 of 255 = 35%
B 192 of 255 = 75%

75
89
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 89 + 192 = 356 (100%)
R 75 of 356 ~ 21.07%
G 89 of 356 ~ 25%
B 192 of 356 ~ 53.93%

%21.07
%25
%53.93

CMYK RENK MODELİ

#4B59C0 rengi CMYK tonu (61,54,0,25).

  • camgöbeği tonu 60.94%
  • eflatun tonu 53.65%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(61,54,0,25)
C61M54Y0K25 
(61%,54%,0%,25%)
(0.61/0.54/0.00/0.25)	

CMYK yüzdeleri

%60.94
%53.65
%0
%24.71

Codes

Color #4B59C0 in popluar color models

4B59C0
RGB7589192
HSL233°48.15%52.35%
HSB/HSV233°60.94%75.29%
CMYK60.94%53.65%0.00%
24.71%

Color #4B59C0 in popluar number systems.

HEX4B59C0
Decimal7589192
Binary1001011101100111000000
Octal113131300

Shades and tints

Shades of #4B59C0

#4B59C0
(75,89,192)
#4551AF
(69,81,175)
#3F499E
(63,73,158)
#39418D
(57,65,141)
#33397C
(51,57,124)
#2D316B
(45,49,107)
#27295A
(39,41,90)
#212149
(33,33,73)
#1B1938
(27,25,56)
#151127
(21,17,39)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #4B59C0

#4B59C0
(75,89,192)
#5B68C5
(91,104,197)
#6B77CA
(107,119,202)
#7B86CF
(123,134,207)
#8B95D4
(139,149,212)
#9BA4D9
(155,164,217)
#ABB3DE
(171,179,222)
#BBC2E3
(187,194,227)
#CBD1E8
(203,209,232)
#DBE0ED
(219,224,237)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B59C0 color. Also use rgb(75,89,192) instead hex code.

Text Font Color

.myTextColor { color: #4B59C0; }

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

This text font color is #4B59C0.


Background Color

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

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

This div background color is #4B59C0.


Border color

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

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

This div border color is #4B59C0.


Opacity

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

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

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

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

This text has shadow with #4B59C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B59C0 on black background.


Color preview on white background

This text has color #4B59C0 on white background.



Black color preview on #4B59C0 background

This text has black color on #4B59C0 background.


White color preview on #4B59C0 background

This text has white color on #4B59C0 background.