COLOR #4E6472

HEX: #4E6472
RGB: (78,100,114)

Renk bilgisi

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

RGB renk modeli

#4E6472 color RGB value is (78,100,114).

  • kırmız ton 78;
  • yeşil ton 100;
  • mavi ton 114.
RGB:
(78,100,114)
(31%,39%,45%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 100 of 255 = 39%
B 114 of 255 = 45%

78
100
114

R + G + B ~ 38%. #4E6472 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 100 + 114 = 292 (100%)
R 78 of 292 ~ 26.71%
G 100 of 292 ~ 34.25%
B 114 of 292 ~ 39.04%

%26.71
%34.25
%39.04

CMYK RENK MODELİ

#4E6472 rengi CMYK tonu (32,12,0,55).

  • camgöbeği tonu 31.58%
  • eflatun tonu 12.28%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(32,12,0,55)
C32M12Y0K55 
(32%,12%,0%,55%)
(0.32/0.12/0.00/0.55)	

CMYK yüzdeleri

%31.58
%12.28
%0
%55.29

Codes

Color #4E6472 in popluar color models

4E6472
RGB78100114
HSL203°18.75%37.65%
HSB/HSV203°31.58%44.71%
CMYK31.58%12.28%0.00%
55.29%

Color #4E6472 in popluar number systems.

HEX4E6472
Decimal78100114
Binary100111011001001110010
Octal116144162

Shades and tints

Shades of #4E6472

#4E6472
(78,100,114)
#475B68
(71,91,104)
#40525E
(64,82,94)
#394954
(57,73,84)
#32404A
(50,64,74)
#2B3740
(43,55,64)
#242E36
(36,46,54)
#1D252C
(29,37,44)
#161C22
(22,28,34)
#0F1318
(15,19,24)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E6472

#4E6472
(78,100,114)
#5E727E
(94,114,126)
#6E808A
(110,128,138)
#7E8E96
(126,142,150)
#8E9CA2
(142,156,162)
#9EAAAE
(158,170,174)
#AEB8BA
(174,184,186)
#BEC6C6
(190,198,198)
#CED4D2
(206,212,210)
#DEE2DE
(222,226,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6472 color. Also use rgb(78,100,114) instead hex code.

Text Font Color

.myTextColor { color: #4E6472; }

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

This text font color is #4E6472.


Background Color

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

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

This div background color is #4E6472.


Border color

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

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

This div border color is #4E6472.


Opacity

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

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

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

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

This text has shadow with #4E6472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6472 on black background.


Color preview on white background

This text has color #4E6472 on white background.



Black color preview on #4E6472 background

This text has black color on #4E6472 background.


White color preview on #4E6472 background

This text has white color on #4E6472 background.