COLOR #4C4F7A

HEX: #4C4F7A
RGB: (76,79,122)

Renk bilgisi

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

RGB renk modeli

#4C4F7A color RGB value is (76,79,122).

  • kırmız ton 76;
  • yeşil ton 79;
  • mavi ton 122.
RGB:
(76,79,122)
(30%,31%,48%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 79 of 255 = 31%
B 122 of 255 = 48%

76
79
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 79 + 122 = 277 (100%)
R 76 of 277 ~ 27.44%
G 79 of 277 ~ 28.52%
B 122 of 277 ~ 44.04%

%27.44
%28.52
%44.04

CMYK RENK MODELİ

#4C4F7A rengi CMYK tonu (38,35,0,52).

  • camgöbeği tonu 37.70%
  • eflatun tonu 35.25%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(38,35,0,52)
C38M35Y0K52 
(38%,35%,0%,52%)
(0.38/0.35/0.00/0.52)	

CMYK yüzdeleri

%37.7
%35.25
%0
%52.16

Codes

Color #4C4F7A in popluar color models

4C4F7A
RGB7679122
HSL236°23.23%38.82%
HSB/HSV236°37.70%47.84%
CMYK37.70%35.25%0.00%
52.16%

Color #4C4F7A in popluar number systems.

HEX4C4F7A
Decimal7679122
Binary100110010011111111010
Octal114117172

Shades and tints

Shades of #4C4F7A

#4C4F7A
(76,79,122)
#46486F
(70,72,111)
#404164
(64,65,100)
#3A3A59
(58,58,89)
#34334E
(52,51,78)
#2E2C43
(46,44,67)
#282538
(40,37,56)
#221E2D
(34,30,45)
#1C1722
(28,23,34)
#161017
(22,16,23)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #4C4F7A

#4C4F7A
(76,79,122)
#5C5F86
(92,95,134)
#6C6F92
(108,111,146)
#7C7F9E
(124,127,158)
#8C8FAA
(140,143,170)
#9C9FB6
(156,159,182)
#ACAFC2
(172,175,194)
#BCBFCE
(188,191,206)
#CCCFDA
(204,207,218)
#DCDFE6
(220,223,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4F7A color. Also use rgb(76,79,122) instead hex code.

Text Font Color

.myTextColor { color: #4C4F7A; }

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

This text font color is #4C4F7A.


Background Color

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

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

This div background color is #4C4F7A.


Border color

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

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

This div border color is #4C4F7A.


Opacity

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

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

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

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

This text has shadow with #4C4F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F7A on black background.


Color preview on white background

This text has color #4C4F7A on white background.



Black color preview on #4C4F7A background

This text has black color on #4C4F7A background.


White color preview on #4C4F7A background

This text has white color on #4C4F7A background.