COLOR #496385

HEX: #496385
RGB: (73,99,133)

Renk bilgisi

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

RGB renk modeli

#496385 color RGB value is (73,99,133).

  • kırmız ton 73;
  • yeşil ton 99;
  • mavi ton 133.
RGB:
(73,99,133)
(29%,39%,52%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 99 of 255 = 39%
B 133 of 255 = 52%

73
99
133

R + G + B ~ 40%. #496385 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 99 + 133 = 305 (100%)
R 73 of 305 ~ 23.93%
G 99 of 305 ~ 32.46%
B 133 of 305 ~ 43.61%

%23.93
%32.46
%43.61

CMYK RENK MODELİ

#496385 rengi CMYK tonu (45,26,0,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 25.56%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(45,26,0,48)
C45M26Y0K48 
(45%,26%,0%,48%)
(0.45/0.26/0.00/0.48)	

CMYK yüzdeleri

%45.11
%25.56
%0
%47.84

Codes

Color #496385 in popluar color models

496385
RGB7399133
HSL214°29.13%40.39%
HSB/HSV214°45.11%52.16%
CMYK45.11%25.56%0.00%
47.84%

Color #496385 in popluar number systems.

HEX496385
Decimal7399133
Binary1001001110001110000101
Octal111143205

Shades and tints

Shades of #496385

#496385
(73,99,133)
#435A79
(67,90,121)
#3D516D
(61,81,109)
#374861
(55,72,97)
#313F55
(49,63,85)
#2B3649
(43,54,73)
#252D3D
(37,45,61)
#1F2431
(31,36,49)
#191B25
(25,27,37)
#131219
(19,18,25)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #496385

#496385
(73,99,133)
#597190
(89,113,144)
#697F9B
(105,127,155)
#798DA6
(121,141,166)
#899BB1
(137,155,177)
#99A9BC
(153,169,188)
#A9B7C7
(169,183,199)
#B9C5D2
(185,197,210)
#C9D3DD
(201,211,221)
#D9E1E8
(217,225,232)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496385 color. Also use rgb(73,99,133) instead hex code.

Text Font Color

.myTextColor { color: #496385; }

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

This text font color is #496385.


Background Color

.myBgColor { background-color: #496385; }

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

This div background color is #496385.


Border color

.myBorderColor { border: 1px solid #496385; }

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

This div border color is #496385.


Opacity

.myOpacity80 { color: #496385; opacity: 0.8; }

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

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

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

This text has shadow with #496385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496385 on black background.


Color preview on white background

This text has color #496385 on white background.



Black color preview on #496385 background

This text has black color on #496385 background.


White color preview on #496385 background

This text has white color on #496385 background.