COLOR #493D88

HEX: #493D88
RGB: (73,61,136)

Renk bilgisi

#493D88 contains mainly blue color. #493D88 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#493D88 color RGB value is (73,61,136).

  • kırmız ton 73;
  • yeşil ton 61;
  • mavi ton 136.
RGB:
(73,61,136)
(29%,24%,53%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 61 of 255 = 24%
B 136 of 255 = 53%

73
61
136

R + G + B ~ 35%. #493D88 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 61 + 136 = 270 (100%)
R 73 of 270 ~ 27.04%
G 61 of 270 ~ 22.59%
B 136 of 270 ~ 50.37%

%27.04
%22.59
%50.37

CMYK RENK MODELİ

#493D88 rengi CMYK tonu (46,55,0,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 55.15%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(46,55,0,47)
C46M55Y0K47 
(46%,55%,0%,47%)
(0.46/0.55/0.00/0.47)	

CMYK yüzdeleri

%46.32
%55.15
%0
%46.67

Codes

Color #493D88 in popluar color models

493D88
RGB7361136
HSL250°38.07%38.63%
HSB/HSV250°55.15%53.33%
CMYK46.32%55.15%0.00%
46.67%

Color #493D88 in popluar number systems.

HEX493D88
Decimal7361136
Binary100100111110110001000
Octal11175210

Shades and tints

Shades of #493D88

#493D88
(73,61,136)
#43387C
(67,56,124)
#3D3370
(61,51,112)
#372E64
(55,46,100)
#312958
(49,41,88)
#2B244C
(43,36,76)
#251F40
(37,31,64)
#1F1A34
(31,26,52)
#191528
(25,21,40)
#13101C
(19,16,28)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #493D88

#493D88
(73,61,136)
#594E92
(89,78,146)
#695F9C
(105,95,156)
#7970A6
(121,112,166)
#8981B0
(137,129,176)
#9992BA
(153,146,186)
#A9A3C4
(169,163,196)
#B9B4CE
(185,180,206)
#C9C5D8
(201,197,216)
#D9D6E2
(217,214,226)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493D88 color. Also use rgb(73,61,136) instead hex code.

Text Font Color

.myTextColor { color: #493D88; }

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

This text font color is #493D88.


Background Color

.myBgColor { background-color: #493D88; }

<div style="background-color:#493D88">Inner text</div>

This div background color is #493D88.


Border color

.myBorderColor { border: 1px solid #493D88; }

<div style="border:3px solid #493D88">Div</div>

This div border color is #493D88.


Opacity

.myOpacity80 { color: #493D88; opacity: 0.8; }

<p style="color:#493D88;opacity:0.8;">80%</p>

Text with #493D88 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 #493D88;}

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

This text has shadow with #493D88 color.

.textShadow {text-shadow: 3px 3px 1px #493D88, 3px 3px 1px red;}

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

This text has shadow with #493D88 primary color and red secondary color.


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

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

This text has shadow with #493D88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493D88 on black background.


Color preview on white background

This text has color #493D88 on white background.



Black color preview on #493D88 background

This text has black color on #493D88 background.


White color preview on #493D88 background

This text has white color on #493D88 background.