COLOR #4C648A

HEX: #4C648A
RGB: (76,100,138)

Renk bilgisi

#4C648A contains mainly green and blue colors. #4C648A ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C648A color RGB value is (76,100,138).

  • kırmız ton 76;
  • yeşil ton 100;
  • mavi ton 138.
RGB:
(76,100,138)
(30%,39%,54%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 100 of 255 = 39%
B 138 of 255 = 54%

76
100
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 100 + 138 = 314 (100%)
R 76 of 314 ~ 24.2%
G 100 of 314 ~ 31.85%
B 138 of 314 ~ 43.95%

%24.2
%31.85
%43.95

CMYK RENK MODELİ

#4C648A rengi CMYK tonu (45,28,0,46).

  • camgöbeği tonu 44.93%
  • eflatun tonu 27.54%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(45,28,0,46)
C45M28Y0K46 
(45%,28%,0%,46%)
(0.45/0.28/0.00/0.46)	

CMYK yüzdeleri

%44.93
%27.54
%0
%45.88

Codes

Color #4C648A in popluar color models

4C648A
RGB76100138
HSL217°28.97%41.96%
HSB/HSV217°44.93%54.12%
CMYK44.93%27.54%0.00%
45.88%

Color #4C648A in popluar number systems.

HEX4C648A
Decimal76100138
Binary1001100110010010001010
Octal114144212

Shades and tints

Shades of #4C648A

#4C648A
(76,100,138)
#465B7E
(70,91,126)
#405272
(64,82,114)
#3A4966
(58,73,102)
#34405A
(52,64,90)
#2E374E
(46,55,78)
#282E42
(40,46,66)
#222536
(34,37,54)
#1C1C2A
(28,28,42)
#16131E
(22,19,30)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #4C648A

#4C648A
(76,100,138)
#5C7294
(92,114,148)
#6C809E
(108,128,158)
#7C8EA8
(124,142,168)
#8C9CB2
(140,156,178)
#9CAABC
(156,170,188)
#ACB8C6
(172,184,198)
#BCC6D0
(188,198,208)
#CCD4DA
(204,212,218)
#DCE2E4
(220,226,228)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C648A color. Also use rgb(76,100,138) instead hex code.

Text Font Color

.myTextColor { color: #4C648A; }

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

This text font color is #4C648A.


Background Color

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

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

This div background color is #4C648A.


Border color

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

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

This div border color is #4C648A.


Opacity

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

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

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

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

This text has shadow with #4C648A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C648A on black background.


Color preview on white background

This text has color #4C648A on white background.



Black color preview on #4C648A background

This text has black color on #4C648A background.


White color preview on #4C648A background

This text has white color on #4C648A background.