COLOR #48649D

HEX: #48649D
RGB: (72,100,157)

Renk bilgisi

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

RGB renk modeli

#48649D color RGB value is (72,100,157).

  • kırmız ton 72;
  • yeşil ton 100;
  • mavi ton 157.
RGB:
(72,100,157)
(28%,39%,62%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 100 of 255 = 39%
B 157 of 255 = 62%

72
100
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 100 + 157 = 329 (100%)
R 72 of 329 ~ 21.88%
G 100 of 329 ~ 30.4%
B 157 of 329 ~ 47.72%

%21.88
%30.4
%47.72

CMYK RENK MODELİ

#48649D rengi CMYK tonu (54,36,0,38).

  • camgöbeği tonu 54.14%
  • eflatun tonu 36.31%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(54,36,0,38)
C54M36Y0K38 
(54%,36%,0%,38%)
(0.54/0.36/0.00/0.38)	

CMYK yüzdeleri

%54.14
%36.31
%0
%38.43

Codes

Color #48649D in popluar color models

48649D
RGB72100157
HSL220°37.12%44.90%
HSB/HSV220°54.14%61.57%
CMYK54.14%36.31%0.00%
38.43%

Color #48649D in popluar number systems.

HEX48649D
Decimal72100157
Binary1001000110010010011101
Octal110144235

Shades and tints

Shades of #48649D

#48649D
(72,100,157)
#425B8F
(66,91,143)
#3C5281
(60,82,129)
#364973
(54,73,115)
#304065
(48,64,101)
#2A3757
(42,55,87)
#242E49
(36,46,73)
#1E253B
(30,37,59)
#181C2D
(24,28,45)
#12131F
(18,19,31)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #48649D

#48649D
(72,100,157)
#5872A5
(88,114,165)
#6880AD
(104,128,173)
#788EB5
(120,142,181)
#889CBD
(136,156,189)
#98AAC5
(152,170,197)
#A8B8CD
(168,184,205)
#B8C6D5
(184,198,213)
#C8D4DD
(200,212,221)
#D8E2E5
(216,226,229)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48649D color. Also use rgb(72,100,157) instead hex code.

Text Font Color

.myTextColor { color: #48649D; }

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

This text font color is #48649D.


Background Color

.myBgColor { background-color: #48649D; }

<div style="background-color:#48649D">Inner text</div>

This div background color is #48649D.


Border color

.myBorderColor { border: 1px solid #48649D; }

<div style="border:3px solid #48649D">Div</div>

This div border color is #48649D.


Opacity

.myOpacity80 { color: #48649D; opacity: 0.8; }

<p style="color:#48649D;opacity:0.8;">80%</p>

Text with #48649D 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 #48649D;}

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

This text has shadow with #48649D color.

.textShadow {text-shadow: 3px 3px 1px #48649D, 3px 3px 1px red;}

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

This text has shadow with #48649D primary color and red secondary color.


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

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

This text has shadow with #48649D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48649D on black background.


Color preview on white background

This text has color #48649D on white background.



Black color preview on #48649D background

This text has black color on #48649D background.


White color preview on #48649D background

This text has white color on #48649D background.