COLOR #4C7587

HEX: #4C7587
RGB: (76,117,135)

Renk bilgisi

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

RGB renk modeli

#4C7587 color RGB value is (76,117,135).

  • kırmız ton 76;
  • yeşil ton 117;
  • mavi ton 135.
RGB:
(76,117,135)
(30%,46%,53%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 117 of 255 = 46%
B 135 of 255 = 53%

76
117
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 117 + 135 = 328 (100%)
R 76 of 328 ~ 23.17%
G 117 of 328 ~ 35.67%
B 135 of 328 ~ 41.16%

%23.17
%35.67
%41.16

CMYK RENK MODELİ

#4C7587 rengi CMYK tonu (44,13,0,47).

  • camgöbeği tonu 43.70%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(44,13,0,47)
C44M13Y0K47 
(44%,13%,0%,47%)
(0.44/0.13/0.00/0.47)	

CMYK yüzdeleri

%43.7
%13.33
%0
%47.06

Codes

Color #4C7587 in popluar color models

4C7587
RGB76117135
HSL198°27.96%41.37%
HSB/HSV198°43.70%52.94%
CMYK43.70%13.33%0.00%
47.06%

Color #4C7587 in popluar number systems.

HEX4C7587
Decimal76117135
Binary1001100111010110000111
Octal114165207

Shades and tints

Shades of #4C7587

#4C7587
(76,117,135)
#466B7B
(70,107,123)
#40616F
(64,97,111)
#3A5763
(58,87,99)
#344D57
(52,77,87)
#2E434B
(46,67,75)
#28393F
(40,57,63)
#222F33
(34,47,51)
#1C2527
(28,37,39)
#161B1B
(22,27,27)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C7587

#4C7587
(76,117,135)
#5C8191
(92,129,145)
#6C8D9B
(108,141,155)
#7C99A5
(124,153,165)
#8CA5AF
(140,165,175)
#9CB1B9
(156,177,185)
#ACBDC3
(172,189,195)
#BCC9CD
(188,201,205)
#CCD5D7
(204,213,215)
#DCE1E1
(220,225,225)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7587 color. Also use rgb(76,117,135) instead hex code.

Text Font Color

.myTextColor { color: #4C7587; }

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

This text font color is #4C7587.


Background Color

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

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

This div background color is #4C7587.


Border color

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

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

This div border color is #4C7587.


Opacity

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

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

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

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

This text has shadow with #4C7587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7587 on black background.


Color preview on white background

This text has color #4C7587 on white background.



Black color preview on #4C7587 background

This text has black color on #4C7587 background.


White color preview on #4C7587 background

This text has white color on #4C7587 background.